CGcalendar event template

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
User avatar
thomahawk
Power Poster
Power Poster
Posts: 293
Joined: Fri Jul 25, 2008 10:13 am
Location: Zug, Switzerland

CGcalendar event template

Post by thomahawk »

Hello everyone

I need links which go to the event detail page using a specific event template. But whatever I do, the detail always show the standard template. My code looks like this

Code: Select all

{cms_module module="CGCalendar" display="upcominglist" upcominglisttemplate="monitor" eventtemplate="monitorevent" detailpage="monitor-page" limit="4"}
basically this generates a list of links. I could also add a link extension in the listtemplate "monitor", if I would know what it needs to look like, maybe ...&eventtemplate=monitorevent or something like that?

btw. this is CGcalendar 1.13.3

How can I achieve that?

Thanks
Thomas
User avatar
thomahawk
Power Poster
Power Poster
Posts: 293
Joined: Fri Jul 25, 2008 10:13 am
Location: Zug, Switzerland

Re: CGcalendar event template

Post by thomahawk »

Well, I got some very good advice for this problem:

By using the cge_module_hint (a tag installed with CGEextensions) I can override the standard template.

Code: Select all

{cge_module_hint module=CGCalendar eventtemplate='somethingelse'}
must be placed above {content} tag in template.

Thanks again to the helper!

Thomas

PS: unfortunately I can not change subject to [solved] because no edit is possible on the original post.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1922
Joined: Mon Jan 29, 2007 4:47 pm

Re: CGcalendar event template

Post by Jo Morg »

thomahawk wrote:PS: unfortunately I can not change subject to [solved] because no edit is possible on the original post.
Just click on the green tick next to the post that has the solution....
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”