the above code won't work. do everything as said in the above post except the template edit part.
first create a new plugin under the
forumhome_loggedinuser hook and add the below code: (thanks Opserty for the tip)
Code:
$online_userinfo = fetch_userinfo($loggedin['userid']);
give it some name and set its status to active and save.
now open up the
forumhome_loggedinuser template
FIND
Code:
$loggedin[musername]
ADD BEFORE
Code:
<if condition="$online_userinfo[field6]"><img src="images/clubs/$online_userinfo[field6].gif" border="0" /></if>
change the field number to that of your profile field.