MyBB Community Forums

Full Version: Count threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sure. Smile

12,13,14,15 are the forum ID's.

<if in_array($forum['fid'], array(12,13,14,15)) then>
<td class="{$bgcolor} t_forum" valign="middle" align="center" style="white-space: nowrap;" width="60">
<div class="fstat_largetext"><span class="stats">{$threads}{$unapproved['unapproved_threads']}</span></div>
Resources
</td>
<else>
<td class="{$bgcolor} t_forum" valign="middle" align="center" style="white-space: nowrap;" width="60">
<div class="fstat_largetext"><span class="stats">{$threads}{$unapproved['unapproved_threads']}</span></div>
Threads
</td>
</if>
Pages: 1 2