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.
how to make the pagination ?
Re: how to make the pagination ?
Check the default templates. In the "Relational Links" area of those templates, is Next/Prev included.
Ronny
Ronny
Re: how to make the pagination ?
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...