vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Read PMs (https://vborg.vbsupport.ru/showthread.php?t=123166)

Tralala 02-16-2007 11:04 AM

Quote:

Originally Posted by dcpaq2 (Post 1174099)
I wonder if theres a way to tell Vbulletin to send a carbon copy of every email that gets sent through Vbulletin to a specific email address. That would probably work ok.

Doug


Here is a mod that does that:
https://vborg.vbsupport.ru/showthread.php?t=106889

RZ500 02-20-2007 09:26 PM

How can I installit, so I can use it from the menu as you said, I upload it but how can I make it apear in teh menu?.

dcpaq2xx 02-21-2007 12:46 AM

Quote:

Originally Posted by Tralala (Post 1183785)

Thank you, I appreciate you sharing this.

From what posters are saying though it doesnt work with 3.6.4.

Doug

Shazz 02-21-2007 02:00 AM

Works fine on 3.6.4 and other people are using it on that as well.

dcpaq2xx 02-21-2007 05:17 AM

Well then i guess ill have to look into this further then. Maybe i just misunderstood them.

Thanks

Doug

aeternus aura 02-23-2007 03:52 AM

Does anyone know of a way to make sure only Super Administrators can view the "Read PMs" option? I would like for only the Super Administrators to be the only ones able to see the option. Right now they're the only ones that can edit it, but it's important that neither Administrators or other Moderators who can access the Admin CP will be able to see it.

Shazz 02-23-2007 11:45 AM

They can't as stated above

Only Super Administrators can use it.

Red Spider 02-23-2007 06:44 PM

Just a little bug - smilies dont work, lol

Come up as broken links on my board :(

EDIT: Working now :p

giovannicosta 03-03-2007 11:06 AM

doesn't work on mine...:(

There are no super admin on my board aND THAT USERGROUP DOESN'T EEVEN EXIST ON MY FORUM, ONLY admins exist, I have 3.6.5

Shazz 03-03-2007 02:42 PM

Quote:

Originally Posted by giovannicosta (Post 1194761)
doesn't work on mine...:(

There are no super admin on my board aND THAT USERGROUP DOESN'T EEVEN EXIST ON MY FORUM, ONLY admins exist, I have 3.6.5

Its not a usergroup
Its a simple add user ID to super admin

scan-pa 03-03-2007 03:19 PM

Quote:

Originally Posted by giovannicosta (Post 1194761)
doesn't work on mine...:(

There are no super admin on my board aND THAT USERGROUP DOESN'T EEVEN EXIST ON MY FORUM, ONLY admins exist, I have 3.6.5

On your webhost cpanel, go to your forum dir.

now go to includes dir.

edit config.php file

look for the "is super admin" line of code.

should look like this. it is default user #1

--------------------------------------------------------------------

// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1,2';
-------------------------------------------------------------------------------

Just add a coma when adding other userids.

above example, user 1 and user 2 are super admins, they have full access to all forum settings.

Stormlilly 03-05-2007 11:51 PM

I have installed this mod and the files have been uploaded to the correct paths.

I have also changed the config file to include my user id as a super administrator.

Problem is, no matter what I do, I cannot see the option in the Admin Control Panel under Users.

I can however go to the PM Mod interface and use this feature by typing the directory directly into my browser, e.g. www.myforum.com/admincp/read_pms.php

Could somebody help me find out what I am doing wrong?

I am using 3.6.4

Thanks,
Storm

Kadi 04-08-2007 10:14 AM

Great hack. Smilies show as a broken link for me as well but other than that its working fine.

Is there a way to log PMs? Or save them like we can save our own PMs as txt or xml?

If a member deletes a PM, admin has no way to retrieve it?

Thanks.

Dream 04-08-2007 08:49 PM

Right now you can only copy/paste the PMs you want to a text file by yourself.

If a member deletes a PM, it gets totally removed from the database, so no way to retrieve it.

Neo_obs 04-09-2007 02:45 AM

you can do nightly database backups or even have a slave database that has no delete attributes

Zerovb 04-09-2007 02:47 AM

Thanks My Friend

Duran26 04-11-2007 07:43 PM

Hello,
Thanks a lot 4 this great script !

Question: What i have to change to run it for the Super Moderators in the Mod Panel?

Best regards

Duran26

Dream 04-12-2007 12:08 AM

There's no way to do that in this version, you would have to edit the code and upload read_pms.php to your modcp folder.

inciarco 04-12-2007 03:47 PM

Great Add-On Dream!! :up:

If you could add the Edit PM and also the Delete PM Options, Then the Set of Options Could be Complete for PM Moderation!! :up: ;)

I hope you can add those Two Options (Edit a PM and also Delete a PM) for Complete Moderation Purposes!! :up: ;)

My Best Regards Dream... It Works Real Good on 3.6.5!! :)

:)

Duran26 04-12-2007 08:17 PM

Quote:

Originally Posted by Dream (Post 1225489)
There's no way to do that in this version, you would have to edit the code and upload read_pms.php to your modcp folder.

Just edit the User ID and add the User ID from the Super Mods?

What part of code i have to modify?

Best Regards!

Dream 04-12-2007 09:29 PM

Try removing this code from read_pms.php

PHP Code:

// ########################## SUPERADMIN CHECK ############################
if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s'$vbulletin->config['SpecialUsers']['superadministrators'], -1PREG_SPLIT_NO_EMPTY)) ) {
    
