[All Adaptavist Apps]
This macro
Excerpt |
---|
inserts the contents of the view menu as defined in theme config into a menu definition. |
Code Block |
---|
{viewmenu} |
Property | Required | Default | Notes |
---|---|---|---|
hideanon | false | If set to true the menu will not be output to anonymous users, a useful performance tweak for sites that are accessible to anonymous users who do not need edit privileges. |
Use this macro in a menu definition to quickly insert the view menu defined in theme configuration.
Code Block {viewmenu}
In many cases the Builder theme is used to allow Confluence to deliver glossy websites where the majority of users will be anonymous consumers, i.e. they won't need all of the confluence functionality.
Because the items in the View menu have to do lots of permission checking, you can improve performance of your site by hiding the menu from anonymous users:
Code Block {menubar} {viewmenu:hideanon=true} {menubar}You can easily add any of the menulinks (see menulink macro) to your menu bar should you require certain features to remain available (eg. printable view, etc).
To follow.
None at present.
None at present.