Quote:
Originally Posted by steve71
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.
|
Yeah, I really want to keep the members from seeing it at all as there are user-level paid subscriptions already in use.
Quote:
Originally Posted by jluerken
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