rpm_print_stop_back("You don't have permission to access this page.");


And uploading to the modcp folder. Then mods need to use the full url to read_pms.php to use it.

edit: this will allow all mods to see this, not only super mods

kidcorral 04-22-2007 06:49 AM

I'm not sure if I'm asking this in the right place...forgive me if I have...but does anyone know of somewhere (a pay site, of course, not looking for a freebie) I could ask to install this in my vB forum for me? I don't have the foggiest clue how to do it despite the detailed instructions and would prefer to have a more experienced person do it. Please PM me with whom to contact please.

Thank you very much,
Kristen

Aimee1969 04-28-2007 11:13 AM

thanks...like the mod ;)

Dream 04-28-2007 11:16 AM

Glad you do :)

666 installs :eek:

Aimee1969 04-28-2007 06:15 PM

now I screwed things up....I tried to do "a shout box thing" after I did this. I messed up my whole board and my server set it back to yesterday for me. Well I lost this in the process...I can't get it back. Please help me.

When I do this:
Upload "read_pms.php" to your admincp folder

it says "failed" and it won't install it. What am I doing wrong? I have tried several times. I liked this too this am prior to my mix up.

Dream 04-28-2007 06:48 PM

Failed to FTP the file to your admincp folder?

RS_Jelle 04-28-2007 08:04 PM

Nice to see you joined the thread again, Dream :)

Any plans on releasing a new version for fixing the most important bugs? Correct BBCode parsing for messages (fix for example the missing quotes), wrong "to" array parsing due to the new vBulletin system of this and remove the wrong htmlspecialchars for the pm title. The latest one is very easy to fix, just remove the htmlspecialchars (htmlspecialchars is already ran by vBulletin itself before it's being stored in the database).

And ... some small new features to make management more efficient: link the user name on the read page to the /admincp/user.php?do=edit&u=xxx page (!)
A bigger feature suggestion: add BCC support to the mod, which has been added by vB 3.6.

Dream 04-28-2007 08:11 PM

Thanks for the hints RS_Jelle, I'll get to this mod again sometime, right now I'm kinda busy with my other mods.

Your suggestions are nice, I'll take them in consideration.

What do you expect the mod to do with BCC? Just show the list of users on BCC in the PM view page? Thinking about it I don't think this list is stored anywhere, the system should just create multiple PMs for different people.

RS_Jelle 04-28-2007 08:15 PM

Quote:

Originally Posted by Dream (Post 1237229)
What do you expect the mod to do with BCC? Just show the list of users on BCC in the PM view page? Thinking about it I don't think this list is stored anywhere, the system should just create multiple PMs for different people.

You are right, I just checked it and there is no BCC field. So -1 feature request :)

Aimee1969 04-28-2007 08:47 PM

Quote:

Originally Posted by Dream (Post 1237195)
Failed to FTP the file to your admincp folder?

yes..that was where.

Aimee1969 04-28-2007 08:50 PM

I don't know when I messed thing up earlier and they reset it to yesterday's stuff what hapened??

Dream 04-29-2007 12:58 AM

Sorry I can't understand... Your host used yesterday's backup to recover your site? Maybe you should talk to your host and ask if there's a problem with your FTP service.

Aimee1969 04-29-2007 04:15 AM

okay....thanks

inciarco 04-30-2007 01:28 AM

Other interesting Feature could be to be able to Edit the PMs!! :up:

I hope you could include that Feature too, Dream!! :up:

My Best Regards!! :up:

:)

msworld 05-01-2007 08:38 AM

it is working fine..thank you.

TheBlackPoet 05-01-2007 09:05 AM

i like this a lot... while some people will take issue with possible confidentiality... as admins.. our sites should be protected from "recruiters" and if we feel we need to look in on what suspect people may be trying to pull.... then we should have that right...

good job.... love it!!

inciarco 05-02-2007 06:25 PM

Quote:

Originally Posted by inciarco (Post 1237961)
Other interesting Feature could be to be able to Edit the PMs!! :up:

I hope you could include that Feature too, Dream!! :up:

My Best Regards!! :up:

:)

I almost Forgot, I'd be very Interesting if you could include a Delete PM Feature, to be able to Delete de PM that is being consulted, an also a List of PMs, perhaps for an Specific User (if a Range of Time is Possible could be Great), for Specific Numbers of PMs, and any other Delete Options!! :up:

Sometimes is Necessary to Delete Some Private Messages from Some Users!! :up:

I hope you can Include that Feature Too, Dream!! :up:

My Best Regards!! :up:

:)

cjshirlaw 05-07-2007 09:28 PM

I am new and having trouble installing this. Could someone walk me through it, not quite sure how to install them into the directories

RS_Jelle 05-08-2007 05:33 AM

Quote:

Originally Posted by cjshirlaw (Post 1243264)
I am new and having trouble installing this. Could someone walk me through it, not quite sure how to install them into the directories

Quote:

Installation:

Upload "read_pms.php" to your admincp folder and "cpnav_rpm.xml" to your includes/xml folder.
That's all :)
Just upload them to the correct directory, and the Read Pm's option will apear in your users admin.

Aimee1969 05-11-2007 07:48 PM

i like this ;)


All times are GMT. The time now is 09: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
  • Page Generation 0.01631 seconds
  • Memory Usage 1,825KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete