View Single Post
Old August 13th, 2006, 01:52 PM   #1 (permalink)
LamBras
Junior Member
Verified Customer
 
Join Date: Jun 2006
Location: Frankfurt/Germany
Posts: 6
Question 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.
LamBras is offline   Reply With Quote