Second question for today: I'm creating my own skin and I want 
to have a conditional markup, I only want to see the page 
actions if I'm logged in. I looked at the ConditionalMarkup page 
and as far as I understand I should be able to write

             (:if authid:)
                 <!--PageActionsFmt-->
                 <!--wiki:$SiteGroup.PageActions-->
             (:ifend:)

in my template file. But I'm doing something wrong since this 
gives me

             (:if authid:)
                 +   View
                 +   Edit
                 +   History
                 +   Print
             (:ifend:)

So I'm obviously missing something, but what?
-- 
Jan Erik Moström, www.mostrom.pp.se


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to