The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#10
|
||||
|
||||
![]() Quote:
![]() In the forum permissions manager you can set zero access to everything for any user group. Works perfectly well on my 4.2.5 forums. If you are paranoid about links from private forums being shared on other platforms you can also make a redirect plugin to replace the standard "no permission" message a non credentialed user may receive. EG: Hook: error_fetch Title: Redirect Private Threads Code: Code:
if (!isset($vbulletin->userinfo['userid']) OR $vbulletin->userinfo['userid'] == 0) { $vbulletin->url = 'https://www.whateverpageyouwantotredirectto.com/'; eval(print_standard_redirect('no permission')); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|