Gossamer Forum
Home : Products : Links 2.0 : Discussions :

[Links doh't display!]

Quote Reply
[Links doh't display!]
I customized my templates and now the links don't display when I look at the category pages! The database recognizes them as being there but yet they are not displayed? Does anyone know why?
Quote Reply
Re: [Links doh't display!] In reply to
Can you provide a URL where we can see the page that is not displaying the links?
Quote Reply
Re: [Links doh't display!] In reply to
I have the same problem at http://www.netoo.phiberoptix.com

------------------
Quote Reply
Re: [Links doh't display!] In reply to
its at http://www.asianx.net/links/pages
Quote Reply
Re: [Links doh't display!] In reply to
Is there any nested thing like

<%ifnot Details%>
<a href="blayada.html">
<%endif%>

in your link.html template? Because this is the thing that causing the links not to appear. I deleted this lines and it worked perfectly on my links page.
Quote Reply
Re: [Links doh't display!] In reply to
This is my whole link.html

---------------------------------

<ul>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="-1"><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>
<%if Description%> <span class="descript">- <%Description%></span> <%endif%>
<%if isNew%> <small><sup class="new">new</sup></small> <%endif%> <%if isPopular%>
<small><sup class="pop">pop</sup></small> <%endif%> <small class="date">(Added:
<%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%> ) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate
It</a></small> </font>
</ul>

----------------------------

Does anyone see what's wrong?