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
But forumbit_depth1_cat is: NOT OK
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>