MyBB Community Forums

Full Version: Forum Sections Showing As Blue?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have just made a category on my site and for some reason some boxes are all blue, please see the attachment below.

Really hope someone can help asap because it looks really bad.
Thank you.

This is how its showing now Sad http://www.wirraltalk.co.uk/forumdisplay.php?fid=87
AdminCP > Templates > Your theme's templates > Forumdisplay Templates > "forumdisplay_subforums". Change 6 to 7 in;
colspan="6"
(2012-05-06, 09:17 AM)Yaldaram Wrote: [ -> ]AdminCP > Templates > Your theme's templates > Forumdisplay Templates > "forumdisplay_subforums". Change 6 to 7 in;
colspan="6"

Thanks for your reply Yaldaram.
I have just done the above and it hasn't changed anything http://www.wirraltalk.co.uk/forumdisplay.php?fid=87

Any other suggestions out there please?
Yalderam edited the above link and its now fine but since editing the link its made this page go wrong now, can anyone help? http://www.wirraltalk.co.uk/forumdisplay.php?fid=1
That's happening because your forumbit_depth2_cat and forumbit_depth2_forum templates have different number of columns due to the forum icons or lack of.

In forumdisplay_subforums, find:
<td class="tcat" width="59%">

Replace with:
<td class="tcat" width="59%" colspan="2">

In forumbit_depth2_cat, find:
<td class="{$bgcolor}" valign="top">
</td>


Add before:
<td class="{$bgcolor}" valign="top" colspan="2">
(2012-05-07, 02:57 PM)Alan Shepperson Wrote: [ -> ]That's happening because your forumbit_depth2_cat and forumbit_depth2_forum templates have different number of columns due to the forum icons or lack of.

In forumdisplay_subforums, find:
<td class="tcat" width="59%">

Replace with:
<td class="tcat" width="59%" colspan="2">

In forumbit_depth2_cat, find:
<td class="trow1" valign="top">

Add before:
<td class="trow1" valign="top" colspan="2">

Thank you for your time and help.
I have done the above but the second instruction i couldnt find <td class="trow1" valign="top"> </td>

In forumbit_depth2_cat, it just wasn't there.

But when i dont the first instruction that has corrected the fault in the link above i am now getting this http://www.wirraltalk.co.uk/forumdisplay.php?fid=87

Here is a screenshot of the issue.
Sorry that was a bit of a typo, I've corrected it. If you're still struggling, PM me an admin login and I'll sort it out. Smile
I would like to give Alan admin login so he can fix small issue.
Should be fixed. Smile
Thank you so so so much you are amazing Big Grin
Pages: 1 2