PDA

View Full Version : Is it possible to put text in the forum header template which only members can see?


mcyates
10-02-2004, 04:27 PM
Is it possible to put text in the forum header template which only members can see?

Xenon
10-02-2004, 04:55 PM
very easy just use a conditional:

<if condition="$bbuserinfo['userid'] > 0">Text here</if>

AnhTuanCool
10-02-2004, 05:22 PM
Oh great Xenon, I myself didn't realize the condition $bbuserinfo['userid'] > 0 first, but really works, great ;)

mcyates
10-02-2004, 06:20 PM
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.

mcyates
10-02-2004, 06:24 PM
Found it:
<a href="$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]">$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid}