Avatar on forum homepage?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonathan@Refresh
    Member
    • Feb 2001
    • 89

    Avatar on forum homepage?

    Anyone have any idea how to get a user's avatar to show on the forum homepage?

    Do I add:
    Code:
    $userinfo[avatarurl]
    into the template?

    Do I need to insert code:
    Code:
      $userinfo[avatarurl]=getavatarurl($userinfo[userid]);
      if ($userinfo[avatarurl]=="") {
        $userinfo[avatarurl]="{imagesfolder}/clear.gif";
      }
    into the index.php?

    Any thoughts would be great.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...