The instructions read:
Go to ?q=admin/build/themes/settings
* Enable User pictures in posts
* Enable User pictures in comments
This will enable pictures in normal content as well as the forums. I'd like to be able to enable them just in the forums. It seems like this would be as simple as exposing $user-picture in forum-thread.tpl.php. Is this an easy task?
Comments
Comment #1
michelleYeah, actually this is something I planned on doing. I don't think it made it to the to do list, though. So setting this as a task for myself. :)
Michelle
Comment #2
JamoSmith commentedline 78 in forum-thread.tpl.php changed to print '
';
added line 80ish in advanced_forum.module
$vars['avatar'] = $account->picture;
that's a nice quick fix. I'd like to hear it if I'm missing something.
Comment #3
michelleFixed during port/backport.
Michelle
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.