![]() |
[Rejected] Subscription Bug? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Rejected (https://community.mybb.com/forum-184.html) +----- Thread: [Rejected] Subscription Bug? (/thread-194633.html) |
Subscription Bug? - Darkrad - 2016-06-23 Moderators can change subscription preference of thread starter, They do that in my forum unintentionally - they have certain general subscription preferences which is selected automatically when they create a thread. When they change thread, that option gets selected automatically. Although they make no change there, even when they change a single character in thread, their subscription preference applies to thread's starter. Example :
RE: Subscription Bug? - Destroy666 - 2016-06-23 What kind of changes? Do you mean editing the 1st post only or something else as well? May be related to the cause of https://github.com/mybb/mybb/issues/2060 RE: Subscription Bug? - Darkrad - 2016-06-23 We have index thread in our forum, when someone creates a new topic moderators update that index thread. I noticed this happening on this thread, created by me and updated by different moderators. I had 0 subscription before, I started to have different subscription preferences for different index threads edited by different moderators. Their preference applies to me. So when a moderator who subscribes to every thread and gets private message when someone replies updates my thread, I started to get private message notification when someone answers that thread. RE: Subscription Bug? - Omar G. - 2018-05-05 After checking the code the only thing I think could be causing this is an edited template setting the 'subscriptionmethod' input. RE: Subscription Bug? - Darkrad - 2018-05-11 Which template specifically? RE: Subscription Bug? - Omar G. - 2018-05-11 According to your first post, I would guess it would be the _editpost_ template. |