Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

"Update" vs "Update & Notify" settings in Confluence

Andrew Zimmerman
Community Champion
January 9, 2019

Hi there! We use Confluence Server 6.12.2 at my organization. When users edit a page, at the bottom of the page they have the opportunity to "Update" or "Update & Notify."

"Update" is the highlighted option, as shown in this screenshot below.

A few users have reported not getting updates to pages they are expecting to (and watching) because the page editor had pressed "Update" instead of "Update & Notify."

As such, is there a way to change the highlighted button to "Update & Notify," so that more users are likely to choose that option? Thanks!

 

Screen Shot 2019-01-09 at 4.12.57 PM.png

 

3 answers

1 accepted

1 vote
Answer accepted
Shari Barchus
Contributor
January 9, 2019

Hi Andrew.  It sounds like possibly you are using the 'No Email Storm' add-on on your Confluence site? Their buttons use the wording you mention which is different than the vanilla Confluence buttons. If you are using that add-on, you can navigate to the settings page for the add-on, and it lets you select the default button - so you can switch it over to 'Update & Notify'

The settings page is here:  https://yoursitename/admin/plugins/no-email-storm-settings/show-settings.action

Please reply if you are not using any add-ons.  Thanks and Happy New Year! 

Andrew Zimmerman
Community Champion
January 9, 2019

Hi Shari,

You're totally right! We do indeed use No Email Storm. Thanks for the quick response. I appreciate the help.

Best,

Andrew

Like # people like this
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 11, 2019

Ah! Cool, that's totally a better answer than mine. : )

Like # people like this
Andrew Zimmerman
Community Champion
January 22, 2019

Thanks for the help, though, Davin! I appreciate the thoughtful and thorough advice.

0 votes
Janakiraman S
Contributor
July 8, 2019

Hi,

Is there a possibility to implement this on a particular space alone? Don't want to implement it for all spaces in our server instance.

Thanks & Regards,

Janaki

Andrew Zimmerman
Community Champion
July 8, 2019

Hi Janaki,

As far as I can tell, you cannot limit the implementation to only a few Spaces. However, you can enable activation of the add-on to specific user groups.

You may want to double check with the Stilt Soft folks to confirm your question about Space activation of the app: https://docs.stiltsoft.com/display/public/doc/Contact+Us

Best,

Andrew

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 9, 2019

In Confluence Administration -> Custom HTML. If you put this into the "At end of the BODY" section it will reverse the primary button color.

<script type="text/javascript">
function setUpdateButtonPrimary(){
 setTimeout(function () {
  AJS.$('#rte-button-publish').removeClass('aui-button-primary');
  AJS.$('#save-and-notify').addClass('aui-button-primary');
 }
 , 200);
}

AJS.toInit(function () {
    //Launch if edit button clicked
    AJS.bind('init.rte', function (a, e) {
        AJS.$(e.editor.getWin().parent.document).bind("mode-changed", function () {
            setUpdateButtonPrimary()
        });
        AJS.$(e.editor.getWin().parent.document).bind("iframeAppended", function () {
            setUpdateButtonPrimary()
        });
    });
});
</script>
Andrew Zimmerman
Community Champion
January 10, 2019

Got it - thanks Davin! I appreciate the quick help and info here.

Marina KOKINA September 15, 2022

Hi @Davin Studer   ,

Thanks for the script. How to implement this script on a particular space alone please ?

In which part of the code should you put the key of the space in question ? 

Regards,

Marina

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events