Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Template Feedback Needed

Quote Reply
Re: Template Feedback Needed In reply to
Not only in the code... but it would mean passing twice as much data around.

I really think the move to loops will be the best in the long run for everyone. It's only _MINOR_ template changes .... for the most part its literally just replacing

<%link_results%>

with

<%loop link_results%>
<li><%include link.html%>
<%endloop%>

The way it's done in the modify_select.html template.

It makes life, template design, and adding features in to the templates much, much easier.



PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Plugins:http://LinkSQL.com/plugin
Subject Author Views Date
Thread Template Feedback Needed Alex 4232 Jul 17, 2001, 3:59 PM
Post Re: Template Feedback Needed
Eraser 4092 Jul 17, 2001, 5:33 PM
Post Re: Template Feedback Needed
rover 4078 Jul 17, 2001, 5:48 PM
Post Re: Template Feedback Needed
pugdog 4072 Jul 17, 2001, 9:50 PM
Thread Re: Template Feedback Needed
Pitman 4062 Jul 18, 2001, 1:24 AM
Post Re: Template Feedback Needed
Stealth 4047 Jul 18, 2001, 6:08 AM
Thread Re: Template Feedback Needed
BryanL 4056 Jul 18, 2001, 6:32 AM
Thread Re: Template Feedback Needed
Michael_Bray 4059 Jul 18, 2001, 7:23 AM
Post Re: Template Feedback Needed
jdunes 4025 Jul 18, 2001, 9:39 AM
Thread Re: [Alex] Template Feedback Needed
Evoir 3913 Aug 30, 2002, 12:08 AM
Post Re: [Evoir] Template Feedback Needed
afinlr 3864 Aug 30, 2002, 3:14 PM