Gossamer Forum
Quote Reply
URLs in Review Contents
I need to add a link to a review's contents but HTML doesn't work. How can I get round this problem?
Quote Reply
Re: [MJB] URLs in Review Contents In reply to
Where does the HTML content need to be put in? The REVIEW content, or the LINK description?

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!
Quote Reply
Re: [Andy] URLs in Review Contents In reply to
It's in review_include.html

Code:
<%~if config.review_convert_br_tags%>
<%Review_Contents%>
<%~else%>
<%escape_html Review_Contents%>
<%~endif%>

I tried removing the escape_html part but it didn't make any difference.
Quote Reply
Re: [MJB] URLs in Review Contents In reply to
In setup > review options, do you have review_convert_br_tags enabled?

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!
Quote Reply
Re: [Andy] URLs in Review Contents In reply to
Yes, looks like that was the problem.

I am using your ULTRAGlobals NL_2_BR global on the rest of the site but hadn't implemented it in the reviews. Now that I have disabled review_convert_br_tag (and replaced it with your global) the HTML is working.

Thanks for pointing me in the right direction. I wouldn't have related it to that.

Smile
Quote Reply
Re: [MJB] URLs in Review Contents In reply to
NP - glad its working 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!