Hello.
It's not possible out of the box.
However you can either:
- modify a template of your skin (cleaner but harder to maintain during
upgrades):
http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Application.
- create a SSX object to hide these elements (not the "clean-way" but easy
to do):
http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Extension+Plugin.
If you chose the 2nd option, you can:
- create a page on your wiki
- edit it with the object editor (you need to be an "advanced user" to do
it)
- create ax XWiki.StyleSheetExtension object
- select the "Use this extension: On this wiki" option.
- put this content:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Application
.xdocLastModification {
display: none;
}
- save the page
It's done.
I hope it helps.
2016-12-20 11:23 GMT+01:00 cam <camzu(a)free.fr>fr>:
Hello,
How it's possible to hide the author or editor of the page ? Under the
title
:
<http://xwiki.475771.n2.nabble.com/file/n7602156/Sans_titre-1.png>
Thank you,
cam.
--
View this message in context:
http://xwiki.475771.n2.nabble.
com/Hide-author-or-editor-tp7602156.html
Sent from the XWiki- Dev mailing list archive at
Nabble.com.
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the
XWiki.org project