2012/4/15 Grüner Heinrich <gruener.heinr...@googlemail.com>:
> Hi,
> how can the Document's History hidden on Space level?

One way to do it is to edit the layoutExtraVars.vm Velocity template
and set $showhistory Velocity variable to false if some condition is
met:

#if ($xcontext.user == 'XWiki.XWikiGuest')
  #set ($showhistory = false)
#end

Hope this helps,
Marius

>
> Thanks,
> Stefan.
>
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to