Hei , im newbie
im from indonesia ,sorry bad english
i just wanna talk , how to
class=tfoot
see picture
see in the picture.
Statistics on the Board looks "class = tfoot"
while at the Forum Board like "Rules" does not exist
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"> </td>
</tr>
Hope this helps!
.
(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"> </td>
</tr>
Hope this helps! .
hai thanks ,solved
1more question
how to make
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"> </td>
</tr>
Add after:
<br />
Hope this helps.
.