Gossamer Forum
Quote Reply
Possible back bug...
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 !!! Unsure

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!
Subject Author Views Date
Thread Possible back bug... Andy 4277 Nov 11, 2002, 2:45 AM
Thread Re: [Andy] Possible back bug...
Alex 4114 Nov 14, 2002, 3:54 PM
Thread Re: [Alex] Possible back bug...
Andy 4156 Nov 15, 2002, 1:28 AM
Thread Re: [Andy] Possible back bug...
yogi 4150 Nov 15, 2002, 1:30 AM
Thread Re: [yogi] Possible back bug...
Andy 4147 Nov 15, 2002, 1:34 AM
Thread Re: [Andy] Possible back bug...
yogi 4099 Nov 15, 2002, 1:37 AM
Thread Re: [yogi] Possible back bug...
Andy 4115 Nov 15, 2002, 1:40 AM
Post Re: [Andy] Possible back bug...
yogi 4104 Nov 15, 2002, 1:44 AM