Hi mates, can you please advise with the subject? Thanks!
You could try to add this code to your custom HTML (in the dead section)
<script> AJS.toInit(function(){ <!-- Disable "notifyWatchers" checkbox by default (on edit pages only) --> AJS.$('input#notifyWatchers').attr('checked', false); }); </script>
All credit should go to this page.
Hi Alex, so it is only on global level... Thank you for the anwer))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a small piece of JavaScript you can add to your HTML header that will 'remember' if you uncheck the box for a few hours using a cookie. We love it this way, since it allows us to disable it, but it re-enables after a few hours in the spirit of open communication and sharing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I needed to place this at the end of the body section for it to work for both direct and linked access to edit pages. Worked great, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.