[xwiki-devs] XWIKI - Display Links Only For Admin.
Hi, How to display a URL links only for admins in the space. #if ($xwiki.hasAdminRights()) * [Home>Main.WebHome1] * [Index>Main.AllDocs] #end I tried with the above code, but it seems not working for me. Any other way ...? OR This is wrong....? -- Prathap
Hi, On Aug 18, 2008, at 2:29 PM, Prathap Pandian wrote:
Hi,
How to display a URL links only for admins in the space.
#if ($xwiki.hasAdminRights()) * [Home>Main.WebHome1] * [Index>Main.AllDocs] #end
I tried with the above code, but it seems not working for me.
Any other way ...? OR This is wrong....?
This is correct. -Vincent
Hi, Ok fine thanks.. -- Prathap On Mon, Aug 18, 2008 at 6:25 PM, Vincent Massol <[email protected]> wrote:
Hi,
On Aug 18, 2008, at 2:29 PM, Prathap Pandian wrote:
Hi,
How to display a URL links only for admins in the space.
#if ($xwiki.hasAdminRights()) * [Home>Main.WebHome1] * [Index>Main.AllDocs] #end
I tried with the above code, but it seems not working for me.
Any other way ...? OR This is wrong....?
This is correct.
-Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Prathap Pandian -
Vincent Massol