[pmwiki-users] Conditional markup question

Jan Erik Moström lists at mostrom.pp.se
Tue Jan 22 12:19:40 CST 2008


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




More information about the pmwiki-users mailing list