Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [BLOOD] Option for BR in GT Links

Quote Reply
Re: [BLOOD] Option for BR in GT Links In reply to
In Reply To:
Just like in the reviews options page, can we please have the same 'Convert line breaks to <br /> tags' option but for description column.

Will save the use of another global to achieve this.


Well, yes, and no. You might save the global call, but you'd still have to call it and check for it in the code.

The way the logic of Glinks is going, this sort of display change would be better off done in the templates, not the code.

Escaping output is a *better* concept from security as well, and makes you think about what you are doing/showing in the User end.

Since the number of fields added to GLinks is pretty arbitrary and unlimited, trying to modify the code in each place is unrealistic.

Moving this <%preserve_line_breaks%> or, better yet, <%preserve_html ('BR', 'P', 'N')%> etc, to preserve only paragraphs, or all line breaks makes more sense. (Allowing the use of html BR and P tags preserved gives some added formatting options)

If this was an internal routine, then for the standard links fields you could use a flag to set them in the Admin, but it would still be more uniform to modify the templates, and do it there.

Just a thought.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Option for BR in GT Links BLOOD 11947 Mar 12, 2006, 6:21 AM
Thread Re: [BLOOD] Option for BR in GT Links
Eraser 11369 Nov 11, 2006, 8:50 AM
Thread Re: [Eraser] Option for BR in GT Links
brewt 11385 Nov 14, 2006, 5:00 PM
Thread Re: [brewt] Option for BR in GT Links
Eraser 11388 Nov 15, 2006, 1:56 AM
Post Re: [Eraser] Option for BR in GT Links
brewt 11335 Nov 15, 2006, 12:06 PM
Thread Re: [BLOOD] Option for BR in GT Links
pugdog 11377 Nov 14, 2006, 5:11 PM
Thread Re: [pugdog] Option for BR in GT Links
iplay 11024 Apr 28, 2008, 7:21 AM
Thread Re: [iplay] Option for BR in GT Links
Andy 11002 Apr 28, 2008, 7:26 AM
Thread Re: [Andy] Option for BR in GT Links
iplay 10978 Apr 28, 2008, 8:01 AM
Thread Re: [iplay] Option for BR in GT Links
Andy 10985 Apr 28, 2008, 8:05 AM
Thread Re: [Andy] Option for BR in GT Links
iplay 10985 Apr 28, 2008, 8:32 AM
Post Re: [iplay] Option for BR in GT Links
Andy 10999 Apr 28, 2008, 8:34 AM
Thread Re: [iplay] Option for BR in GT Links
Andy 11022 Apr 28, 2008, 8:40 AM
Post Re: [Andy] Option for BR in GT Links
iplay 10956 Apr 28, 2008, 8:52 AM