| LamBras | August 13th, 2006 01:52 PM | Adding customized vB variables to templates Hi,
in my vBulletin navbar, I have some calls to custom variables like these: Quote:
$vbphrase[members]: $numbermembers | $vbphrase[threads]: $totalthreads | $vbphrase[posts]: $totalposts
| or like Quote:
<img src="$vboptions[avatarurl]/avatar$bbuserinfo[userid]_$bbuserinfo[avatarrevision].gif" alt="Your Avatar" border="0" />
| Unfortunately, these variables don't work with reviewpost. I noticed header-inc.php is the place to define them, but this is still too complex right now (just got ReviewPost today).
Any advice is appreciated. |