The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
When i close my forum only admins can see the posts. How can I make it so more USERGROUPS can see the forum?
|
#2
|
||||
|
||||
Edit this code:
Code:
// check that board is active - if not admin, then display error if (!$bbactive) { $permissions=getpermissions(); if (!$permissions['cancontrolpanel']) { eval("standarderror(\"".str_replace("\'", "'", addslashes($bbclosedreason))."\");"); exit; } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|