imported_infitech
10-28-2006, 10:00 PM
First your going to want to create a new category class in custom templates via admincp>styles &templates>style manager>All style options
After you’ve created your new class your goanna edit the “forumhome_forumbit_level1_nopost” via >styles &templates>style manager>Edit templates
Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
And replace it with:
<if condition="($forumid == specific_forumid) OR ($forumid == specific_forumid)">
<td class="new_tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<else />
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
</if>
After you’ve created your new class your goanna edit the “forumhome_forumbit_level1_nopost” via >styles &templates>style manager>Edit templates
Find:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
And replace it with:
<if condition="($forumid == specific_forumid) OR ($forumid == specific_forumid)">
<td class="new_tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<else />
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
</if>