Not sure if this is an isolated problem, or have others seen it?
When using <%prev%> anmd <%next%>, you start on the main part of the category, go forward to more2.html, and then click on back to go to the category root, but it tries taking you to more1.html !!!
The code I'm using is;
<p align=center>
<%if prev%>
<small><a href="<%prev%>">Ante <%build_links_per_page%></a></small>
<%endif%>
<%if next%>
<small><a href="<%next%>">Prox <%build_links_per_page%></a></small>
<%endif%> </p>
Anyone?
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
When using <%prev%> anmd <%next%>, you start on the main part of the category, go forward to more2.html, and then click on back to go to the category root, but it tries taking you to more1.html !!!

The code I'm using is;
Code:
<!-- Next/Previous links if spanning pages. --> <p align=center>
<%if prev%>
<small><a href="<%prev%>">Ante <%build_links_per_page%></a></small>
<%endif%>
<%if next%>
<small><a href="<%next%>">Prox <%build_links_per_page%></a></small>
<%endif%> </p>
Anyone?
Cheers
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!