Customizing SMF > Modifications and Packages
Board Notification Mod - 1.2.1 released
Shambles:
--- Quote from: Wilo on June 26, 2012, 10:38:29 AM ---Hi,
Thanks for the fast response.
Please see attached.
--- End quote ---
Hi, well you didn't need to attach the .php~ file as that is a backup, created by the last mod applied to the post.php file.
Looking at your supplied source file, it appears you have a mailing list mod installed (see here). That mod has transformed the "search for" string:
--- Code: ---sendmail($rowmember['email_address'], $emaildata['subject'], $emaildata['body'], null, null, false, 3);
--- End code ---
.. into it's own mailing list version:
(line 2699)
--- Code: ---sendmail($rowmember['email_address'], ($modSettings['mailinglist_encodesubject']? '=?UTF-8?B?'.base64_encode($replacements['TOPICSUBJECT']).'?=':$replacements['TOPICSUBJECT']), $replacements['MESSAGE'], un_htmlspecialchars($sendername['real_name']), 't'.$topicData[$key]['topic'], true, 3);
--- End code ---
.. which is why this mod won't apply cleanly.
Wilo:
Hi,
Thanks for your help. I removed the mailing list mod which enabled me to install the Board notification mod.
Unfortunately a new error appears now when creating new posts
- An error has occurred! The email template "notify_boards_reply" could not be found.
Any idea why this is happening? The error goes when i install the board notification mod.
Shambles:
--- Quote from: Wilo on June 28, 2012, 05:53:59 AM --- - An error has occurred! The email template "notify_boards_reply" could not be found.
Any idea why this is happening? The error goes when i install the board notification mod.
--- End quote ---
I guess you mean the error goes when you reinstall the mailing list mod.
Could you possibly try uninstalling that mod [again] then attaching file EmailTemplates.english.php (from the Languages folder) to your next post? Looking at the installation file for the mailing list it might not be completely reverting the enhancements it made to that file.
Wilo:
Hi,
I've installed the mod and noticed it'snot wokring at all now. The options are in the permissions,
I've attached the EmailTemplates as suggested.
Thanks
W.
Wilo:
Hi,
I've been testing the mod, i may have misunderstood it's usage.
I was under the impression that by clicking notify on a board all posts within that board have notify turned on and any new posts have notification emails sent out. By clicking unnotify at board level all notifications for new posts, and individual post notifications are turned off.
Is this correct?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version