email subscriptions

rated by 0 users
Not Answered This post has 0 verified answers | 2 Replies | 2 Followers

slee
Top 75 Contributor
264 Posts
Points 3,670
By: slee
Posted: Thu, Jun 19 2008 4:55 AM

IS it possible to set it so that when a user makes a post that they are not automatically subscribed to that post to receive email notifications of other posts?

 
  • Post Points: 5 |

All Replies

Ken Robertson
Top 10 Contributor
5,180 Posts
Points 47,450
CS Developers
By: Ken Robertson
Posted: Mon, Jun 23 2008 8:17 PM In reply to

Are you wanting to disable notifications or just prevent it from auto-subscribing?

To disable notifications all together, the user can go edit their profile and under Site Options, set Send Notifications to No.

To disable it from autosubscribing, you'd have to make a minor code modification so the checkbox doesn't default to being on.  In CreateEditForumPostForm, around like 355, you'll find this:

if (csContext.User.IsAnonymous || !csContext.User.EnableThreadTracking)

                    {

                        SubscribeToThreadCheckBox.Checked = false;

                        SubscribeToThreadCheckBox.Visible = false;

                    }

                    else

                        SubscribeToThreadCheckBox.Checked = false;

Change the bold part and it will not be checked by default.

 
  • Post Points: 20 |
slee
Top 75 Contributor
264 Posts
Points 3,670
By: slee
Posted: Tue, Jun 24 2008 1:13 PM In reply to

excellent thanks ken Smile

 
  • Post Points: 5 |
Page 1 of 1 (3 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com