CGCALENDAR - is this possible?
Posted: Mon May 20, 2013 5:40 pm
Hello,
I am trying with the latest version of CGCALENDAR (out of the box) to achieve the following:
- I display a list of events per month on one page --> works fine with {cms_module module="CGCalendar" display="list" detailpage="kalender" inline="1"}
- On another page with alias "kalender" I display a list of upcoming events. I always display 3 events per page and I display all details already per event
What I would like to achieve is, that by clicking on a single event in the monthly list, the system jumps to the upcoming list and automatically navigates already to the page where the selected event is visible.
So I need to tell basically the upcoming list not to start with the first one, but with a specific event-id and still displaying the next and the previous on the same screen with pagination to the next 3 coming or previsou 3 events.
something like: {cms_module module="CGCalendar" display="upcominglist" limit="3" event_id=7}
In the example above the page that contains event_id 7 should be displayed.
I am trying with the latest version of CGCALENDAR (out of the box) to achieve the following:
- I display a list of events per month on one page --> works fine with {cms_module module="CGCalendar" display="list" detailpage="kalender" inline="1"}
- On another page with alias "kalender" I display a list of upcoming events. I always display 3 events per page and I display all details already per event
What I would like to achieve is, that by clicking on a single event in the monthly list, the system jumps to the upcoming list and automatically navigates already to the page where the selected event is visible.
So I need to tell basically the upcoming list not to start with the first one, but with a specific event-id and still displaying the next and the previous on the same screen with pagination to the next 3 coming or previsou 3 events.
something like: {cms_module module="CGCalendar" display="upcominglist" limit="3" event_id=7}
In the example above the page that contains event_id 7 should be displayed.