MyBB Community Forums

Full Version: Pro Blue Problem ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ( sorry for my bad english )^^ I'm using the skin PROBLUE downloaded by mybb.com ( Here ) but i have a problem ... See the image ...

[Image: immagineei.png]


How can i resolve this problem ?
hi im the creator of the problue theme ^^
sorry for the error i fix this in the next update
(2010-05-25, 08:12 PM)Walkman 5.0 Wrote: [ -> ]hi im the creator of the problue theme ^^
sorry for the error i fix this in the next update

Hi ^^ Can you tell me how i can fix ? =P I can't wait , this is a really beautifull theme ^^

Or you can tell me when will be the next update ?
try revert the template >forum display> forumdisplay_subforum
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />


This is the code , What i have to do ? Confused
try

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="6" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
I've tried , but it doesn't work Confused
._. Ok , i'll wait the next update ._.