| question | How do I set the Right Menu not rolled (just appears "Menu"),by default |
| answer | This article only applies to XWiki 0.8 and before. The right menu has been replace by a drop down admin menu and a toolbar on the right. Currently this is only possible by modifying the menu template (pagemenu.vm) using a skin (See How To Create ASkin) and modify the line: var menustatus = "block"; into var menustatus = "none"; |