The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How many replacements in a VBCode?
I just implemented styles on my forum (VB 2.3.2), and while pretty much everything can be customized, there's one thing in particular that I'm having trouble with.
I use some fancypants pretty code for a quote reply, but if someone views the forum via the new style, it does not match. I tried replacing the the color codes with replacement variables (like {tablebordercolor} for example), but it doesn't work. The only working replacement is {secondaltcolor}. Code:
<table style="background-color:{secondaltcolor}; color:#ffdbd9; border:1px solid #520905" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:-10px">?</div> </td> <td rowspan="2"><smallfont>This is a quote in the seasons style.</smallfont></td> <td rowspan="2" valign="bottom" bgcolor="#520905"> <div style="font-size:50px; font-weight:bold; font-family:Times New Roman, Times, serif; position:relative; top:25px">?</div> </td> </tr> <tr> <td height="25" valign="top" bgcolor="#520905"></td> </tr> </table> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|