Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [jaltuve] Allow HTML in Review Description field possible?

Quote Reply
Re: [jaltuve] Allow HTML in Review Description field possible? In reply to
Just enter the HTML in that field, and then make a new global. Something like;

Review_with_HTML =>
Code:
sub {

my $review = shift;
my $_review = unescape_html($review);
return $_review;

}

Call it with something like;

<%Review_with_HTML($FieldName)%>

Hopefully that will work Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Allow HTML in Review Description field possible? jaltuve 2106 Jun 9, 2003, 8:12 AM
Thread Re: [jaltuve] Allow HTML in Review Description field possible?
Andy 2068 Jun 9, 2003, 8:23 AM
Thread Re: [Andy] Allow HTML in Review Description field possible?
jaltuve 2038 Jun 9, 2003, 8:55 AM
Thread Re: [jaltuve] Allow HTML in Review Description field possible?
Paul 2040 Jun 9, 2003, 8:59 AM
Thread Re: [Paul] Allow HTML in Review Description field possible?
jaltuve 2040 Jun 9, 2003, 9:17 AM
Post Re: [jaltuve] Allow HTML in Review Description field possible?
Paul 2030 Jun 9, 2003, 9:23 AM