Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Not displaying Links in search results?

Quote Reply
Not displaying Links in search results?
hi

im just setting up version Version: 2.1.0 of linksql, and am having problems with the search feature.

when i do a search it comes back saying it has found no categories and 1 link - fine.

problem is it's only displaying a linked title for the link:

Code:
Books : Hardcover : Novels

and no actual link?? This is the code from the search template - which I haven't altered...

Code:
<!-- Links in this category. -->
<%if link_results%>
<%header_row%><td width=200>
<%header_font%>LINKS:<%/header_font%></td>
<td bgcolor="white"><img src="<%build_images_url%>/default/ClearShim.gif" border=0 width="540" height=1></td></tr>
<tr><td colspan=2>

<!-- Next/Previous links if spanning pages. -->
<%if next_span%>
<tr><td colspan=2><%body_font%>
<small>Pages: <%next_span%></small></font>
<img src="<%build_images_url%>/default/ClearShim.gif" width="100%" height="10" border=0></td></tr>
<%endif%>

<%body_font%>
<%link_results%></font>
<img src="<%build_images_url%>/default/ClearShim.gif" width="100%" height="10" border=0>
</td></tr>
<%endif%>


Does anyone have any idea why the formatted links aren't showing up?

I am using a mod to display unlmited links - see here. What that means is that the code inside the "link.html" template is encased in a <%loop links_loop%> - could that be the problem?

Thanks,
Regan.

Last edited by:

ryel01: Jul 16, 2002, 6:56 AM