View Full Version : Paid Subscriptions
clearchannel
01-22-2005, 07:17 PM
I would like to place a restriction as to which usergroups can purchase a subscription. As it works now, if I open subscriptions, all registered members are granted the ability to purchase a subscription.
Is there anyway I can limit the ability to purchase a subscription to one usergroup?
Thanks in advance.
Andreas
01-27-2005, 03:12 AM
Cheepo solution:
In subscriptions.php FIND
if ($bbuserinfo['userid'] == 0)
REPLACE that with
if (!is_member_of($bbuserinfo, 10))
Then only users forum usergroup 10 can use the script.
beano33
03-10-2005, 05:04 PM
Is there a way to do this for a specific subscription? I'd like to give current subscribers an option to upgrade their membership at a lower price than new subscribers. I don't want the lower price option available for new subscribers. Thanks!
luroca
04-05-2005, 07:41 AM
I am interested too :)
Princeton
04-05-2005, 11:41 AM
you can always give the group a coupon ... but then you will need a coupon script ;)
Great hack idea! I would love to see this too! Has this been done yet?
luroca
05-10-2005, 09:13 PM
I have a Service Request:
https://vborg.vbsupport.ru/showthread.php?p=651828#post651828
I have a Service Request:
https://vborg.vbsupport.ru/showthread.php?p=651828#post651828
I will help pay for this if need be. I think this could really benefit boards that have multiple membership options.
luroca
05-22-2005, 02:50 PM
I have made a little hack here:
https://vborg.vbsupport.ru/showthread.php?t=81854
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.