email notifications
From Another Web Company
Viewed 1825 times, With a total of 20 Posts
| Have a suggestion, improvement, change or non-beta Forum Entension bug ? Please add them to the todo list
|
|
|
|
Just Got Here
Wiki Edits: 0
Threads 4
Posts 16
|
|
| 12:04:23 PM - Thursday 28th, January 2010 |
|
hi awc me again!
quick question about this email subscription notification thing. if someone else posts on my subscribed forum thread and then posts again will i get 2 emails 1 for each post or just 1 the first time they replied to my thread? email notifications worked one per person and have now stopped working again
|
|
|
|
|
|
|
| 3:08:45 PM - Thursday 28th, January 2010 |
|
Hey Met4tron...
The email subscription works just like any other forum software; vbulletin, phpbb, simplemachines, etc. (default settings, with-out any "mods").
You have to be logged into your wiki and view the thread for the email subscription "flag" to be cleared (so you can receive more emails for thread activity). If you create a thread and someone posts two replies to your thread AND you never checked the thread while logged in, you will receive only one email.
Key thing, checking the thread while logged in.
Example...
You create a thread.
- Someone replies to your thread, you will get an email.
-- You check the thread while being logged in - your subscription "flag" is cleared.
- Someone replies to your thread again (second reply) (does not matter if it is the same person as before or a different person), you get an email
-- You do NOT check the thread after getting the email
- Another person posts a reply, you do NOT get an email because you never "cleared your flag"
-- You now check the thread while logged in, your flag is cleared
- Another reply is posted, you get an email
Thats how forum software works, its a forum, not email or IM-ing or chat software or a wiki article, but a forum.
If you want emails all the time, no matter if you "clear your flag" or not, try what Kenyu73 made.
Im sorry to say, but thats how the default code of the this forum will work. Ive been adding HOOK's (just like the HOOKs used in Mediawiki) so people can customize the forum to work how they want and not have to worry about re-editing the "mods" when there is a new forum release.
_
_
|
|
~ What was once an opinion, became a fact, to be later proven wrong ~
|
|
|
|
Just Got Here
Wiki Edits: 0
Threads 4
Posts 16
|
|
| 7:37:11 AM - Friday 29th, January 2010 |
|
ok thanks
i think i understand. regarding kenyu's work how would i go about implementing it? i went on the link and it was just a bunch of code. sorry im a PHP novice.
so to clarify if im subscribed to a thread i need to check back after ever reply in order to receive a new email and clear the flag
|
|
|
|
|
|
|
| 3:28:58 PM - Friday 29th, January 2010 |
|
Quote:Met4tron Jan 29th 6:29 amso to clarify if im subscribed to a thread i need to check back after ever reply in order to receive a new email and clear the flag
Correct.
Here the link to Kenyu's extension.
http://wiki.anotherwebcom.com/Kenyu73's_Email_Hook
I just added a little "howto".
Please post back if you are still having problems.
_
|
|
|
|
|
|
Just Got Here
Wiki Edits: 0
Threads 0
Posts 1
|
|
| 5:58:05 PM - Tuesday 02nd, February 2010 |
|
Resolved issue with getting this working....
|
To get this working, I did the following:
First, I had to assure that all users had an email entry in the wikidb:
USE wikidb;
SELECT user_email FROM user;
UPDATE user SET user_email='some@email.address' WHERE user_name='SomeUser';
UPDATE user SET user_email_authenticated='20100202000000' WHERE (user_email_authenticated IS NULL) AND length(user_email);
exit;
Next, have your users check that the email options are enabled:
http://WIKIADDRESS/mediawiki/index.php5/Special:AWCforum/member_options/getPMoptions
Finally, to assure that the subscription information is correct in the DB, have them remove and re-add their subscriptions via the MemCP.
This resolved all the problems that we were having at Minerva with the extension. Thanks for the patience with us, Joe.
|
|
|
|
|
|
|
| 4:14:51 PM - Saturday 06th, February 2010 |
|
| Gald its working correctly now, and thanks for the update, Gary.
|
|
|
AWC's:
2.5.8 MediaWiki - Stand Alone Forum Extension Forum theme style by: AWC
|