MyBB Community Forums

Full Version: Theme getting messed up after installing plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed two plugins : 1. Users connected in the last 24 hrs ; 2. Group Legends on my forum but they don't seem to work as expected .

I have the following theme installed : http://www.awesomestyles.com/mybb-themes...ybb-mod-v2

You can see my forum with the plugins installed here : www.itopian.info .

Please help me out with this .
Try replacing the code in Global Templates >> online24_index with:
<tr>
<td colspan="6" class="tcat"><span class="smalltext"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1 smalltext" align="center" width="1"><img src="{$theme['imgdir']}/online.png" alt="" /></td>
<td colspan="6" class="trow1"><span class="smalltext">{$lang->members_today}{$membercount}, {$lang->guests_today}{$guestcount}, {$lang->bots_today}{$botcount}, {$lang->anon_today}{$anoncount}<br />{$onlinemembers}</span></td>
</tr>
I somehow got the Group Legends to work by modifying the colspan .

But the code you mentioned doesn't work . In fact I don't have any template "online24_index" . I have one called "online_users_index" or something like that . But modifying that with your code makes the thing completely vanish .
Finally I figured it out ! Phew....just a modification of colspan="6" and it worked .

Now , I have one more thing bugging me . In the group legends , how do I change the order in which the legends are shown ?