Hi there.
I use the Calendar module.
I put quite a few dates in there, but I don't want all that information on one page. I'd rather split it in like, 10 items a page or something.
I know you can set a limit, but then.. It only shows 10, and nothing else.
Is it possible to make a previous/next link? That way, people can view my entire calendar, but not in one page.
It's not a built-in feature, but is it possible to build it in?
Calendar: next & previous link?
-
- Forum Members
- Posts: 23
- Joined: Mon Dec 03, 2007 9:32 pm
Re: Calendar: next & previous link?
If you have couple of hundreds of events use jQuery.
http://plugins.jquery.com/project/pagination
http://web.enavu.com/tutorials/making-a ... on-system/
For thousands of events proper pagination (page reloading or ajax) would work better.
http://plugins.jquery.com/project/pagination
http://web.enavu.com/tutorials/making-a ... on-system/
For thousands of events proper pagination (page reloading or ajax) would work better.