how to make the pagination ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
clerk
New Member
New Member
Posts: 3
Joined: Tue Oct 27, 2009 8:17 am

how to make the pagination ?

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: how to make the pagination ?

Post by RonnyK »

Check the default templates. In the "Relational Links" area of those templates, is Next/Prev included.

Ronny
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: how to make the pagination ?

Post 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...
Post Reply

Return to “CMSMS Core”