-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email notify option/checkbox for new post in forum does not appear. #1343
Comments
I do see the Forum Tracking icon and that works, since I installed the latest from repository to fix #784 and if I click the track thread after creating a new post, I do get notified but I do not get notified when I enable email notification ON by default. |
I have this same issue on an upgraded release of e107 from V1 to V2. Forum email stopped working after upgrade, but using the test events works and other email events like PMs are fine. The bell notification icon is OFF, but I have set it as on in the admin. I can reproduce with a clean install from Github on version on 2.1.2. Newly created forum will not send out thread creation, topic deletes... etc. What is weird is if when in the admin I click New topic created: TEST and set it to a class I get the email, but it says todo in the message. Is the feature missing? /e107_plugins/forum/e_notify.php does have a line that says todo // TODO - create notify messages + LAN Let me know if I can provide any more information or assistance. |
I've told my users to click the bell icon after creating a new discussion thread on forum as the notify by default does not function. I am not sure what the difference between Topic Tracking and Email notification is? Both are configurable separately in admin. |
I think I see the issue in the code and why forum events are not triggered. It seems to be in e107_handlers/notify_class.php. At the very end of the file the code is commented out which is supposed to extend to the e107_plugins/forum/e_notify.php. The following block of code would extend to the forum notify class, but doesn't fire. I am just guessing, but I would need a developer to confirm that. This section at the end is what I am referring to. /* */ Inside forum/e_notify.php, which gets extended to by the class has it set as "todo".
|
Fixed in e67cf48 To clarify:
There was a bug which caused the email notification checkbox not to appear, this has been fixed. |
I can see {EMAILNOTIFY} in forum_post_template.php but it does not put a checkbox on the New Post screen to enable or disable (if default behaviour) like it used to in V1.7.
In fact I don't think the Email Notify works, as even when I enable it 'on by default', I do not get notification of a reply to a new forum thread. However, I do get a notification if I select to 'Track' the forum post after I create it.
(I am not a coder, just an e107 user)
The text was updated successfully, but these errors were encountered: