I have a hack I have used since vb3.0. All has worked ok Till 3.5 (something changed )
All users no matter the usergroup must enter a password to a forum that has a password.
Open:
includes/functions.php
Search: (about line 3023)
Code:
if (!$password OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) OR can_moderate($forumid))
Change to:
Re upload.
This will not work on Sub-Forums only forums on the 1st level now for some reason. In VB3.0x it worked on sub-forums.
Any ideas ?