Hello,

There is at least one situation where both modules conflict. Here it is:

- Enable both modules.
- Set up "subscribe to content" permission for module notifications_content.
- Set up a user's autosubscribe feature at Profile > Edit page.

When this user is about to create a new node, the "subscribe to content" permission will create a checkbox at the bottom "Subscriptions (0) > To this post" which is by default disabled (apart from the autosubscribe setting). If user goes this way, he'd expect not be be subscribed. However, autosubscribe module will subscribe him. If user check this box, to subscribe, then he'll get a double subscription warn right after posting the node.

I guess this might happen also with comments posted, although I have not tested it.

I hope this gets fixed, If I can get any more information, please let me know.

Thank you.

Comments

jaydub’s picture

Status: Active » Needs review
StatusFileSize
new694 bytes

Here's a quick patch to only show the checkbox option to subscribe to the post (thread) if the user does NOT have the autosubscribe option ticked.

jaydub’s picture

StatusFileSize
new780 bytes

re-rolled off of latest -dev

jaydub’s picture

Version: 5.x-1.0-alpha1 » 5.x-1.x-dev
StatusFileSize
new690 bytes

better patch and changed version to -dev

jose reyero’s picture

Status: Needs review » Fixed

Thanks for the patch. Fixed it in a different way though, let me know whether this works for you.

Added a disabled checkbox when autosubscribe is enabled.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

penthos’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Component: User interface » Documentation
Assigned: Unassigned » penthos
Category: bug » task
Priority: Critical » Normal
Status: Closed (fixed) » Active
jose reyero’s picture

Status: Active » Closed (fixed)