PDA

View Full Version : Private Messages Enhancements - Usergroup Auto Reply


bananalive
07-29-2009, 10:00 PM
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
AdminCP -> vBulletin Options -> Usergroup Auto Reply Settings
Turn On
Select Usergroup(s)
Type auto reply message
Click Save Installation
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: XML-Fehler: Invalid document end in Zeile 91

bananalive
07-30-2009, 11:03 AM
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
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
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
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
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:
foreach ($this->info['recipients'] AS $userid => $user)
{
After add:
if (is_member_of($fromuser, 4,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
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!