Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

<%build_detail_url%> tag doesn't work

Quote Reply
<%build_detail_url%> tag doesn't work
I am trying to use <%build_detail_url%> tag in the rate_top.htm template and it says 'unknown tag'. What's the deal, this is a field available in the setup, I thought it was a super-global available in every template.

Last edited by:

scorpioncapital: Jan 20, 2004, 5:11 PM
Quote Reply
Re: [scorpioncapital] <%build_detail_url%> tag doesn't work In reply to
Shouldn't it be;

<%detailed_url%>

To find out... just use <%GT::Template::dump%>, and look for the appropriate tag :)

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] <%build_detail_url%> tag doesn't work In reply to
I believe on the top rated template there is no variable for the path of the detailed directory, only build_images_url, the 'cool' and 'ratings' directory urls..it seems strange they put all the globals for those paths and omitted this one...
Quote Reply
Re: [scorpioncapital] <%build_detail_url%> tag doesn't work In reply to
You could just use;

Code:
<%build_root_url%>/Detailed/<%ID%><%build_extension%>

...or something like that :)

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] <%build_detail_url%> tag doesn't work In reply to
Cool, thanks Andy. Actually, my idea was to have a global for the '/Detailed/' part in case the directory is changed later in the paths section of the LSQL setup. Maybe in the next update to LSQL they'll have this functionality.