Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Help with syntax please

Quote Reply
Help with syntax please
Each of my links is tagged as a type of link. In link.html depending if its one or another it gets displayed one way or another.
Now I want to mix some of those display types but Im having some kind of duplicate problem and Im guessing its atributed to this since this is the change Ive made.

What I have now looks like this:

<%if isType1 or isType2 or isType3 eq 'Yes'%>
show this
<%endif%>

<%if isType4 eq 'Yes'%>
show that
<%endif%>


But link type 4 gets repeated as if it were type1 or type2 or type3. So im getting links.html showing the correct and the wrong type of link.html

Can someone help me out here please.

Thanks in advance.

Juan Carlos
Subject Author Views Date
Thread Help with syntax please Gorospe 3755 Feb 13, 2008, 3:11 PM
Thread Re: [Gorospe] Help with syntax please
brewt 3655 Feb 13, 2008, 10:18 PM
Thread Re: [brewt] Help with syntax please
Andy 3650 Feb 14, 2008, 1:22 AM
Thread Re: [Andy] Help with syntax please
brewt 3639 Feb 14, 2008, 2:32 AM
Thread Re: [brewt] Help with syntax please
Andy 3628 Feb 14, 2008, 2:33 AM
Post Re: [Andy] Help with syntax please
Gorospe 3625 Feb 14, 2008, 7:58 AM