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)

bananalive 07-29-2009 10:00 PM

Usergroup Auto Reply
 
1 Attachment(s)
Compatible with vBulletin v3.x and v4.x

Allows admins to set auto reply for usergroup(s).

The title of the PM will be the same as replying to a standard PM.

There is an inbuilt control to prevent a cycle of auto-reply PMs being sent if both users are in selected auto reply usergroups.

It can be enabled/disabled easily in its options.

How to use
  1. AdminCP -> vBulletin Options -> Usergroup Auto Reply Settings
  2. Turn On
  3. Select Usergroup(s)
  4. Type auto reply message
  5. Click Save
Installation
  1. Import product file in AdminCP

bananalive 07-30-2009 10:46 AM

reserved

exportforce 07-30-2009 10:59 AM

Getting an error on install:
Quote:

XML-Fehler: Invalid document end in Zeile 91

bananalive 07-30-2009 11:03 AM

Quote:

Originally Posted by exportforce (Post 1858438)
Getting an error on install:

Re-uploaded product file, try downloading it and then importing it again.

exportforce 07-30-2009 11:11 AM

Great! Installed.
Testing now.

edit:
Works like a charm.
Didn't know it would be quite that easy :)
Great work.

exportforce 07-30-2009 03:30 PM

Found a small "bug".
Since I use some Addons that create private messages with my account for myself, I now get the autoreply from myself too.

Could you add an exception to check if sender and recipient are the same ?

Simon Lloyd 07-30-2009 03:50 PM

Bananalive, installed, works fantastic, i know that you have only just released this but is there a possibility of being able to have one message from my moderators and a different one from the admin?

ITDarasgah 07-30-2009 09:46 PM

Install....thanks

bananalive 07-31-2009 04:49 PM

1 Attachment(s)
Quote:

Originally Posted by exportforce (Post 1858577)
Found a small "bug".
Since I use some Addons that create private messages with my account for myself, I now get the autoreply from myself too.

Could you add an exception to check if sender and recipient are the same ?

Try attached file

bananalive 07-31-2009 04:51 PM

1 Attachment(s)
Quote:

Originally Posted by Simon Lloyd (Post 1858590)
Bananalive, installed, works fantastic, i know that you have only just released this but is there a possibility of being able to have one message from my moderators and a different one from the admin?

Import attached file, it will appear as second product for you to use.

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 06:07 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.03093 seconds
  • Memory Usage 1,753KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)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