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)

Shazz 02-04-2007 02:55 AM

Quote:

Originally Posted by dcpaq2 (Post 1174095)
Yes, Just curious if its possible.... Not trying to get way off topic here.

Doug

Considering its going to there email
I highly doubt it :confused:
Unless every email sent out from the site is saved somewhere as a draft

dcpaq2xx 02-04-2007 02:56 AM

Quote:

Originally Posted by Shazz (Post 1174084)
Not super moderators but
Only Super Administrators can use it.
And no members dont know unless you tell them

By the way what the heck is the difference between a super admin and a normal admin?

I wasnt even aware that there was a super admin... lol

Doug

dcpaq2xx 02-04-2007 02:57 AM

Quote:

Originally Posted by Shazz (Post 1174096)
Considering its going to there email
I highly doubt it :confused:
Unless every email sent out from the site is saved somewhere as a draft

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

Shazz 02-04-2007 02:58 AM

Quote:

Originally Posted by dcpaq2 (Post 1174098)
By the way what the heck is the difference between a super admin and a normal admin?

I wasnt even aware that there was a super admin... lol

Doug

A normal admin can't control other admins powers and such and a few more tweaks to it
Its just like a add-on of some permissions/powers
Not like a big jump from smod to admin

Shazz 02-04-2007 03:00 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

You could maybe request that in the request forum and see what people say
Or make sure it gets done by making a $ Service Request

dcpaq2xx 02-04-2007 03:03 AM

Ok, Sounds good. I will end this off topic discussion here.

Back to the Read PM's hack we go. :)

Doug

haris_led 02-04-2007 06:01 AM

dcpaq2, if you want to save the outgoing emails, you can go to:
AdminCP>vBulletin Options>Error Handling & Logging>Log Emails to a File
and enter the path to the file you want :D

blind-eddie 02-04-2007 09:07 AM

There is a hack here that if a member sends an email via your site, you can set it up to get copy of it in your email.

Spinball 02-04-2007 09:47 AM

Quote:

Originally Posted by dcpaq2 (Post 1174098)
By the way what the heck is the difference between a super admin and a normal admin?

I wasnt even aware that there was a super admin... lol

Doug

Superadmin is the user defined in your config.php as the person able to admin the whole site including other admin.
If you want (as I do) all admin users to be able to read PMs, edit read_pms.php and replace
PHP Code:

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.");


with
PHP Code:

if(!$vbulletin->userinfo['usergroupid'] == $vbulletin->options['adminid'])
{
    
rpm_print_stop_back("You don't have permission to access this page.");



dcpaq2xx 02-04-2007 01:22 PM

Thank you everyone for answering my questions. I appreciate it greatly.

Doug


All times are GMT. The time now is 11:43 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.01535 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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