vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   E-mail on PM for earlier members (https://vborg.vbsupport.ru/showthread.php?t=313162)

Apexi 07-22-2014 10:09 PM

E-mail on PM for earlier members
 
Hi again guys.
So recently i noticed that our forum has been running without that option "Send a e-mail when a new private message has arriwed"

Well, now that option is set as default for all new registrations. But is there any way to make that option checked for all the other/older members to?

ForceHSS 07-22-2014 10:23 PM

Maintenance/Execute SQL Query/Automatic Query
You will see the option you need in the drop down

Apexi 07-23-2014 12:53 PM

Thanks, that make sense :)
I'm Administrator at two forum. One older "3.8.5 and one newer "4.2.0"
I can see and use the Maintenance menu in the older one, but not i the newer.

Could it be a plugin or something else i've missed? vBSEO is running in the newer one, so could i be that?

ForceHSS 07-23-2014 12:56 PM

You need to add your userid to the config to make yourself a super admin then you will see it. Edit the config with notepad ++ also add your userid to the others
$config['SpecialUsers']['canviewadminlog'] = '1';
$config['SpecialUsers']['canpruneadminlog'] = '1';
$config['SpecialUsers']['canrunqueries'] = '1';
$config['SpecialUsers']['undeletableusers'] = '1';
$config['SpecialUsers']['superadministrators'] = '1';

Like this if you are putting more than one userid do it like this

$config['SpecialUsers']['canviewadminlog'] = '1,2';
$config['SpecialUsers']['canpruneadminlog'] = '1,2';
$config['SpecialUsers']['canrunqueries'] = '1,2';
$config['SpecialUsers']['undeletableusers'] = '1,2';
$config['SpecialUsers']['superadministrators'] = '1,2';

Apexi 07-23-2014 08:14 PM

Thanks. Works like it should :)


All times are GMT. The time now is 04:27 PM.

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.00977 seconds
  • Memory Usage 1,714KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete