Page 1 of 1

Where do links display

Posted: Wed Dec 07, 2011 4:43 pm
by janaf
How can I control where linked content displays?

For example with the CGnews module, the paging refers to the page area where the module is placed (in my case a side column)

Code: Select all

{$firstpage} {$prevpage} {$pagetext} {$pagenumber} {$oftext} {$pagecount} 
While the links in the CGcalendar

Code: Select all

<caption class="calendar-month"><span class="calendar-prev"><a href="{$navigation.prev}">«</a></span> {$month_names[$month]} {$year} <span class="calendar-next"><a href="{$navigation.next}">»</a></span></caption>
These update the main content area, even if the calendar is in a side column.

My question is now how to make the CGcalendar next / previous (month) behave like CGnews next / previous (page)

Re: Where do links display

Posted: Thu Dec 08, 2011 7:51 am
by janaf
The CGBlog links work as I expect; Using "more" and title link shows content in the designated page's center column, while previous / next page links updates the left hand column. (Screen shot 1)

The CGcalendar, links also show on the designated page's center column. But the previous / next month links also update the designated page's center column, with that month calendar. It does not update the right hand column at all (Screen shot 2)

So my question is if/ how I can update the calendar month in the right hand column when using the Previous / next links?

I want the calendar template to display and remain in the right hand column and the List Upcoming and Event templates in the center column.

I am using my own calendar template with event titles removed, only dates show. Dates with events are linked to the List template view.

I am using the same page template for all pages.

PS the site is at www.twang.se

Re: Where do links display

Posted: Tue Dec 20, 2011 11:37 am
by janaf
Bumping this one :-\

Any suggestions how I can make the month links in the calendar in a side column, update with next/previous month in the side column, i.e. not show in the page content?