The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Thank you, tbworld.
The file is actually /includes/blog_functions_shared.php I commented out the line you highlighted Code:
if ($modinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) { DEVDEBUG(' USER IS A SUPER MODERATOR'); // $issupermod = true; // <-- Comment this out. } Code:
if (empty($do)) { if ($issupermod) { // return true; // <-- comment this out } else if (isset($modinfo['isblogmoderator'])) { if ($modinfo['isblogmoderator']) { DEVDEBUG(' USER HAS ISBLOGMODERATOR SET'); return true; } else { DEVDEBUG(' USER DOES NOT HAVE ISBLOGMODERATOR SET'); return false; } } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|