MyBB Community Forums

Full Version: Who online Box.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have and am still looking for in the search. but i want to take the who online box and move it from the footer, etc to the header right above the first cat. how do i do this. i am looking all over this board and can't seem to find a answer.
Admin CP --> Templates --> *Expand your template* --> Index Page Templates --> index

If you want to move the whole birthday/who is online/stats section to the top, copy
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="$theme[imgdir]/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong>$lang->boardstats</strong></div>
</td>
</tr>
</thead>
<tbody style="$collapsed[boardstats_e]" id="boardstats_e">
$whosonline
$birthdays
$forumstats
</tbody>
</table>
and move it up right under the $header variable.

If you only want to move the who is online portion, you have to cut
$whosonline
and move it right under the $header variable. Then you have to edit the template index_whosonline and place:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
at the top of the template and
</table>
at the end.
ok i did that and it did not work. i am using the vbulletin theme if that help.
i still want to know how to do it. i have try the above and it did not work.
If you'de like to, PM me with your Admin CP login details and I'll add it for you.
ok i can do that.
All done. I changed the board stats and birthdays list to look the same also. Go take a look Big Grin
Thank good job. thank again.