Group Auto-Email Module
EDIT: This module is now on version 1.01 CMU Version [1.01] This module allows you to automatically email posts to groups from a forum when they are given rights to that forum. Every member of the...
View ArticleRe: Group Auto-Email Module
QuoteAlso one question - In the group_autoemail.php file, if I put a ?> at the end of the file, the module would work up to the point of sending off the emails, however it would then give a blank...
View ArticleRe: Group Auto-Email Module
Thanks for the tip, that was exactly what I had done wrong. I only know as much php as I have figured out from viewing other peoples code. Never thought about having blank characters after the ?>....
View ArticleRe: Group Auto-Email Module
I have downloaded this module, Can you give me more detailed instruction on how to install this? Thanks Arjun
View ArticleRe: Group Auto-Email Module
It looks like you have to install it like any other mod. So upload the module's folder "group_autoemail" to your server inside Phorum's "mods" directory. Then go in the admin interface to the...
View ArticleRe: Group Auto-Email Module
Maurice is, as always, quite correct. However, in order for the emails to go out, you must create groups, give those groups rights to specific forums, and add the groups to any users who should...
View ArticleRe: Group Auto-Email Module
Hi, I was able to install the module and tested the email feature and it works great. You guyz Rock! Thank you!
View ArticleModule Update - Version 1.01
I have finished v1.01 with these changes: - Added the ability to allow users to individually stop the emails. - Added CMU compatibility The file above contains the latest version of this module.
View ArticleRe: Group Auto-Email Module
I undertstand the concept of this MOD, and it is wonderfull for what I am trying to do with multiple mods, however the english.php file, I don't understand that one. I understand that it changes the...
View ArticleRe: Group Auto-Email Module
Thanks for this great mod! I've made an enhancement to the code, to ensure that the user who posts doesn't get an email-notification of his own post. In group_autoemail.php @ line 40 add...
View ArticleRe: Group Auto-Email Module
Bug fix in v1.01 in group_autoemail.php , change line 111 to } elseif (file_exists("./mods/group_autoemail/lang/{$PHORUM['language']}.php")) This ensures that users whose default language isn't...
View ArticleRe: Group Auto-Email Module
Actually after looking again, I realised what I wanted to do, and the %FORUM% tag is not what I want to change. What I want to change is where the reply to would be. Default is a general setting in...
View ArticleRe: Group Auto-Email Module
An SQL-error occured in your phorum-installation. The error-message was: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to...
View ArticleRe: Group Auto-Email Module
Per-Group Permission for Group Email Diff This diff adds per-group permissions for the group emailer and overrides the "if a group has any permission then it gets a group email" to "if a group has...
View ArticleRe: Group Auto-Email Module
I'm a bit of a newbie so please forgive me if this has been answered elsewhere! I have this module installed on a client's forum. Currently the moderators vet all posts before they are made visible on...
View ArticleRe: Group Auto-Email Module
David, This is no current way that I know of to do what you want without hacking the phorum code. The good news is that the hacks you want are not difficult. Follow these steps and it should work the...
View ArticleRe: Group Auto-Email Module
There's a problem in there. "post_approve" in the info.txt module info should read "post_approval", else it won't match the name for the added hook calls.
View ArticleRe: Group Auto-Email Module
Thanks very much for the quick response! I've made these changes and will report back if I have any problems. Best regards, David
View ArticleRe: Group Auto-Email Module
Maurice, Thanks, that was the one I didn't copy/paste. Darn my ignorant fingers :) I will edit the original post so others won't get tripped up by not looking further. Am I correct in assuming there...
View ArticleRe: Group Auto-Email Module
Not as easy as this anyway. In post_post, you could also check for the state of the message and using a hook from moderation.php you can also handle the mail sending. But your hooks make it a no...
View ArticleRe: Group Auto-Email Module
Hi - me again, I'm having a wee problem with this module - when a user selects 'No' to 'Enable automatic group emails:' in their profile and clicks submit, the message at the top of the page says...
View ArticleRe: Group Auto-Email Module
Also, my client has asked if it would be possible to subscribe to receive notifications of new topics, instead of every individual post? Regards, David
View ArticleRe: Group Auto-Email Module
David, Looking through the mod files again I realized I hadn't added this to the installation directions: In order for users to be able to turn off the automatic emails, you must create a custom...
View ArticleRe: Group Auto-Email Module
Strange, but it seems that something is wrong. At least i have no any new "field" in user's CC to switch off/on that feature. Module is activated, but no any chages at CC. verison 5.2.1 alpha
View ArticleRe: Group Auto-Email Module
Do you have the hook "tpl_cc_usersettings" in your cc_usersettings.tpl template file? (you most probably have) Did you enable "Allow users to choose to stop receiving group emails" in the module...
View ArticleRe: Group Auto-Email Module
Problem solved :) 1) switched to version for 5.2 2) logged in as non admin user :)
View ArticleRe: Group Auto-Email Module
Pardon, but I'm a newbie. I transferred the module and enabled it through the 'Modules', however it doesn't seem to be working. When I click on the 'Settings' under the 'Yes' for enabled, I get a...
View ArticleRe: Group Auto-Email Module - German lang, spam problem
Hello, Thanks for this mod, it works fine! Here are the German language files: german-sie.php: <?php $PHORUM["DATA"]["LANG"]["group_sub"]["NewMessage"] =...
View ArticleRe: Group Auto-Email Module - German lang, spam problem
I don't think that an empty body and subject qualifies as spam. you might want to debug all emails sent out by this module to find out if its sending wrong or too many mails.
View ArticleRe: Group Auto-Email Module - German lang, spam problem
Hello, if it's not spam, then it's junk data. First I have thought these mails may be the result of partially filtered spam attacks, but meanwhile there is an obvious relation to sending posts. After...
View Article