Gossamer Forum
Home : Products : Gossamer Links : Discussions :

This is odd, anyone know why?

Quote Reply
This is odd, anyone know why?
On my new links page I was getting this on the details link

Unknown%20Tag:%20'detailed_url'

This is what I have in my template for new now
<%if link_results_loop%>
<%loop link_results_loop%>
<%include link2.html%>
<%endloop%>
<%endif%>

I solved the problem by making a link2.html that does not have the <%detailed_url%> in it. I can live with this but it would be nice to have the details link on my new page as well.

<ul>
<li type="circle">
<span class="type">
<%Type%>
</span>
<a class="link" href="<%URL%>">
<%Title%>
</a><%if Description%>
<span class="descript">- <%Description%>
</span>
<a class="nw" href="<%URL%>" target="_blank">NW</a>
<%endif%>
</ul>
---
I'm a very boring lady, very, very boring.
Subject Author Views Date
Thread This is odd, anyone know why? Cleo_ 1794 Oct 15, 2004, 1:24 PM
Post Re: [Cleo_] This is odd, anyone know why?
Jag 1741 Oct 15, 2004, 2:25 PM
Thread Re: [Cleo_] This is odd, anyone know why?
Andy 1749 Oct 16, 2004, 1:16 AM
Post Re: [Andy] This is odd, anyone know why?
Cleo_ 1724 Oct 16, 2004, 5:00 AM