Log in

View Full Version : list subscibers on a sepeate page


Hornstar
04-29-2009, 04:51 AM
I am after a very simple mod.

I want to create a page eg. forums/subscribers.php

and on that page I want to list all the subscribers who have purchased x membership from the forums/payments.php page. so it will have their name and next to there name it will have when there membership is set to expire.

I would like to control which userids are able to see the content on that page as well.

Could anyone create this or help me with this.

Thanks.

Hornstar
05-03-2009, 12:13 AM
Any help would be much appreciated.

Hornstar
05-16-2009, 12:00 AM
Even a link to some useful information on how to make this myself could help if you are not able to spend time making this.

Lynne
05-16-2009, 02:25 AM
Here's a link on how to get your own page started - [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)

I'd guess you can get info regarding the users/expiration date from the subscriptionlog table (join it with the user table to get the username).