Sychev_S
06-10-2007, 10:00 PM
Description: Adds user's avatar on top of the username in Who's Online page (online.php).
In template whosonlinebit FIND:
<tr>
<td class="alt1" width="35%">
ADD below:
<a href="member.php?u=$userinfo[userid]">
<img src="image.php?u=$userinfo[userid]&dateline=$userinfo[dateline]" border="0"></a>
<br>
The End :)
P.S.: I will also be releasing the complete rewrite of online.php page in the next few days as soon as I figure some things out.
In template whosonlinebit FIND:
<tr>
<td class="alt1" width="35%">
ADD below:
<a href="member.php?u=$userinfo[userid]">
<img src="image.php?u=$userinfo[userid]&dateline=$userinfo[dateline]" border="0"></a>
<br>
The End :)
P.S.: I will also be releasing the complete rewrite of online.php page in the next few days as soon as I figure some things out.