Hello I am currently trying to add the "Currently Active Users:" section to another table in the forum, the FORUMHOME template.
What code do I need to add? I tried to add:
Code:
<td class="tcat" colspan="$colspan"><div class="smallfont">
<span style="float:$stylevar[right]">
<a href="$reloadurl"><strong>$vbphrase[reload_this_page]</strong></a>
</span>
<strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong> - <phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>
</div></td>
In but it doesn't 100% work, it does not show the number of guests and one of the phrases.
Thanks!
Is this impossible to do?