The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is it possible to put text in the forum header template which only members can see?
Is it possible to put text in the forum header template which only members can see?
|
#2
|
||||
|
||||
very easy just use a conditional:
HTML Code:
<if condition="$bbuserinfo['userid'] > 0">Text here</if> |
#3
|
||||
|
||||
Oh great Xenon, I myself didn't realize the condition $bbuserinfo['userid'] > 0 first, but really works, great
|
#4
|
|||
|
|||
Also what is the code for the referrals.
I want each member referral code to be shown at the top of the site. but i do not know the code, i used to have it but i've forgot it, i think its in the FAQ page but i can't find it. |
#5
|
|||
|
|||
Found it:
Code:
<a href="$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]">$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|