Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

This hides the Tools menu and the "Spaces", People", "Browse" Items:

Name

hide-for-anonymous

Macro Body Processing

No Macro Body

Usage

{hide-for-anonymous}

Closely related to the {hide-if} macro used in Customwares Visibility plugin - I Use is as this to hide the dtuff for  Anonymous users:

Kodeblok
{hide-if:match=all|group=confluence-users}
{hide-for-anonymous}
{hide-if}

 

Code

Kodeblok
## @noparams

<style>
.ajs-menu-bar {display:none;}
a.aui-nav-imagelink {display:none;}
a.aui-nav-imagelink {display:none;}
a.aui-dropdown2-trigger {display:none;}
</style>