MyBB Community Forums

Full Version: How to chameleon template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In chameleon template
forumbit_depth2_cat
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
<td class="{$bgcolor}" width="80" valign="top" align="middle" style="white-space: nowrap"><div class="bigtext">{$threads}{$unapproved['unapproved_threads']}</div><div class="allcaps">{$lang->forumbit_threads}</div></td>
<td class="{$bgcolor}" width="80" valign="top" align="middle" style="white-space: nowrap"><div class="bigtext">{$posts}{$unapproved['unapproved_posts']}</div><div class="allcaps">{$lang->forumbit_posts}</div></td>
<td class="{$bgcolor}" width="200" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

</td>
</tr>

I don`t want to appear in index.php - (number of posts, Threads, and the last post)
If i delete this values, forum is not ordered.
How can i make this ?
Or, change width of showing "Sub Forums" and not showing number of posts, Threads, and the last post.

Where i can change this values ?

Thanks
You will most likely need to change the colspan