PDA

View Full Version : Help adding subscription info to the nav


TundraSoul
10-15-2005, 06:02 PM
<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?

kyrnel
03-02-2006, 01:43 PM
I would like to do this as well. I think that it may be fairly complex, though, since there can be multiple subscriptions.

A query would have to return the subscription names and expiration dates. Then a set of templates would have to display the list of subscriptions.

I would be OK with it only showing one subscription since my members will only subscribe to one at a time.

Anoyone want to tackle this one? I am willing to pay for it.