I would like to add an element when creating new pages/ blog posts that has the option to untick notify watches. This functionality exists on existing pages but not when creating.
When you are creating a new page, there are no watchers. There can't be because there is nothing to watch. So there's nothing to do here.
If people are getting notified about new pages, it's because they have chosen to watch the space, and that means they choose to know about new pages
hi Nic when we create a new space or page by default the person creating the space\ page becomes a watcher and I think this is what the user is after , to turn if off once created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please follow these steps;
In the At end of the HEAD field, paste the following script.
<script type="text/javascript">
AJS.bind('init.rte', function() {
AJS.$('#notifyWatchers').attr('checked', false);
});
</script>
But this is for EDIT. If someone watches the space, they may be notified when page is created.
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.
Thanks Tansu, but this did not work for me.
The request was for a specific user in our environment and they wanted this option for thier specific space and pages, so when they create a new space or page,they want the watcher turned off for the new space or page, we do not want this set as a global option for all users.
So we tested this in our lab, when creating a new space and page and it did not work, the watcher is still turned on.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
has anyone have any ideas regarding my request?
I hope it makes sense?
The request was for a specific user in our environment and they wanted this option for thier specific space and pages, so when they create a new space or page,they want the watcher turned off for the new space or page, we do not want this set as a global option for all users.
So we tested this in our lab, when creating a new space and page and it did not work, the watcher is still turned on
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.