Where do links display

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Where do links display

Post 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)
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Where do links display

Post 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
Attachments
Screen shot 2
Screen shot 2
Screen shot 1
Screen shot 1
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Where do links display

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

Return to “Modules/Add-Ons”