![]() |
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?
https://vborg.vbsupport.ru/ (Notice the alternating cell colors) |
Quote:
However it is possible on the forumhome, there is a modification at vBulletinTemplates.com to do it |
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. :(
|
Quote:
Its old, but it should still work |
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 :D See? :surprised: |
Quote:
|
All times are GMT. The time now is 03:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|