The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How would I go about doing this?
I was able to do this with IPB but now that I own a vB I am really lost. I have no idea how vB outputs its templates. Could someone here please tell me how I might be able to accomplish this both on the index and the forum display?
(Notice the alternating cell colors) |
#2
|
||||
|
||||
Quote:
However it is possible on the forumhome, there is a modification at vBulletinTemplates.com to do it |
#3
|
|||
|
|||
You wouldnt happen to have a link to it would you? I have no idea what I am looking for (what they might call it) other than to look in the VB3 section.
|
#4
|
||||
|
||||
Quote:
Its old, but it should still work |
#5
|
|||
|
|||
Ah thank you. It indeed did work for FORUMHOME but it needed a little adjustment.
<if condition="$forum['displayorder'] % 2 == 0">class="alt2"<else />class="alt1"</if> should be: <if condition="$forum[forumid] % 2 == 0">class="alt2"<else />class="alt1"</if> I also found out (on my own) which file needed to be touched up in order to get it to work with THREADBIT properly. It was only a matter of finding out when and where vB spits out that template and the rest was easy See? :surprised: |
#6
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|