Fixed
http://yaxay.com/yack/showgroups.php
And BTW
Quote:
Originally posted by Webmasta XT
Now create a new template online with the following content
PHP Code:
<img src="images/onlineimage.gif" border="0" alt="$post[username] is offline" align="absmiddle">
|
That shoudl be
PHP Code:
<img src="images/onlineimage.gif" border="0" alt="$post[username] is online" align="absmiddle">
On ours I use
PHP Code:
<img src="{[b][/b]imagesfolder}/onlineimage.gif" border="0" alt="$post[username] is online" align="absmiddle">