The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Here's what I'd like to do:
Say I've got two user titles, "Member" and "Supporting Member". Now, is it possible to modify showthread.php so that, underneath the avatar or post count of ONLY a "Member", a link would appear (like "Become a Supporting Member Today!)? I've tried something like: if ($post[usertitle]=="Member") { $support="link text here"; } ...and then I just stick $support into the postbit template. But it seems the boolean $post[usertitle]=="Member" isn't working (never true)... Am I using the right $post variable? Any tips are appreciated... Thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|