Quote:
Today at 09:18 PM heynurse said this in Post #395
In the instructions it says:
Edit template 'forumhome'
Are you sure that you didn't REPLACE $loggedinusers
Look to see if you still have $loggedinusers
in your forumhome template, if not add it just above $todayloggedinusers
|
Yea Im sure, I already checked that out.
I am about to just reverse everything and do it again. lol Pain in the ass but I really want my current uses online back and cant figure out how it got deleted.
Here is my template code. See if you notice anything missing from that part of it.
Code:
</table>
</td></tr></table><br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E" width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
$loggedinusers
$todayloggedinusers
$birthdaybits
</table>
</td></tr></table>
Im thinking, do I need to seperate the 3 into seperate tables? I didnt see that in the instructions though.