
Donna
Staff
/ Moderator

Oct 22, 2009, 10:29 AM
Post #2 of 3
(2293 views)
Shortcut
|
|
Re: [Kimber] << prev page problem
[In reply to]
|
Can't Post
|
|
Hi Kimber, It looks like the "Prev" code has been changed to drop the category number in your categoryIndex Next & Prev buttons. The important bit there is going to be: "&categoryNum=$category.num$" The default code should be: Previous: <a href="$settings.searchurl$?action=search&page=$articleList.prevPageNumber$&perpage=$articleList.perpage$&template=$articleList.template$&includeSubcats=$articleList.includeSubcats$&categoryNum=$category.num$"><< prev page</a> Next: <a href="$settings.searchurl$?action=search&page=$articleList.nextPageNumber$&perpage=$articleList.perpage$&template=$articleList.template$&includeSubcats=$articleList.includeSubcats$&categoryNum=$category.num$">next page >></a> This usually happens if you used the Next & Prev code from the global index page, since of course there's no category number on those links. I hope this helps. :) Donna -- support@interactivetools.com
|