View Full Version : Hide certain paid subscriptions?
grecostimpy
06-29-2007, 11:51 AM
I am looking to start allowing vendors on my forum, but I want to use the Vbulletin "paid subscription" feature to handle all payments (that way, when its time to re-up, I do not have to keep track of tracking down payments...plus, it can instantly also add them to the "Vendors" group.)
Problem is, I do not want my regular users to see the available vendor paid subscriptions from their UserCP in the paid subscriptions section.
My question:
Is there anyway to make an "invisible" subscription that can only be accessed from a link? (That way if a vendor wants to sign up, I can just send them the link and let the system handle the rest).
Thanks! :)
grecostimpy
07-02-2007, 10:45 AM
Bump?
jluerken
07-02-2007, 10:51 AM
I never tried it but I think you can add a conditional to the subscription template to not show a special subscription ID.
Its there but simply not shown. Using this method the vendors can still access it with the direct link but it does not appear on the page where all subsricptions are listed.
steve71
07-02-2007, 12:23 PM
http://www.vbulletin.com/forum/showthread.php?t=184556&highlight=paid+navbar
<if condition="$bbuserinfo[userid] != 0">
<td class="vbmenu_control"><a href="payments.php$session[sessionurl_q]">Paid Subscriptions</a></td>
</if>
This will show the subscription link (in navbar) only to registered users (group 0 is un-registered/non-logged in)...maybe you can tweak it to only show to the "vendors" group. I'm not sure this is feasible for you though..as far as just having a link send the vendors: http://www.yoursite/forum/payments.php
For this link to work though, you will have to enable the paid subscritpion feature, so it will be visible in all members UserCP/miscellaneous.
grecostimpy
07-02-2007, 12:39 PM
http://www.vbulletin.com/forum/showthread.php?t=184556&highlight=paid+navbar
<if condition="$bbuserinfo[userid] != 0">
<td class="vbmenu_control"><a href="payments.php$session[sessionurl_q]">Paid Subscriptions</a></td>
</if>
This will show the subscription link (in navbar) only to registered users (group 0 is un-registered/non-logged in)...maybe you can tweak it to only show to the "vendors" group. I'm not sure this is feasible for you though..as far as just having a link send the vendors: http://www.yoursite/forum/payments.php
For this link to work though, you will have to enable the paid subscritpion feature, so it will be visible in all members UserCP/miscellaneous.
Yeah, I really want to keep the members from seeing it at all as there are user-level paid subscriptions already in use.
I never tried it but I think you can add a conditional to the subscription template to not show a special subscription ID.
Its there but simply not shown. Using this method the vendors can still access it with the direct link but it does not appear on the page where all subsricptions are listed.
Any ideas on how to accomplish this? Thanks for your help :)
bada_bing
07-02-2007, 04:58 PM
I am interested in this also.. I only want my sponsor usergroup to see the sponsor subscription and all my other usergroups to see my normal subscriptions
grecostimpy
07-03-2007, 01:48 PM
Last call?
bada_bing
07-03-2007, 01:59 PM
I cant belive there is no hack for this yet.. Any offfers making one would be very helpful for site owners with paying sponsors
grecostimpy
07-03-2007, 03:36 PM
I agree....I searched through all the hacks really expecting one to pop up. But nothing.
Anyone interested in creating one?
bostton1
08-04-2007, 09:38 AM
http://www.vbulletin.com/forum/showthread.php?t=184556&highlight=paid+navbar
<if condition="$bbuserinfo[userid] != 0">
<td class="vbmenu_control"><a href="payments.php$session[sessionurl_q]">Paid Subscriptions</a></td>
</if>
This will show the subscription link (in navbar) only to registered users (group 0 is un-registered/non-logged in)...maybe you can tweak it to only show to the "vendors" group. I'm not sure this is feasible for you though..as far as just having a link send the vendors: http://www.yoursite/forum/payments.php
For this link to work though, you will have to enable the paid subscritpion feature, so it will be visible in all members UserCP/miscellaneous.
all you have to do is chage the 0 in "[userid] != 0">" to the usergroup your sponsors are in and they will be the only ones to see it.
Still no hack to do this?!
--------------- Added 1257478589 at 1257478589 ---------------
I've found this: https://vborg.vbsupport.ru/showthread.php?p=1910809
Now.. how can we know the subscription #id so that we identify it and block it from showing?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.