|
Re: subscribing to forums/topics [message #17833 is a reply to message #17832] |
Tue, 20 April 2004 18:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There is a bug with e-mail notifications in 2.6.2, I will be releasing 2.6.3 shortly that will address the problem.
FUDforum Core Developer
|
|
|
|
|
|
Re: subscribing to forums/topics [message #17932 is a reply to message #17931] |
Mon, 26 April 2004 12:06 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Argh... I gave you the wrong command to run, my apologies, this one shows the table structure and I needed to see the index structure.
Please run "show index from fud26_thread_notify"
FUDforum Core Developer
|
|
|
|
Re: subscribing to forums/topics [message #17935 is a reply to message #17933] |
Mon, 26 April 2004 12:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That appears to be the correct data, there is a unique cross index between the user & the thread.
I think the e-mail notification problem is likely to be caused by some people not viewing the messages after being notified about it. This causes the forum to refuse to send them further messages since it thinks the user never responded to the original e-mail notification. You can 'fix' that by turning off "Smart Notification" option in the admin control panel, which would make the forum notify subscribed users on each reply.
FUDforum Core Developer
|
|
|
|
Re: subscribing to forums/topics [message #17937 is a reply to message #17936] |
Mon, 26 April 2004 17:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I think the problem is a misunderstanding of how the subscriptions work.
Being subscribed to a forum ONLY means that you would get notified about new topics in that forum, it does not automatically subscribe you to every topic inside that forum.
You can see how is subscribed to what topic/forum by looking inside the thread_notify & forum_notify tables.
Each user has a control panel allowing them to manage their own subscriptions.
FUDforum Core Developer
|
|
|