The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide certain paid subscriptions?
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! |
#2
|
|||
|
|||
Bump?
|
#3
|
||||
|
||||
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. |
#4
|
|||
|
|||
http://www.vbulletin.com/forum/showt...ht=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. |
#5
|
|||
|
|||
Quote:
Quote:
|
#6
|
||||
|
||||
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
|
#7
|
|||
|
|||
Last call?
|
#8
|
||||
|
||||
I cant belive there is no hack for this yet.. Any offfers making one would be very helpful for site owners with paying sponsors
|
#9
|
|||
|
|||
I agree....I searched through all the hacks really expecting one to pop up. But nothing.
Anyone interested in creating one? |
#10
|
|||
|
|||
Quote:
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|