MyBB Community Forums

Full Version: class=tfoot for all
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hei , im newbie
im from indonesia ,sorry bad english
i just wanna talk , how to class=tfoot


see picture
[Image: catsfd.jpg]

see in the picture.
Statistics on the Board looks "class = tfoot"
while at the Forum Board like "Rules" does not exist Huh
how to fix. thanks
Try this:

Go here in your Admin Control Panel:

Admin CP -> Templates & Style -> Templates -> Your Theme -> forumbit_depth1_cat

In that template, find:

{$sub_forums}

And after that, put this:

<tr>
<td colspan="5" class="tfoot">&nbsp;</td>
</tr>

Hope this helps! Smile.
(2011-08-09, 04:46 PM)NaXuh Wrote: [ -> ]Try this:

Go here in your Admin Control Panel:

Admin CP -> Templates & Style -> Templates -> Your Theme -> forumbit_depth1_cat

In that template, find:

{$sub_forums}

And after that, put this:

<tr>
<td colspan="5" class="tfoot">&nbsp;</td>
</tr>

Hope this helps! Smile.

hai thanks ,solved Big Grin

1more question

how to make

[Image: ilw9Na.jpg]

see pic

look at the "board statistics" there
on the "board statistics" does not stick to the forum.
while the forum "rules" and "general 'stick

My question -> howto how to separate a sort of "board statistics": D thanks


This should work. Find:

<tr>
<td colspan="5" class="tfoot">&nbsp;</td>
</tr>

Add after:

<br />

Hope this helps. Smile.
:O:O:O:O:O:O:O