MyBB Community Forums

Full Version: "Who is online" column at the top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I would like to have the "Who is online" column at the top. How do I do that?
Thank you for your help!

Greets,
blongso
You are free to shift elements within Index Templates wherever you want.
Just remove the code in template "index_whosonline" and insert at the top of your template "index".
That's it!

[ExiTuS]
if you are referring to default MyBB's "Who is online" section then
it comes from index_boardstats template through {$whosonline} variable

on the index template of the theme you can add :
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$whosonline}
</table>
anywhere below {$header}