The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]() Quote:
* Create a hidden, admin only editable userprofile field in Admin CP and note its id. * When you want to give access to users for forum x, go and write something in that field of the user. (for other users it should be blank) * Then you have 2 options: 1- If you want everybody to post to this support forum, but you want an easy way to discern people who should get support without going all the way to user options and check its username then use this method: Install Advanced templates hack, then edit postbit template and add [[($bbuserinfo[usergroupid]==6)]] $post[fieldX] [[/($bbuserinfo[usergroupid]==6)]] to a relevant place (eg under user's posts) Replace X with the field id of the profile field. This will display the content of this hidden field to the viewer if he is an Admin. So by checking the thread you'll easily notice if he is eligible for support or not. 2- You may want to restrict the new thread creation of this forum to these users only: Edit newthread.php and apply this hack: after: PHP Code:
PHP Code:
Whatever fits to you.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|