DaveG
05-13-2003, 03:40 PM
I'm trying to get the users's online status to show up in the user profile.
I edited the getinfo template to show $onlinestatus but nothing shows up when viewing a user's profile.
Any ideas what may be going on? Below is an example of the code from the getinfo template I tried using. What am I doing wrong?
Thanks for your assistance,
Dave
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Date Registered:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$userinfo[datejoined]</normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}"><normalfont><b>Status:</b> $onlinestatus</normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$userinfo[usertitle] <img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>
</tr>
I edited the getinfo template to show $onlinestatus but nothing shows up when viewing a user's profile.
Any ideas what may be going on? Below is an example of the code from the getinfo template I tried using. What am I doing wrong?
Thanks for your assistance,
Dave
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Date Registered:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$userinfo[datejoined]</normalfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}"><normalfont><b>Status:</b> $onlinestatus</normalfont></td>
<td bgcolor="{firstaltcolor}"><normalfont>$userinfo[usertitle] <img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>
</tr>