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 :
$xoopsTpl->assign('pagenav'$pagenav->renderNav());


change it to (for example) :
$xoopsTpl->assign('pagenav'$pagenav->renderNav(9999));

Login

Who's Online

477 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 477


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits