Help adding subscription info to the nav
<u>vB 3.5</u>
I'm trying to figure out some code to add underneath the Welcome user box in the nav. My purpose is to either display an Upgrade Account url or display the users current subscription expiration date.
Here's what I have so far.
<if condition="$bbuserinfo[usergroupid]=='2'"><strong><a href="payments.php"> Upgrade Account</a></strong><br />
<else />
<"bbsuserinfo[?..
</if>
What do I need to make this work?
|