MyBB Community Forums

Full Version: ProBlue Subforum Messed Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have this error using the ProBlue theme:

[attachment=19041]

I have tried checking the forumdisplay_subforums, but all the code seems to be as normal (I compared it with another themes template).

Here is the code:

<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>
<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 />
I just tried editing the template and the changes appear to save but don't appear on the forum. :s
Indeed! I don't have a clue, I even tried adding the text 'TEST' and it doesn't even appear.

EDIT: Seems this is the problem:

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png" title="{$forum['name']}"/></td>

That above code is in the forumbit_depth2_forum template. When I take that out it goes to normal which is great, but now the index page messes up like above!

So it seems if I leave it in the subforums mess up, leave it out the index page messes up.
yeah is my error xD i fix this in the new version
Is there anyway you can tell me a fix now? I have it installed and it looks ugly just now.
try reverting the template
I have made a lot of file edits, will all these be lost?

EDIT: Reverting doesn't work.
this is the problem

i made this theme for mybb 1.4.8 and this theme have a proble whit a blue template o.O
Do you not know how to fix it?
ammm im fix this in this week but for mybb 1.6

be patient ^^
Pages: 1 2