[xwiki-users] Hide History for unregistered User
15 Apr
2012
15 Apr
'12
7:56 a.m.
Hi, how can the Document's History hidden on Space level? Thanks, Stefan.
18 Apr
18 Apr
10:10 a.m.
2012/4/15 Grüner Heinrich <[email protected]>:
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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
5246
Age (days ago)
5249
Last active (days ago)
1 comments
2 participants
participants (2)
-
Grüner Heinrich -
Marius Dumitru Florea