Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Search results - page two doesn't go anywhere!

Quote Reply
Search results - page two doesn't go anywhere!
http://www.sparkynet.com/links/pages/

If I search for a word with many hits (for example, "the") it puts some links on the results pages and has more on page two. But when I click on the 2 or the >> it gives me a not found error. IE: the page it directs me to doesn't exist.

I'm using the Yahoo templates but no other real modifications, if that information helps.

Thanks!
Joe DeRouen
jderouen@sparkynet.com
Quote Reply
Re: Search results - page two doesn't go anywhere! In reply to
What tags are you using in the search_results.html page for the next/previous pages?

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Search results - page two doesn't go anywhere! In reply to
I think this is what you're asking for:

<%if next%>
<p><font face="Arial" size="2">Pages: <%next%></font></p>
<%endif%>
Quote Reply
Re: Search results - page two doesn't go anywhere! In reply to
make sure that these tags are on separate lines, like the following:

Code:
<%if next%>
HTML CODES <%next%>
<%endif%>

Regards,


------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.