Using conditional syntax: contains
<IF {TID} contains main.tpl> Whatever you want to say here. Maybe a banner image too. </IF>
<IF {LINKURL} contains .> If linkurl contains dot display linkurl. </IF>
This thread is closed, so you cannot post a reply.
Comments on Using conditional syntax: contains
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Hallo all,
I have one small question:
In manual is use this code for Display wrapper information on the first (entry) page only
Is possible use alike this for example :
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The proper syntax is <IF {THING}>it has content</IF> and <IF not {THING}>it's empty</IF>