PacmanDo Posted January 13, 2016 Posted January 13, 2016 We would like new members to have the default set to "Receive notifications" on Topics they start as well as topics the reply in. How do we set that. The opposite is the default now. We prefer they be able to remove those setting if they want rather than having to opt-in on those aspects. Most never realize they can opt-in.
SJ77 Posted January 14, 2016 Posted January 14, 2016 Yes yes yes!!!! Default to can update statuses as well
Mcardle Posted January 14, 2016 Posted January 14, 2016 9 hours ago, superj707 said: Yes yes yes!!!! Default to can update statuses as well PLEASE!
Adriano Faria Posted January 14, 2016 Posted January 14, 2016 16 hours ago, PacmanDo said: We would like new members to have the default set to "Receive notifications" on Topics they start as well as topics the reply in. How do we set that. The opposite is the default now. We prefer they be able to remove those setting if they want rather than having to opt-in on those aspects. Most never realize they can opt-in. You mean this and this ?
Adriano Faria Posted January 14, 2016 Posted January 14, 2016 You know there are 2 settings for this, right ?
Gnuru Posted January 14, 2016 Posted January 14, 2016 10 minutes ago, Adriano Faria said: You mean this and this ? 1 minute ago, Adriano Faria said: You know there are 2 settings for this, right ? Yes, exactly those setting predefined by admin / mod
Adriano Faria Posted January 14, 2016 Posted January 14, 2016 I've made a quick plugin anyway... it will check/enable the NOTIFY ME OF REPLIES on new topic/reply form.
Adriano Faria Posted January 14, 2016 Posted January 14, 2016 56 minutes ago, Adriano Faria said: I've made a quick plugin anyway... it will check/enable the NOTIFY ME OF REPLIES on new topic/reply form.
PacmanDo Posted January 15, 2016 Author Posted January 15, 2016 On 1/14/2016 at 5:02 AM, Adriano Faria said: You mean this and this ? No, @Adriano Faria that is only the fix if it is set as the default. I and many others want new members to have the default set to "Receive notifications" on Topics they start. Currently it is not the default, they must select it. Most miss it among all the buttons and options.
Adriano Faria Posted January 15, 2016 Posted January 15, 2016 4 minutes ago, PacmanDo said: No, @Adriano Faria that is only the fix if it is set as the default. I and many others want new members to have the default set to "Receive notifications" on Topics they start. Currently it is not the default, they must select it. Most miss it among all the buttons and options.
PacmanDo Posted January 16, 2016 Author Posted January 16, 2016 The problem is it is only for new members. We need a default setting for it for all members that they can opt out of if they wish.
Colonel_mortis Posted January 16, 2016 Posted January 16, 2016 1 hour ago, PacmanDo said: The problem is it is only for new members. We need a default setting for it for all members that they can opt out of if they wish. If you want to alter existing members, you can run the SQL query UPDATE core_members SET auto_track='{"content":1,"comments":0,"method":"immediate"}'; but please be aware that doing so will overwrite any previous settings that they might have. If you only want to change it if they haven't changed the setting themself, you could use UPDATE core_members SET auto_track='{"content":1,"comments":0,"method":"immediate"}' WHERE auto_track='0' OR auto_track=''; instead. Disclaimer: I haven't actually run these queries, but I think they should work. I would recommend using an offline tool to run them because they will probably take a long time to run.
Gnuru Posted January 17, 2016 Posted January 17, 2016 6 hours ago, Colonel_mortis said: If you want to alter existing members, you can run the SQL query UPDATE core_members SET auto_track='{"content":1,"comments":0,"method":"immediate"}'; but please be aware that doing so will overwrite any previous settings that they might have. If you only want to change it if they haven't changed the setting themself, you could use UPDATE core_members SET auto_track='{"content":1,"comments":0,"method":"immediate"}' WHERE auto_track='0' OR auto_track=''; instead. Disclaimer: I haven't actually run these queries, but I think they should work. I would recommend using an offline tool to run them because they will probably take a long time to run. I did run the first one and also set the comments to 1: it ran in under 1 second and worked like it should. But you are right: this setting should be set by default for new members.
IP15.5 Posted January 18, 2016 Posted January 18, 2016 An option to set this as default would be really beneficial for communities and could always be turned off by each member if needed. There was previously an option to set this in the ACP that didn't seem to produce the desired effect, but it appears that the option itself was removed with 4.1.
PacmanDo Posted April 8, 2016 Author Posted April 8, 2016 @Lindy can we make this happen as a default or at least be able to make it the default in admin if we sish?
PacmanDo Posted April 14, 2016 Author Posted April 14, 2016 @Charles, we didn't get an answer so... can we make this happen as a default or at least be able to make it the default in admin if we choose?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.