Log in

View Full Version : Subscription


Mum
01-13-2007, 07:19 PM
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.

Mum
05-13-2007, 01:54 PM
Anyone?

westpac
05-13-2007, 09:47 PM
there should be option under paid subscriptions in the acp to set a date

Mum
05-14-2007, 02:40 AM
That's not what i'm asking. I want a list that members can view of who is a subscribed member.

Mum
05-21-2007, 06:51 AM
bump

Mum
05-22-2007, 10:28 PM
Bump

Mum
06-11-2007, 06:59 PM
bump

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 :)

Mum
06-27-2007, 10:36 PM
Exactly :)

Mum
07-18-2007, 02:41 AM
bump

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.