Page 1 of 1

Calendar: next & previous link?

Posted: Mon Nov 08, 2010 10:55 am
by weaselweasel
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?

Re: Calendar: next & previous link?

Posted: Tue Nov 09, 2010 3:11 am
by Peciura
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.