It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
We installed Adolfo Casari's fix (entered March 18) this week in Confluence 5.2.5 However the fix only lasted for that day and did not carry over to the next day. This was the fix we installed:
Could you suggest a permanent fix? Thanks!
This works for 4.x, so it might require tweaking to work with 5:
http://www.confluenza.com/2012/05/24/9/
Well, the JS line in particular points to a checkbox with a specific id ("notifyWatchers"):
AJS.$('input#notifyWatchers').attr('checked', false);
If the ID is different in Confluence 5.x, then you'd have to change the code slightly to point to the new ID.
To find out how to reference the box, use Chrome and click "Inspect Element" when you bring up the page. Then hover over the checkbox in the source area; at the top on the page, Chrome will display a little yellow tag that shows you how you would reference it in the JS.
Sorry, I'm still on Confluence 4.x so I can't check this for you.
Check out this extension in the marketplace. It requires that you first install the Speakeasy add-on. This extension will give you two buttons in the editor ... "save" and "save & notify". Behind the scenes the exention is just hding the checkbox and unchecking it so that when you save people aren't notified. When you click the "save & notify" button it rechecks the hidden checkbox and then programatically clicks the save buttin. This works great for us.
https://marketplace.atlassian.com/plugins/confluence.extra.noemailstorm
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.