Thank you for your reply.
So for the members online in 24hr on the forum home. this is the code on the template which shows the usernnames who have been online the past 24hrs:
Code:
<a rel="nofollow" href="member.php?$session[sessionurl]u=$today[userid]" title="$today[wrdate]">$today[opentag]$today[username]$today[closetag]</a>$today[markinv]
The code below is the code used on the whos online bit on forumhome to add the football crest it to the current member who are online:
Code:
<if condition="$online_userinfo[field15]"><img src="images/crests/$online_userinfo[field15].gif" border="0" /></if>
It used a plugin which I called Football Crests, the hook location is, forumhome_loggedinuser. The pugin php code is:
Code:
$online_userinfo = fetch_userinfo($loggedin['userid']);