Little help with CGCalendar...

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Little help with CGCalendar...

Post by CapereSpiritum »

Hi Folks

I've installed CGCalendar 1.10.4 successfully and styled it to suit my site.

I'm struggling with a few small items.

When I click on the Prev or Next month links, it opens the calendar in the main content area rather than the Sidebar Div to the right.

Also, how do I get a List template to load? I've tried adding display"list" to {cms_module module="CGCalendar"} but the syntax is wrong.

And.... I want the event title to display title text on link hover.
What do I change in

Code: Select all

<a href="{$day.url}" title="{$event}">
I know that {$event} is wrong, I've just added it to show what I'm attempting...
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Little help with CGCalendar...

Post by calguy1000 »

1. {CGCalendar inline=1} {* its in the help *}
2 {CGCalendar display=list} {* also in the help *}
3. you need to do some debugging of the {$event} variable to see what it contains
put <!-- {$event|@print_r} --> in your display template... then view source.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
tokr
Forum Members
Forum Members
Posts: 19
Joined: Sun Sep 16, 2007 3:15 am

Re: Little help with CGCalendar...

Post by tokr »

using {inline=1} works if you want everything to stay in the sidebar div. But what if you want the event details to open in the main content but keep the calendar in the sidebar? I want the Prev or Next month links to change the calendar in the sidebar and the event links to open in the main content.
Is this possible?
Post Reply

Return to “Modules/Add-Ons”