[xwiki-users] View source
Hi all, Probably a bit of a newbie quesion. Does anyone know how to hide the option 'view source' for unregistered users? Also the wiki history - these are things I don't want visitors to see. Thanks, Martin
Hi Martin, All menu entries can be customized by overriding the menuview.vm template. The recommended way is to do this in the skin document(See "Wiki Administration" -> "Presentation" -> "Skin" -> "Customize"). You will need to extent the XWiki.XWikiSkins class with a textarea property names "menuview.vm". After that you should edit the skin document and paste and updated version of your template(in your case the template is "/xwiki/templates/menuview.vm"). For more details about skin customization see: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HD.OverridingtheSkin... Hope this helps, Florin Ciubotaru On Fri, Jun 17, 2011 at 12:46 PM, Martin Evans <[email protected]>wrote:
Hi all,
Probably a bit of a newbie quesion. Does anyone know how to hide the option 'view source' for unregistered users? Also the wiki history - these are things I don't want visitors to see.
Thanks, Martin _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Florin Ciubotaru -
Martin Evans