Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

category_results without a description ?

Quote Reply
category_results without a description ?
Hello,

In my search-results.html file I have:

<%if category_results%>

<ul><%category_results%></ul>

<%endif%>

When I make a search it works fine but why doesn't any description appear under the category ?

I found this little think in the search.cgi file
$category_results .= qq|<li>$linked_title\n|;

I hope that if I add a little something there I might get
the description added.
Unsure

Also the results appear one line under the other.
Where can I add some <BR><P> tags ?

Thank you very much for your help !
I truly appreciate it.

Chris.