Only admins can unsubscribe from forum notifications

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/10/2012 11:30:07 AM
Gravatar
Total Posts 27

Only admins can unsubscribe from forum notifications

Forum users can subscribe to forum notification emails, but they can't unsubscribe.

The forum subscription list (EditSubscriptions.aspx) can be edited and saved, but it only honors subscriptions, unsubscriptions are ignored. Admins can cancel subscriptions using the subscribers dialog (SubscriberDialog.aspx), though.

Steps to reproduce on the demo site:

  1. Login as admin@admin.com
  2. Subscribe to the forum "Discussions About Cars"
  3. Unsubscribe using the "Unsubscribe" link (BUG: Unsubscription is ignored)
  4. Unsubscribe using the "X Subscribers" link (unsubscription is honored, but this link is admin-only)

 

8/10/2012 12:16:55 PM
Gravatar
Total Posts 18439

Re: Only admins can unsubscribe from forum notifications

Hi Antonio,

Thanks for the bug report, this is now fixed in the source code repository and on the demo site and this site.

For anyone who needs to fix it on their own site, use a text editor to edit the file /Forums/Controls/ForumList.ascx

Look for the 2 elements id="tdSubscribed" and id="tdSubscribedAlt"

and change

enableviewstate="false"

to

enableviewstate='<%# ShowSubscribeCheckboxes %>'

note that the use of single quotes is important

Best,

Joe

8/10/2012 12:51:12 PM
Gravatar
Total Posts 27

Re: Only admins can unsubscribe from forum notifications

Thanks, this fix solved the issue.

You must sign in to post in the forums. This thread is closed to new posts.