Dear All
I have been trying to disable all export functionality from Confluence; however, I have been unsuccessful when I try to disable "export as word" (wordexport) from Page Operations add-on. Unfortunately, this is one of the modules that cannot be modified.
This module gives Confluence users the ability to navigate to Page Information and select Export As: Word.
Is there a way that this module can be hidden, I do prefer to have it disabled completely though.
Thanks in advance
Earl
Hi @earlramirez,
Following code would be a workaround;
Confluence admin -> Custom HTML -> Header
<style type="text/css">#action-export-word-link{ display: none}</style>
Thanks @Tansu Akdeniz that was done previously; however, it only disable the exporting to word from the page settings but does not disable it under Page Information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@earlramirezYou can use the following code to hide it from Page information section also.
<style type="text/css">
#action-export-word-link{ display: none}
#exportToMsWord{ display: none}
</style>
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.
@earlramirezYou are welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Confluence7.12.2
Its the same settings: Confluence admin -> General Config -> Custom HTML
Note: This change is a System level change
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.
Earl,
Uncheck export on the space level. Please see attached image.
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Victor Mutambukiunfortunately, this has been done from the initial configuration, what I am trying to prevent is disabling Export As: Word from Page Information.
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.