The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
i changed this....
if ($counter%2==0) { $post[textcolor]="{firsttextcolor}"; $post[textclass] = "text1"; } else { $post[textcolor]="{secondtextcolor}"; $post[textclass] = "text2"; to.. if ($counter%2==0) { $post[textcolor]="{firsttextcolor}"; $post[textclass] = "text1"; } else { $post[textcolor]="silver"; $post[textclass] = "text2"; and it didnt work... i also need to change the second background colour as well... because i think if i change it using my admin feature... it will also change the colour on my main page as well.. but i only want just the background colour of the every second post column to be changed.. and my main forum page to remain with the colour it has now.. ...Thanx |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|