Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
Is there a way to get avatars in forums? I'd like to see the poster's avater supplied in their user profile (with profile module enabled) displayed with their post. Is this possible? If not, do I look to make changes in node.module or forum.module?
When I trace through the drupal 4.5 code with Zend debugger, I am observing the execution going thru index.php multiple time.
To be clear, when the last statment of index.php executes, it then drops into a session routine and then beings at the top statement of index.php. This happens about 4 times (cycles thru index.php) when I first hit my site.
I have written a hit counter which show this as well even when I am not in debug mode...so i do not think it is an effect of running the debugger.
I wanted to put a shorcut somewhere on my site for a quick theme selection... Is there a way to let users switch themes without having to edit their accounts?...
I tried to build a custom PHP block with the form found at the /user/edit page, leaving all fields out except the one for the theme selection, but that doesn't work...
I have created a php/mysql based website and wish to add an email function that will inform members of password changes and other such things. My problem is that the Server also runs Domino which uses it's own smtp server so sendmail must remain disabled. What other techniques can I use to accomplish this and how would I go about instituting that? I have searched for a few days and have not been able to find anything that I can use. Please help...