vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - Usergroup Auto Reply (https://vborg.vbsupport.ru/showthread.php?t=219811)

exportforce 07-31-2009 04:56 PM

Quote:

Originally Posted by bananalive (Post 1859159)
Try attached file

Awesome !
Thanks :up:

Simon Lloyd 08-01-2009 02:18 PM

Bananalive, thanks for your time with that!

Simon Lloyd 08-03-2009 02:28 PM

Bananalive, is there anyway to prevent the Admin. SuperMods and Mods usergroups from getting the auto reply sent to them?, whilst this mod is fantastic it's already becoming a pain amongst staff when PM'ing each other, so is it possible to exclude their usergroups from getting the PM of select usergroups that will get the PM? (i have the 2 products Autoreply and Autoreply2)

bananalive 08-04-2009 10:21 AM

Quote:

Originally Posted by Simon Lloyd (Post 1860732)
Bananalive, is there anyway to prevent the Admin. SuperMods and Mods usergroups from getting the auto reply sent to them?, whilst this mod is fantastic it's already becoming a pain amongst staff when PM'ing each other, so is it possible to exclude their usergroups from getting the PM of select usergroups that will get the PM? (i have the 2 products Autoreply and Autoreply2)


Find in plugin Auto Reply for both products:
PHP Code:

foreach ($this->info['recipients'] AS $userid => $user)


After add:
PHP Code:

if (is_member_of($fromuser4,5,6))
{
break;


where 4,5,6 is the usergroupids of Admins, Supermods and Mods.

Simon Lloyd 08-04-2009 11:25 AM

Bananalive, as always you're a star!, thanks very much works well.

Veer 02-02-2010 11:30 PM

Will this work on vb4 as well?

bananalive 02-03-2010 10:22 AM

Quote:

Originally Posted by Veer (Post 1973503)
Will this work on vb4 as well?

Yes it should do.

MrPHD 02-03-2010 10:34 AM

Hi, this modification run on vB 4.0.x Regards

Simon Lloyd 04-01-2010 01:11 PM

bananalive, is it possible to have some usergroups exempt from receiving the auto reply? i'd gladly make any template, php or plugin changes to acheive it!


All times are GMT. The time now is 03:48 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.01134 seconds
  • Memory Usage 1,729KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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