The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
hehe i didnt still waiting for someone to help me out with this :ermm:
|
#12
|
|||
|
|||
And I'm still searching, looking everywhere for the exact same thing, with no luck.
|
#13
|
|||
|
|||
Place the following in the TD tag for the post. Depending upon what your postbits template looks like you may need to place it in several table cells.
HTML Code:
<if condition="$post['postcount'] % 2 == 0">class="alt2"<else />class="alt1"</if> In my template it looks likethis for the first table cell HTML Code:
<td <if condition="$post['postcount'] % 2 == 0">class="alt2"<else />class="alt1"</if> style="padding:$stylevar[cellpadding]" width="120" nowrap="nowrap" rowspan="2" $scrolltothis> If you want to post your posbits template or indicate which default template you're using I can show you specifically where to add the conditional. |
#14
|
|||
|
|||
Thanks so much! That's exactly what I've been looking for, and it works great!
I may suggest, to other people using it - change the 'alt1' and 'alt2' to 'alt4' and 'alt5', then use CSS to define the background colors. That way, the postbit alternate colors can work independant of the forumhome, etc. Thanks again! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|