The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Thanks.
Anthony that is almost perfect for me except I don't have control over which forums you can hide. This was the plugin code Xenon posted that doesn't work for me: Code:
// Exclude Forums except direct link to thread if ($vbulletin->userinfo['fieldxx'] != 0 AND THIS_SCRIPT != 'showthread' AND THIS_SCRIPT != 'attachment') { $excludeforums = array(); if ($vbulletin->userinfo['fieldxx'] & (1 << 0)) // first checkbox { $excludeforums = array_merge($excludeforums, array(xy, xy, xy, xy)); } if ($vbulletin->userinfo['fieldxx'] & (1 << 1)) // second checkbox { $excludeforums = array_merge($excludeforums, array(za, za, za, ta)); } ... foreach ($excludeforums AS $fid) { $vbulletin->userinfo['forumpermissions']["$fid"] = 0; } } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|