Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: FatBomb
Topic ID: 6
Message ID: 8
#8, RE: FatBomb Templates and Skins
Posted by Rob Hawkins on Apr-20-04 at 08:40 PM
In response to message #1
Hi Guys,

It seems that the page navigation at the bottom of a Fatbomb page doesn't work -- ie:

More: <1> <2> <3> <4> <5> <6> <7> <8> Next »

If you click on any of the pages, it just re-opens page 1

It would appear to be this piece of code from 'default-results.html':

More:
(% for page in search.pages %)
(% if page.current %)
<strong>((% page.number %))</strong>
(% else %)
<a href="./?skin=(% form.skin as url %)&keywords=(% form.keywords as url %)&start=(% page.start %)&length=(% page.length %)">(% if page.previous %)« Previous (% elif page.next %)Next »(% else %)((% page.number %))(% end %)</a>
(% end %)
(% end %)

(All round brackets are actually square brackets)

Any ideas what is wrong and how to correct it?

Rob