The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
php replacement variables
I have a php file working in mo forum and i have a lot of styles. My problem is this php file is calling a template but i have to edit the php file to change background color so it causes a problem with differet styles.
here is the code inside the php file. Code:
################################################## ######################### ## SET YOUR OWN COLOURS HERE ################################################## ######################### ?> <body bgcolor="#202020" text="#999999" link="#ff0000" alink="#ff0000" vlink="#ff0000"> <font face="verdana" size="1"><a href="member.php?u=<? echo "$postuserid"; ?>" target="blank"> <b><? echo "$name"; ?></b></a><br><? echo "$comment"; ?><br><br></font></body> <? } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|