Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Basic Links2 Concepts.....Am I On the Right Track?

Quote Reply
Re: Basic Links2 Concepts.....Am I On the Right Track? In reply to
Right,

Yes it can be done. It may be a little tricky though.

You'd have to add new fields to the database for Smoke, Tutorial-Type or whatever it is you need. Then you'd need the enhanced template parser and use something like this in the link.html template...

Code:
<%if Category eq 'Adult'%>
<%if Smoke eq 'yes'%>
I smoke
<%endif%>
<%if Smoke eq 'no'%>
I don't smoke
<%endif%>
<%endif%>
Don't quote me on that though....


Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Subject Author Views Date
Thread Basic Links2 Concepts.....Am I On the Right Track? MTommy 3848 Aug 15, 2001, 2:22 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3773 Aug 15, 2001, 3:25 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3782 Aug 15, 2001, 6:10 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3770 Aug 15, 2001, 7:55 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3786 Aug 15, 2001, 8:22 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3708 Aug 15, 2001, 8:35 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3783 Aug 16, 2001, 6:04 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3696 Aug 16, 2001, 6:06 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Wil 3702 Aug 16, 2001, 7:03 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3730 Aug 16, 2001, 7:18 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3763 Aug 15, 2001, 10:25 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3790 Aug 15, 2001, 10:41 AM
Thread Re: Basic Links2 Concepts.....Am I On the Right Track?
MTommy 3756 Aug 15, 2001, 11:08 AM
Post Re: Basic Links2 Concepts.....Am I On the Right Track?
Paul 3756 Aug 15, 2001, 11:20 AM