Status
Not open for further replies.

webi

Customer
Hello,

how can you turn off the "View Message" link in the ACP?
We do not want that anyone can read a personal message from a user.

Regards
 
There is no way to turn it off, only users with superadministraror privileges can see/use the link.
 
There are currently 4 super admins.
It is the principle that we do not read the private messages from our users at us.
 
So then don't click on the link. :) If there was a setting, one of the admins could simply turn it on and view them, so a setting is useless IMO.
 
The file is vbsuper_pm_stats.php

Find this twice:
Code:
if (in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministrators'], -1, PREG_SPLIT_NO_EMPTY)))

Change it to:
Code:
if (in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->config['SpecialUsers']['superadministratorssss'], -1, PREG_SPLIT_NO_EMPTY)))
 
Thank you for the support.
I have adjusted the line with the link so that the table remains unchanged.

PHP:
 $cell[] = "<!--a href=\"vbsuper_pm_stats.php?do=showpm&pmtextid= $log[pmtextid]\"--> $vbphrase[dbtech_vbsuper_pm_view_message]<!--/a-->";
 
Status
Not open for further replies.

Legacy vBSuper PM's

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
545
Customer rating
0.00 star(s) 0 ratings
Back
Top