PDA

View Full Version : Alternating Category Cells


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>

ChavMagnet
10-29-2006, 12:06 PM
Screenshot please?

bashy
10-29-2006, 01:20 PM
I too would like a screenshot please

Smoothie
10-30-2006, 02:13 AM
Click the profile, the home page link has a screenshot. /:

radarhunter
10-30-2006, 11:33 AM
<a href="http://www.infitechdesign.com/forums" target="_blank">http://www.infitechdesign.com/forums</a>

beduino
10-30-2006, 08:37 PM
really nice.
congratulations and tks to share with us
beduino

serhat_kk
05-10-2007, 12:39 AM
Preview link is dead. Any screenshots please?