Log in

View Full Version : vB2 to vB3 Variable Conversion


UND3Rburn
07-24-2003, 04:03 AM
I need to know what the variables are in vB2 to vB3... what I mean is I need to know the following...

What would I put in my Template Mods to replace:

{tableheadbgcolor}
{categorybackcolor}
{firstaltcolor}

in vBulletin3

Is there a list somewhere I could refer to? Can someone tell me what I would need to replace?

Thanks.

Tony G
07-24-2003, 04:58 AM
Just look through the forumhome templates and level 1 & 2 templates. You will see them in there.

imported_Someguy
07-24-2003, 06:36 AM
Off hand I know {firstaltcolor} has been changed to class="alt1". Hover over the colors in CSS Editor and it should tell you the varible for them.

UND3Rburn
07-24-2003, 11:28 PM
never noticed that... thanks alot.

SmartGnome
07-25-2003, 07:30 AM
I need to know what the variables are in vB2 to vB3... what I mean is I need to know the following...

What would I put in my Template Mods to replace:

{tableheadbgcolor}
{categorybackcolor}
{firstaltcolor}

in vBulletin3

Is there a list somewhere I could refer to? Can someone tell me what I would need to replace?


Thanks.


{tableheadbgcolor} -->> class="thead"
{categorybackcolor} -->> class="tcat"
{firstaltcolor} -->> class="alt1"
{secondaltcolor} -->> class="alt2"

look in the forumhome template cause the most are used there

UND3Rburn
07-26-2003, 03:22 PM
Would I just replace it... or would I have to put that in the table tag