I want it on top of the forum summary.....not on the bottom......how can i move it?????
Announcement
Collapse
No announcement yet.
Who's Online?
Collapse
X
-
Re: Who's Online?
Originally posted by MIKdoubleE
I want it on top of the forum summary.....not on the bottom......how can i move it?????
-
Admin CP -> Templates -> Modify -> [expand list] -> Forum Home Page Templates -> forumhome
find $loggedinusers and move it up a few lines.
Code:<!-- main --> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> $loggedinusers (move to here) <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> $forumbits $loggedinusers (delete from here) $birthdaybits $pminfo </table> </td></tr></table> <!-- /main -->
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment