MyBB Community Forums

Full Version: on line today
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good friends,
He liked to help me,
Because that in my forum when active this pulgin it will look like this:
[Image: 647uuknt0ols2rjrwkz.jpg]

Can you help me to put it correctly?

cumps.
Go to ACP > Templates & Style > Templates > Global Templates > find the template for this plugin and paste the contents here.
what is the template to find? I looked in fourth place and did not find anything, can you be more specific?
It should have quite an obvious name... can't really be anymore specific, I don't know which plugin you're using.
Template is called online_today_index

I don't think you're looking in the right place if you can't see it, don't choose a template set, choose Global Templates straight after choosing Templates.
<tr>
<td class="tcat"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
Change to this:

<tr>
<td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
<td class="trow1" colspan="2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
thanks pal, is already better, but now that the image must be equal to gray color of the forum, as I do that?

[Image: 5gub43w70cklulr87wec.jpg]