Page 1 of 1

Calendar-list view question

Posted: Sat Oct 21, 2006 3:10 pm
by cnymike
I've got Calendar 0.7.4 installed.

I've got an "Events this month" page on my site and on that page have the tag

Code: Select all

{cms_module module="Calendar" display="list" compact_view="1" table_id="big"}
to display a list of upcoming events for the month.

The resulting page displays the Event Title using . I would like to change that to but can't for the life of me figure out where to make that change. Anyone have the answer?

Re: Calendar-list view question

Posted: Sat Oct 21, 2006 3:27 pm
by cnymike
Hmmm, as I think about this it seems that I'll need to create a user-defined tag, such as {title-calendar} add that to the templage I'm using and then define a style . I'd also have to change a calendar module file somewhere... am I getting warm at least?

Re: Calendar-list view question

Posted: Sat Oct 21, 2006 10:31 pm
by Dr.CSS
The resulting page displays the Event Title using .
This is set in the template for calendar list, go to Calendar and you will see a tab for list template in there is the setting for the ...

Re: Calendar-list view question

Posted: Sun Oct 22, 2006 12:53 am
by cnymike
That's it. Thanks Mark... not sure how I missed that. I was looking everywhere but there. Doh!

Michael