Hi Eugen,
On 05 Sep 2016, at 09:59, Eugen Colesnicov <[email protected]> wrote:
Hello,
I need to hide all technical stuff in a one wiki page (headers, footers, comments, attachments, etc).
For the tabs at the bottom, see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HTurningof... If you use CSS then you’ll still get menu entries in the page menu to navigate to them and the links won’t work… Thanks -Vincent
I did it all except page modification info (user, date & time). I used StyleSheetExtension with content like this: /* Hide unneeded stuff */ #contentmenu, #footerglobal, #hierarchy, #document-title, #xdocFooter, #docextrapanes, #xwikidata, /* #commentform, */ /*.xwikitabbar li, */ /* #Historyshortcut, */ /* #Informationshortcut, */ .separator, .commentheader .commenttools a, a.tag-delete, .tag-add a { display: none !important; }
But I cannot understand what I should add in this list for hiding page modification info. Please help.
Thanks beforehand! Eugen
-- View this message in context: http://xwiki.475771.n2.nabble.com/Hide-unneeded-stuff-tp7601051.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users