The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've made a link to Paid Subscriptions on my forum. Here's the code:
Code:
<a href="http://techlifeforums.com/payments.php">Upgrade</a> |
|
#2
|
||||
|
||||
|
Code:
<if condition="!is_member_of($vbulletin->userinfo, 3, 4, 6, 10)"><a href="http://techlifeforums.com/payments.php">Upgrade</a></if> |
|
#3
|
|||
|
|||
|
Thanks, it works
|
![]() |
|
|