MyBB Community Forums

Full Version: skin help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well i have this:
[Image: 23sydmv.jpg]
i want it like this:
[Image: 2wmoo00.jpg]

could anyone help me?
Looks like you already got this problem solved, right?
no, look at the tcat in the first image compared to the second. i want my tcat listed like that. where the "forum" is to the far right.
Oh, I was just looking at your site and it looked fixed to me. It looks like you'll just need to remove that column with the forum icons (like in the second pic) or merge the 2 top cells together (like on your current site)... which would you prefer?
can you help me merge?
Edit the forumbit_depth1_cat template.

Find:
<td class="tcat" width="35"> </td>
<td class="tcat"><strong>{$lang->forumbit_forum}</strong></td>

Replace with:
<td class="tcat" colspan="2"><strong>{$lang->forumbit_forum}</strong></td>

EDIT: On a side note, I just did this on my forum and notice it messed the cell size for some of my forums where the forum icon is displayed.
OMGZORZ thanks it worked perfectly!