Back to vBulletin 3.5 Template Modifications

Alternating Category Cells
Mod Version: 1.00, by imported_infitech

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 5
Released: 29 Oct 2006 Last Update: Never Downloads: 0
Not Supported Template Edits  

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:
Code:
	<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
And replace it with:
Code:
	<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>

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024