Forum Bit Problems (Threads, Posts & Last Post)
Hola, an Hi everyone, I am sorry I feel I am kinda flooding the forum, but I only use the international section, hope its ok with you all...... I ha...

Hola, an Hi everyone, I am sorry I feel I am kinda flooding the forum, but I only use the international section, hope its ok with you all......

I have exactly the same them as MYBB-ES! And here is my 3rd problem, on the IMAGE BELOW, I am posting all the codes, to make it easy for you guys. so here we go:

Problems in:

This one is okey: OK
[Imagen: 99i7wl.png]

But forumbit_depth1_cat is: NOT OK
[Imagen: syl3xs.png]



forumbit_depth1_cat:
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
</td>
<td class="thead" colspan="5">
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</div>
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
</td>
<tr>
<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="thead" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="thead" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="thead" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
</div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />


Forumbit_depth2_cat:
Código:
<tr>
<td style="padding: 0;">
<table border="0" cellspacing="0" cellpadding="5" class="{$bgcolor}-foro">
<tr>
    <td align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
    <td valign="middle">
        <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
    </td>
    <td valign="middle" align="center" style="white-space: nowrap" width="90">
        <strong>{$threads}{$unapproved['unapproved_threads']}</strong><br />
        <span class="smalltext" style="text-transform: uppercase;">{$lang->forumbit_threads}</span>
    </td>
    <td valign="middle" align="center" style="white-space: nowrap" width="90">
        <strong>{$posts}{$unapproved['unapproved_posts']}</strong><br />
        <span class="smalltext" style="text-transform: uppercase;">{$lang->forumbit_posts}</span>
    </td>
    <td valign="middle" align="right" style="white-space: nowrap" width="250">{$lastpost}</td>
</tr>
</table>
</td>
</tr>


forumbit_depth2_forum:
Código:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}" class="tooltip">{$forum['name']}<span class="classic">{$forum['description']}</span></a></strong>{$forum_viewers_text}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Man read the rules forum:

3.1: To request support you have to go to the following link: http://www.mybb-es.com/usercp.php?action=Forusinf and fill the following data:
Forum Url: Address of your forum.
Version: MyBB version of your forum.
Update: If your forum is an upgrade or conversion, eg from MyBB 1.4 to MyBB 1.6.
Theme installed: Style name you use in your forum.
Is this your answer? Then give me a few mins to fix that.. Thank u for noticing me
Explain what you mean with your image, maybe you can help
IIRC,the template you need to edit is under *Forum Display Templates* set.
{SIGNATURE_IMAGE}
Ok guys, My Info Is there now, and our mybb version and our board URL Done,
Here our forum, China-Cheats.com/forum.. Its not mine but I set to develop it for them:

And OMAR.G
I dont have the code, I need the code to edit and how....

Can you please tell me the code to put in there and which template, thank you!
You will need to share your forumdisplay_subforum_* templates too.
{SIGNATURE_IMAGE}
Sure but the thing is, when I was fixing it, I was only seing difference with "Forumbit_depths" Templates.... Hope you are right..

Here is the code for forumdisplay_subforum:

Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
{$forums}
</table>
<br />
In forumbit_depth2_forum replace all of the {$bgcolor} with "tcat" or "trow1".
{SIGNATURE_IMAGE}