How to hide Download All links for attachments in Confluence
目的
Confluence generates a Download All link for the Attachments Macro, as well as on the View Attachments screen for Pages and Spaces. If your Confluence instance has many large attachments, this can cause performance issues, and you might want to hide the link to prevent users from downloading all attachments on a page or in a space.
ソリューション
- Click , then General Configuration
- Click Stylesheet, then the Edit button
Add the following to the Global Stylesheet
a.download-all-link { display: none !important; } a#download-all-link { display: none !important; }
- 保存します。
You can alternatively just disable Download All on a space by space basis by adding the above CSS to individual Space Stylesheets instead:
- Go to the space and choose Space Tools > Look and Feel from the bottom of the sidebar
- Choose Stylesheet then Edit.
- Paste the above CSS into the text field.
- 保存します。
最終更新日 2016 年 7 月 12 日
Powered by Confluence and Scroll Viewport.