MyBB Community Forums

Full Version: Add forum table rows ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to add forum table rows like this

[attachment=31497]
Yes we can!!!!!

Add this code at the end of the forumbit_depth2_forum template. Make sure you have template conditionals plugin installed Smile

Replace X in the code with the forum ID or FID value Smile

<if $forum['fid'] == X  then>
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1">
Image here
</td>
<td class="{$bgcolor}" valign="top">
something here
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">something here</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">something here</td>
<td class="{$bgcolor}" valign="top" style="white-space: nowrap">something here</td>
</tr>
</if>
Its a css setting. Change the cellspacing on your theme