Hi @all,

I just wanted to post a little bug in this module: When a user does not have the permission to "maintain own subscriptions" the checkbox to subscribe to a content is shown on the node form though... this also happens for omitted content types.

I right now fix this problem on my site, with a form_alter to discard this checkbox on all node forms, but perhaps you can change the code with the appropriate user_access()-checks to fix this?

Thanx in advance & cheers

hctom

Comments

salvis’s picture

Subscribing to comments to your own nodes seems to be a special case that falls outside the general "maintain own subscriptions" privilege. Being able to subscribe to these is a pretty basic need, but if you can't maintain them later on, your sorta stuck.

IMO, this should be governed by a new permission, something like "subscribe to own posts," and this should include the right to maintain those subscriptions.

bdragon’s picture

Status: Active » Closed (fixed)

5.x-2.0 is a complete rewrite, any bugs in it are new. All previous versions are becoming unsupported. Therefore, closing issue. Please test the latest beta. Thank you.