Gossamer Forum
Home : Products : Gossamer Links : Discussions :

detailed_url loop - confirm?

Quote Reply
detailed_url loop - confirm?
Can someone confirm using detailed_url within loops is working on 2.2.0?

<%if links%>
<%loop links_loop%>
<%Title%>
<a href="<%detailed_url%>">details</a>
<%endloop%>

This is just not working for me at all.

Unknown Tag: detailed_url

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] detailed_url loop - confirm? In reply to
I don't think it does. You would need to hard code it in, i.e;

Code:
<%if links%>
<%loop links_loop%>
<%Title%>
<a href="<%build_root_url%>/Detailed/<%ID%>.html">details
</a>
<%endloop%>
<%endif%>

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] detailed_url loop - confirm? In reply to
Was this working before - I can recall as Im trying this on a new install.

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] detailed_url loop - confirm? In reply to
I don't think it has ever worked in loops. Havn't tried it in the latest version yet.

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!