[pmwiki-users] Conditional processing of FoxForms

Hans design5 at softflow.co.uk
Fri Jul 3 11:32:54 CDT 2009


Friday, July 3, 2009, 5:14:37 PM, Hans wrote:

> (:if {$$upfile_name} "":)
> %lframe%Attach:{$$foxgroup}/{$$name}/placeholder.png
> (:else:)
> %lframe%Attach:{$$foxgroup}/{$$name}/{$$upfile_name}
> (:if:)

sorry, that should be

(:if equal {$$upfile_name} "":)
%lframe%Attach:{$$foxgroup}/{$$name}/placeholder.png
(:else:)
%lframe%Attach:{$$foxgroup}/{$$name}/{$$upfile_name}
(:if:)


Hans




More information about the pmwiki-users mailing list