I've activated the "user picture" in administer > settings > users and I can see the uploaded picture on "my account".
On my posts or comments there isn't any image, even if in the phptemplate appear
I´m having some problems with segmentation fault after upgrading to drupal 4.7, causing the server to stop proccessing php scripts at least one time x week.
I was unnable to solve it, so I have made a little script to check for segfaults on apache error_log and restart the server if it founds any (actually > 3).
if test `tail /var/log/httpd/error_log | grep segmentation | wc -l` > 3
then
service httpd restart
fi
Maybe this is a stupid quesiton and it's so easy to solve it.
In my dashboard homepage, I would like to put the default drupal "node" homepage in one of the two columns of the dashboard page, so that I can display all content "promoted to homepage" in that column, and use the other one for other purposes.
Any snippet to use?
Thank you anyway.
I upgraded my site to drupal 4.7.0 a week ago and I seem to have a problem with statistics: in fact, all kind of users, except of me, cannot see statistics in any kind of node. Everything worked fine in drupal 4.6.6.
However, now statistics cannot be viewed by other users. I've tried to disable and enable again statistics, nothing changend.
Suggestions are welcome...
Hi there, I'm working on my first Drupal project and I've felt in love with it...
After trying xoops (who had really serious issues with language, core and modules with diferent charsets), a friend recommended Drupal to me and here I am.
2 weeks after the install i'm finishing the structure for my site, but I have a very serious issue here.
My site is hosted in a freehosting platform (awardspace), so as I readed in other topics funcionts like realpath(), etc... doesn't works, that's why I suppose that the upload module doesn't work.
Hi guys I'm trying to implement a site which is basically multiple blogs with a centralized front page, a community of bloggers. I'm thinking how this may be done with Drupal, for now I have thought redirecting from the front page to the blog page and handle everything from there and delete all content types except for blog entry, of course.
I'm sure this can be done better, though. I'd love to hear ideas on how you guys would approach this.