MyBB Support

[Solved] Custom forum icons issue

Submitted by Liq, , Thread ID: 2184

Thread Closed

RE: [Solved] Custom forum icons issue

Liq
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
24
OP
29-03-2015, 07:40 PM
#5
29-03-2015, 07:39 PM
linkzy Wrote:
29-03-2015, 07:36 PM
Liq Wrote:
29-03-2015, 07:32 PM
AmN Wrote:
huh.

Open forum_depth1_cat

Find a <td class="tcat"

Change it to:

<td colspan="2" class="tcat"

wow haha thank you. :D

also the sub-forums is kinda messed up also.

http://i.imgur.com/r9fmw66.png
Do the same with Sub forums template in Forumdisplay

Code:
<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 />

Users browsing this thread: 1 Guest(s)