Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Next page not working

Quote Reply
Next page not working
Hi, I have been modifying everything under the sun and have broken something and do not know which part of the script handles it. When the links pages are built, all pages are generated ok with multiple links pages, but the section at the bottom that should link to the next page is not being generated. When I check the produced HTML, there is no reference and no error messages. Where is the exact part of the script that generates this and in which file so that I can check this out.

Regards


Quote Reply
Re: Next page not working In reply to
In Reply To:
Hi, I have been modifying everything under the sun and have broken something and do not know which part of the script handles it.
Not a smart approach...You should really add one Mod at a time, keep a history file of all the changes you've made, and also put # Comments in your scripts with the date, Mod Author, and what the Mod does. So, that when you get in situations like this...you can go backwards and find the problem.

In Reply To:
When the links pages are built, all pages are generated ok with multiple links pages, but the section at the bottom that should link to the next page is not being generated.
What TAGS are you using the "Spanning Pages" in the category.html.

You should be using:

Code:

<%if prev%>
<%prev%>
<%endif%>
<%if next%>
<%next%>
<%endif%>


Good luck!

Regards,


Eliot Lee