![]() |
Quote:
|
Quote:
If you dont have permission to upload files to a folder on your host - contact your providor, there is something wrong. Without the includes/xml file - you should still be able to use the system by goign to the direct URL of http://yourdomain.com/admincp/read_pms.php |
Quote:
|
Quote:
Thanks - works great aside from those minor nuisances. |
Quote:
|
I added the following line to my include/config.php
Quote:
|
nice looks like it runs fine for :-)
excellent thanks. |
no install instructions ? :(
|
Quote:
Quote:
|
It says I don't have permission. I added my username to config.php but I know a while back I accidentally deleted by admin acccount and had to get another created. Does that mean my userID number is not 1? How can I find out what my userID admin number is or can I just write in the username itself?
Help! |
Quote:
If you created a new user account, your user ID is not going to be 1. You need to find out your current user number (click on your profile, and it will display u= and then your user ID number. Add that ID number to the SuperAdministrators section of your vBulletin config.php. Dexter... |
Oh this is great to have on my forums. Thanks!
|
Hi, i think there is a bug!:)
When I send a pm to a user, and then I go to read pms it shows it. OK so far. BUT, if the user, deletes the pm from his inbox, and then, i delete it also from my sent folder, it still shows it in read pms. If i click on the link to see it i get a database error saying: Code:
Database error in vBulletin 3.6.1: any solutions? thanks :D |
The deleted PM will show in the latest PMs list until your forum runs Scheduled Task "Hourly Cleanup #2." That CRON job cleans up PMs, and by default it runs once per hour.
You can test this yourself by sending a PM to a user, having them delete it right away, and then checking the Read PMs list. Then go into your Admin CP -> Scheduled Tasks -> Scheduled Task Manager. Find Hourly Cleanup #2, and hit the Run Now button. Then go back to the Read PMs page and view the Latest PMs. The deleted PM should be gone from the list. Dexter... |
Quote:
|
Thanks Dream
Install |
And for 3.6.1????
|
Quote:
|
Hi,
I've uploaded "read_pms.php" to my admincp folder and "cpnav_rpm.xml" to my includes/xml folder but there is nothing in my control panel's users area. Do I have to do something more to make it work? vB 3.6.1 Regards |
installed thanks this is a life saver as soon l installed :) cought 2 of my high rank muds talking bad about me lol
|
Quote:
|
I got an error... Fatal Error Could not open /home/.duce/axay86/liupharmnote.com/forums/includes/xml/cpnav_vbulletin.xml
anyone have any ideas? I dont see anything in admincp |
This is by far one of the most useful hacks to me. Thanks for making it.
|
Excellent hack, on my old board I discovered someone from a rival board trying to poach members so this hack will be great this time round and the Moderate PM's hack too
|
i just installed it on my site but i cant see any sign of this in the admin control pannel or ware to look?
|
is this works on 3.6.2?
|
Quote:
|
Great, I suspected one of my members was using the PM system to spam, I installed this, confirmed what I thought, and he is now the proud owner of a lifetime ban, thanks to this hack.
Thanks. Edit- I use 3.6.2 |
Nvm, fixed the problem
|
I use 3.6.2 and it's not showing up anywhere. I installed everything right as well. Did you mean Super Moderators? Because there is no Super Administrator in 3.6.2, it seems. Maybe in 3.6.0 - I even went as far as to added and joined a new usergroup "Super Administators", in hopes of it just working and it didn't.
Maybe I just suck. EDIT - It's working. I've been wanting one of these for years. Thanks. Great hack. |
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 09:13 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:
|