Firefox PHP
Re: Module: Group Auto-Email
January 21, 2009 01:53PM
Great, glad we could get you going. Thanks for you patience and willingness to get your hands dirty in some code :-)

I will put the option to reverse the opt-out process into an opt-in process on the todo list for this module.


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Module: Group Auto-Email
January 23, 2009 02:43PM
Hello

I've been testing out this module.

It appears that if a group member posts a message to a forum they are subscribed to, they get their own message emailed to them too - is that the default action?

thanks
Re: Module: Group Auto-Email
January 23, 2009 09:20PM
Quote
snowcrash101
It appears that if a group member posts a message to a forum they are subscribed to, they get their own message emailed to them too - is that the default action?

Yes, that is the default action. If you want to avoid this, you will have to edit the group_autoemail.php file, changing:
Language: PHP
// go through the user-languages and send mail with their set lang foreach($mail_users as $user_id => $user_info) {
to:
Language: PHP
// go through the user-languages and send mail with their set lang foreach($mail_users as $user_id => $user_info) { if ($user_id == $data["user_id"]) continue;


Joe Curia (aka Azumandias)
Modules: l0Admin Mass Email00000000l000000Automatic Time Zones000ll.l00000Enhanced Custom Profiles0.00Google Calendar0000l.l000000Post Previews
000000000Admin Security Suite000000000000Check Modules for Upgrades0000External Authentication000000Group Auto-Email00000.00000Private Message Alerts
000000000Attachment Download Counter0000Custom Attachment Icons000ll.ll00Favorite Forums000000.00000Highlighted Search Terms0000Self-Delete Posts Option
000000000Attachment Watermarks0l00000000Custom Language Database00l.l.0Forum Lockdown00000.00000Ignore Forums0000000000000Threaded Tree View
000000000Automatic Message Pruning00.llll.00Easy Color Scheme Manager0l.l00Forum Subscriptions0000lll000Moderated User Group
Templates:lGeneric Integration000000000 0000Simple Rounded000000 00000000Tabbed Emerald
Re: Module: Group Auto-Email
January 24, 2009 10:00AM
Hello Joe

Yes, I was wanting to alter the default action - many thanks for the code. Works like a charm

(Perhaps, in an update this could be an option)

thanks.
Re: Module: Group Auto-Email
August 03, 2009 11:28AM
I have upgraded Phorum to 5.2.12a on a new server using Group Auto-Email (version 5.2.1.05)
I loaded all the mods and was informed that users no longer get the entire posted message.
They only get a line or two and thats it.
When I checked the settings, I thought there was an option to check include entire message with email.
that wasn't there.
Am I missing something?
My users truly appreciate this mod.
The user who reported this is setup as an admin because he needs to post in any forum.

Thank You
Michael

"Technology is not a Panacea"
Re: Module: Group Auto-Email
August 26, 2009 09:54AM
When posting to a forum where Group Auto-Email is used I get the following error:
Fatal error: Cannot redeclare class PHPMailer in D:\intranet\traction\forum\mods\smtp_mail\phpmailer\class.phpmailer.php on line 35

What's wrong?

Clueless
Holger
Re: Module: Group Auto-Email
August 26, 2009 11:22AM
What phorum and module version are you using?


Thomas Seifert
Re: Module: Group Auto-Email
August 27, 2009 10:43AM
I am using
- Phorum 5.2.10
- Group Auto-Email 5.2.1.05

Holger

EDIT: fixed typo



Edited 1 time(s). Last edit at 08/27/2009 10:51AM by waldhol.
Re: Module: Group Auto-Email
August 27, 2009 10:57AM
Try the latest phorum release.
I think that was fixed some time ago.


Thomas Seifert
Re: Module: Group Auto-Email
August 28, 2009 01:35PM
Quote
Thomas Seifert
Try the latest phorum release.
I think that was fixed some time ago.

I installed 5.2.13 today.

It's working now.

Thanks
Holger
Sorry, only registered users may post in this forum.

Click here to login