![]() |
Waht is a "Super Administrator"? In my vB 3.6 there is only a Administrator group. In this group are 3 users, including me. But nobody except of me is able to see the "Read PMs" Link. I have the userid 1, but I don't think this is important.
Maybe anybody knows how to fix that problem? |
Manually edit your config.php and there's a place to list the userids of those that you wish to be Super Admins.
|
Super Admin is the "god Account" usualy userid# 1
You can add more admins, by adding there userid to the "is super Admin" line in the config.php file. |
I installed this, but didn't like a few things. I'm using 3.6.4, and I had the serialized "to" field issue. I also didn't like that I had to promote someone to superadministrator just to review private messages -- because that let them have authority over administrators, which I did not want.
In order to change the security check, I did this: In \includes\config.php Find: Code:
// ****** SUPER ADMINISTRATORS ****** Code:
// ****** PRIVATE MESSAGE ADMIN ****** Find: Code:
if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministrators'], -1, PREG_SPLIT_NO_EMPTY)) ) { Code:
if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['privatemessageadmin'], -1, PREG_SPLIT_NO_EMPTY)) ) { Next, to change the unserialization issue... In \admin\read_pms.php Find: Code:
//print_label_row('To', htmlspecialchars($pm['touserarray'])); Code:
$myarray = array_values(unserialize($pm['touserarray'])); All of the above worked beautifully for me on 3.6.4... your mileage may vary. |
Thanks But this Hack take privaci of all users and finished PM. Installed and Runnig. Best Regards
|
Hm i am not able to install this thing. Tried it via fileupload as well as putting it to ./includes/xml/cpnav_rpm.xml
Always same error message: File invalid (Datei ung?ltig) cpnav_rpm.xml file content: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> EDIT: workaround if any other has this problem (i think it depends because displayorder 130 is alreay used with another menu or something) OPEN: ./includes/xml/cpnav_vbulletin.xml FIND: <navoption displayorder="120"> <phrase>access_masks</phrase> <link>accessmask.php?do=modify</link> </navoption> AFTER ADD: <navoption displayorder="121"> <text>Read PMs</text> <link>read_pms.php</link> </navoption> This will add the Menu in the Users Admin menu by Hand. |
Click Install, Thank you,
|
Intalled.
Quote:
|
Im SO glad I found this mod. I have a serious case of people signing up just to spam our PM's.
|
Really is it not a shame to you? To read personal messages of users, this disrespect for them. On that they Personal!
|
All times are GMT. The time now is 07:32 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|