Page 1 of 1

how to make the pagination ?

Posted: Wed Oct 28, 2009 5:28 am
by clerk
I made one site, left side is a div:
{menu template="mytemp"} //show the level 1 menu


{menu template="new" start_level='2' show_all=1 }      //when click the level 1 menu, show level2 menu.

there are more than 30 of the two level 's menu , i want to display 10 per page,and show the "pre page" and "next page" link.
how to make the pagination ?

thanks.

Re: how to make the pagination ?

Posted: Wed Oct 28, 2009 5:53 am
by RonnyK
Check the default templates. In the "Relational Links" area of those templates, is Next/Prev included.

Ronny

Re: how to make the pagination ?

Posted: Sat Nov 07, 2009 10:48 pm
by Dr.CSS
Sounds like they want the menu itself to have pagination, show only 10 pages in menu and have next to see the next 10 pages in menu, not possible unless you know some PHP/smarty coding to do it...