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

michelle’s picture

Version: 5.x-1.0-alpha1 » 5.x-1.x-dev
Assigned: Unassigned » michelle
Category: feature » task

Yeah, 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

JamoSmith’s picture

line 78 in forum-thread.tpl.php changed to print 'Only local images are allowed.';
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.

michelle’s picture

Status: Active » Fixed

Fixed during port/backport.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.