Page 1 of 4

cmCalendar Module

Posted: Mon 20. Jul 2009, 21:39
by breitsch
new Module released

Complete rewrite of the old ionrock calendar module.

Features:
  • - calendar categories
    - easy administration in backend
    - contentpart to add calendar data to your website, choose teaserview, listview, mini calendar view and link everything together
    - give your users the option to filter the data (define your own filtercriterias)
    - frontend translation
    - everything is done with templates and css, you are free to give your data the look YOU want
    - frontend ajax extension available (only donationware)
Download, documentation, donation: http://www.phpwcms-howto.de/wiki/doku.p ... m_calendar

Re: cmCalendar Module

Posted: Mon 20. Jul 2009, 22:26
by Jensensen
Hi breitsch,

thank you - really great MOD!
And thank YOU supporting iCal!!!

Re: cmCalendar Module

Posted: Mon 20. Jul 2009, 23:51
by G-Punkt
gespendet,
gesaugt,
installiert,
recht herzlich bedankt...

Re: cmCalendar Module

Posted: Tue 21. Jul 2009, 06:56
by juergen
BBB -> Big Bang Breitsch !

Like this ;)

Re: cmCalendar Module

Posted: Tue 21. Jul 2009, 08:47
by sustia
breitsch as usual, and forever, thank you!

Re: cmCalendar Module

Posted: Tue 21. Jul 2009, 09:12
by update
Great!
Verrry nice piece of a module! :)

Welcome back, jensensen, btw, ;)

Re: cmCalendar Module

Posted: Tue 21. Jul 2009, 09:30
by breitsch
Jensensen wrote: And thank YOU supporting iCal!!!
iCal is in it's early stages here. Enhancements are to come.

Re: cmCalendar Module

Posted: Thu 23. Jul 2009, 13:39
by breitsch
Download for the Module should be back tomorrow.
Some security fixes and compatibility issues with other modules will be solved.

When you downloaded the module already, please update when the fix is released.
Sorry for the troubles!

Re: cmCalendar Module

Posted: Fri 24. Jul 2009, 00:08
by Jensensen
No panic!
In your case we can forgive anything at anytime.
You know that we have learned to wait...............

Re: cmCalendar Module

Posted: Wed 29. Jul 2009, 00:37
by breitsch
OK, enhanced module free for download again.

Some important security fixes where done, so please update immediately to V 1.1 when you use the module in live systems.
When you update you should go to the language section and update each language once, there was a bug acc. to specialchars in V 1.0.
And, as always, when updating go to each cmCalendar CP and save them once to get the new functions included.

Some new features were included while further testing, see documentation. Thanks to linuxluder and DanielF for the inputs!

Re: cmCalendar Module

Posted: Sat 8. Aug 2009, 18:52
by larmann
Hi there,

I need some help: Where can I edit the default template? In those folders "mod_cm_calendar/template/cntpart" are just the two templates which you'll see when using the drop down menue. But where can I edit the default template?

And a second question: Where can I delete the word "Titel" which appears in front of the titles?

Thank you!

Re: cmCalendar Module

Posted: Sat 8. Aug 2009, 20:40
by flip-flop
Hi,

Template:
Please create an template named default.tmpl, thats it.
If there is no one or you haven“t pick up a template, the hard coded template in /inc/cnt.article.php is is used.

CSS: Please insert your favored classes into your master css file like frontend.css ..... or pick up a css file in cp-module.

Word Titel:
[LANG_TITLE]{LANG_TITLE}: [/LANG_TITLE] or edit the module language section of the used FE languages.

Knut

Re: cmCalendar Module

Posted: Sun 9. Aug 2009, 19:08
by larmann
Thank you. May be you'll be able to answer another question. At the end of my calendar template there is this tag:
[CALENDAR_ARTICLELINK]{CALENDAR_ARTICLELINK}[/CALENDAR_ARTICLELINK]

The link to a selected article is working, but in the forntend the link is not entitled by the articles name I just linked to, instead there is only the word "Artikellink" in <a href="index.php?aid=117">Artikellink</a>. Is there a chance to get the title of the article?

Thank you.

Re: cmCalendar Module

Posted: Sun 9. Aug 2009, 21:03
by breitsch
larmann wrote:Is there a chance to get the title of the article?
good point!
not in current version but I should (will) add this.
I'll keep you informed.

Re: cmCalendar Module

Posted: Mon 10. Aug 2009, 18:34
by larmann
I have another question concerning the article link: When I'm selecting the article I want to link to, I can't select articles from the home category. Why is that?

Thank you.