[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Required

Default

Notes

showanonhideanon

(error)

truefalse

If set to false true the edit 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.

...

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 be editing content.

Because the items in the Edit 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}
{editmenu:showanonhideanon=falsetrue}
{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. adding comments, etc).

...