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

Search results do not show up in the search_results.html page

Quote Reply
Search results do not show up in the search_results.html page
Hello there
I have installed Links2. Everything works fine except that I do not see the results in the search results page when a search is performed. The search results page does show the links available e.g it says : "Your search for database returned 0 categories and 1 Links" but the actual link is not displayed. I have reuploaded the search.cgi script and the search_results.html page with no effect. The coding of the search_results.html page seems ok. Any ideas will be appreciated.
Thanks.
Quote Reply
Re: Search results do not show up in the search_results.html page In reply to
Thank you very much for your advice.
The coding was in the template but not on different lines. I have put each code on a separate line as you adviced and the search results page works fine.

Thanks a lot
Quote Reply
Re: Search results do not show up in the search_results.html page In reply to
Good!

I have added a FAQ/Tutorial at my web site that covers this type of problem...hopefully to reduce the number of redundant Topics in this Forum and other LINKS Forums....

Wink

http://www.anthrotech.com/cgi/links/faqs/tags/

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums


[This message has been edited by AnthroRules (edited April 02, 2000).]
Quote Reply
Re: Search results do not show up in the search_results.html page In reply to
Okay..as discussed many times in this Forum...this is related to a tag problem.

Make sure that you have your tags on separate lines, like the following:

Code:
<%if link_results%>
<%link_results%>
<%endif%>

-OR- download the Enhanced Template.pm codes located in the Resource Center and put the codes in your Template.pm file, which will allow you to have tags on the same line, like the following:

Code:
<%if link_results%><%link_results%><%endif%>

Good luck!

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums