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.
|
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.