1
RiazShahid
Pagination in different modules

In most of the modules (for example in smartSection) pagination is done in a way like
Pages: (1) 2 3 4 ... 28 »
Or
Pages: « 1 2 3 (4) 5 6 7 ... 28 »
Is it possible to have complete list of pages available all the time??

2
hervet
Re: Pagination in different modules
  • 2008/7/6 17:31

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


In the Php code, you must find something like this :
le="color: #000000"><?php $xoopsTpl->assign('pagenav', $pagenav->renderNav());


change it to (for example) :
le="color: #000000"><?php $xoopsTpl->assign('pagenav', $pagenav->renderNav(9999));