MyBB Community Forums

Full Version: adjust topics no. and last post to be same on index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://thegame-zone.com/index.php

as you can see last topics and etc are not similar on each category 
(2014-11-11, 08:44 AM)Cleopatra Wrote: [ -> ]how to add table boarders

in global.css find .trow1 and .trow2 and add "border-right: 1px solid #262626;" change color if required.. i didnt get your first query, could you share a screenshot...
thank you very much
after the borders are added you will understand my first question
as you can see in each category the borders are not like each other
i need to adjust them so all of the boarders appear under each others
any help
still looking
any help
anyhelp
still looking
Go to your 'forumbit_depth1_cat'-template and change the 3 entries after 'width=' so that it looks good for you.
In my case it's a followed:


<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>

Because my forum has'nt a side panel your entries may be different than mine. Just try some possibilities untill it's OK.
this is mine

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$expthead}" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
{$sub_forums}
</tbody>
</table>
<br />
Pages: 1 2