Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] Possible to get true/false tags from a global?

Quote Reply
Re: [Andy] Possible to get true/false tags from a global? In reply to
Andy:

I use a Yes/No tag in a global (in_prod)- something like if the date is today or later = Yes, if it is before today, No, and I use this code in the templetes:

<%if in_prod eq 'Yes'%>
<LI> Planned Release Date: <%Est_Date%> (Estimate).
<%else%>
<LI> Originally Released in <%Est_Date%> (Estimate).
<%endif%>

(actually, this goes on a lot more, this is a bit for an estimated release date- there is another, similar loop for if I know the eaxct date...)

Anyway, that works!


dave

Big Cartoon DataBase
Big Comic Book DataBase
Subject Author Views Date
Thread Possible to get true/false tags from a global? Andy 4087 Jun 20, 2003, 6:02 AM
Thread Re: [Andy] Possible to get true/false tags from a global?
Paul 3947 Jun 20, 2003, 6:25 AM
Thread Re: [Paul] Possible to get true/false tags from a global?
Andy 3958 Jun 20, 2003, 7:34 AM
Thread Re: [Andy] Possible to get true/false tags from a global?
carfac 3940 Jun 21, 2003, 12:33 PM
Thread Re: [carfac] Possible to get true/false tags from a global?
Andy 3916 Aug 22, 2003, 4:20 AM
Thread Re: [Andy] Possible to get true/false tags from a global?
yogi 3898 Aug 22, 2003, 8:12 AM
Post Re: [yogi] Possible to get true/false tags from a global?
Andy 3866 Aug 22, 2003, 8:16 AM
Thread Re: [yogi] Possible to get true/false tags from a global?
Andy 3845 Aug 22, 2003, 8:28 AM
Thread Re: [Andy] Possible to get true/false tags from a global?
pugdog 3851 Aug 22, 2003, 12:31 PM
Post Re: [pugdog] Possible to get true/false tags from a global?
Andy 3837 Aug 22, 2003, 11:50 PM