Re: [pmwiki-users] PTVs and Conditional Markup

2008-05-15 Thread Hans
Thursday, May 15, 2008, 8:10:35 PM, Sameer Kumar wrote: > If ptv is not set  Show for Else- Show “The ptv was set on ‘’ Ifend perhaps try (:if !equal {*$:featured} '':) timestamp form (:else:) ...show time and regards timestamp and pagelist, perhaps add the 'featur

Re: [pmwiki-users] PTVs and Conditional Markup

2008-05-15 Thread Sameer Kumar
Thursday, May 15, 2008, 5:00:15 PM, Sameer Kumar wrote: > (:if {*$:featured}=-?* :) you need to be more precise with your conditional. You cannot use abc=xyz as conditional, use instead (:if equal abc xyz:) and you cannot use wildcards ?* What exactly are you trying to test? I

Re: [pmwiki-users] PTVs and Conditional Markup

2008-05-15 Thread Hans
Thursday, May 15, 2008, 5:00:15 PM, Sameer Kumar wrote: > (:if {*$:featured}=-?* :) you need to be more precise with your conditional. You cannot use abc=xyz as conditional, use instead (:if equal abc xyz:) and you cannot use wildcards ?* What exactly are you trying to test? It may be possible

[pmwiki-users] PTVs and Conditional Markup

2008-05-15 Thread Sameer Kumar
For a GroupFooter, I have the following conditional markup: (:if {*$:featured}=-?* :) (:include Site.FeaturedForm:) (:else:) This page was featured on {*$:featured}. (:ifend:) However this does not work. Even if I have the PTV {$:featured} defined on the page, I still see the Site.Featu