View Full Version : Subscription
I have a forum which is paid subscription only, is it possible to put a list of when the date runs out for the members somewhere?
I understand it sends them a message 3 days before it runs out, but i'd like a list of these available to the members.
westpac
05-13-2007, 09:47 PM
there should be option under paid subscriptions in the acp to set a date
That's not what i'm asking. I want a list that members can view of who is a subscribed member.
DieselMinded
06-27-2007, 10:33 PM
That's not what i'm asking. I want a list that members can view of who is a subscribed member.
And Where it shows there sign up date and expiration date :)
ozmazdaclub
08-08-2007, 02:53 PM
Hi Mum,
Try this > http://www.vbulletin.com/forum/showthread.php?t=197563
This will allow you to add a custom page... then its a simple matter of using if statements to pull information from the database
Here is an example (this will show a member's name if they are a member of usergroup 20) and then show an image:
<if condition="$post[usergroupid] == 2 and is_member_of($post, 41)"><img src="images/misc/supporter.gif"></if>
This will get you a list but then pulling the other information i am not sure how to do this.
I hope this helps... i don't have time to work it out right now but its on my to do list.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.