Differences

This shows you the differences between two versions of the page.

3rd-party-modules:cm_calendar:cm-calendar-documentation:cm_calendar-docu-cp-eventslisting [2012/02/06 23:44]
Peter Bracher created
3rd-party-modules:cm_calendar:cm-calendar-documentation:cm_calendar-docu-cp-eventslisting [2018/06/03 18:08] (current)
Line 3: Line 3:
====== CP Event Listing ====== ====== CP Event Listing ======
\\ \\
-In order+{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm133.jpg|}}\\ 
 +First you choose which calendars/categories you want to include in your frontend\\ 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm150.jpg|}}\\ 
 +then you choose what kind of frontend output you need; event listing, teaser listing or minicalendar\\ 
 +\\ 
 + 
 +====== Event Listing ====== 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm140.jpg|}}\\ 
 +Choose the template with its corresponding css file.\\ 
 +To add/edit the templates see the indicated path in your module directory.\\ 
 + 
 +---- 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm141.jpg|}}\\ 
 +You can define a selection field (dropdown in frontend) according to your requirements with the given variables.\\ 
 +Leave the field empty for no drop down.\\ 
 + 
 +---- 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm142.jpg|}}\\ 
 +Does exactly what's indicated.\\ 
 +You'll need this mostly when you want to display the Listing and the mini calendar on the same page an get only the entries for the selected month.\\ 
 + 
 +---- 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm143.jpg|}}\\ 
 +Sort and filtering options.\\ 
 +\\ 
 +You have the option between showing always all entries for the given month/year or only the entries from the actual date and up/down.\\ 
 + 
 +---- 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm144.jpg|}}\\ 
 +You can enable/disable the print function here with the option to display the link in frontend with an image instead a textlink.\\ 
 +Same for the iCalendar link. (Ads an link for the entire calendar and/or every single entry in the listing - according to your RT's in the template)\\ 
 +When you disable the latter two here, then they will not be displayed in frontend even if you add the RT's to your template.\\ 
 +\\ 
 +**New in V1.2**\\ 
 +The coolest image-drop-down ever! try it and donate ;-)\\ 
 + 
 +---- 
 +\\ 
 +{{:3rd-party-modules:cm_calendar:cm-calendar-documentation:cm145.jpg|}}\\ 
 +\\ 
 +**New in V1.2**\\ 
 +RSS Feed can be activated here.\\ 
 +It writes an xml file to the folder: /content/rss/ and adds a reference in frontend rendering to this file.\\ 
 +The user can subscribe to the RSS feed with your calendar entries.\\ 
 +\\ 
 +This feature is still under developement. Right now its rather static, the file will be written when you save/update the CP with the event listing or when you update the RSS file in the overview tab in the calendars module section. An enhanced version with auto-updating abilities may come soon.\\ 
 +\\ 
 +\\ 
 +====== Pattern for the RT's in the template for 'event list' ====== 
 +The sections of the template and the RT's within the different sections are rendered by the script. 
 + 
 +Note: usually the '[CALENDAR_xxx' pattern represents the content of the field and the '[LANG_xxx' pattern represents the titel for the field as translated in the frontend language section of the module (default is english) - means, that the titles appear in the browser-language of your users. 
 + 
 +Note the special date format functions: {FORMAT_DATE:j}\\ 
 +It's easy to add eye catching effects to your event listings with that option.\\ 
 +See the reference at [[http://www.php.net/manual/function.date.php|php manual]] for all the date options. 
 + 
 + 
 +<code html><!--CALENDAR_LIST_ENTRY_START//--> 
 + 
 +{FORMAT_DATE:j}{FORMAT_DATE:l} 
 +[CALENDAR_DATE]{CALENDAR_DATE}[/CALENDAR_DATE] 
 +[CALENDAR_ICAL]{CALENDAR_ICAL}[/CALENDAR_ICAL] 
 +[CALENDAR_TITLE][LANG_TITLE]{LANG_TITLE}[/LANG_TITLE]{CALENDAR_TITLE}[/CALENDAR_TITLE] 
 +[CALENDAR_TIME][LANG_TIME]{LANG_TIME}[/LANG_TIME]{CALENDAR_TIME}[/CALENDAR_TIME] 
 +[CALENDAR_SPAN]{CALENDAR_SPAN}[/CALENDAR_SPAN] 
 +[CALENDAR_LOCATION][LANG_LOCATION]{LANG_LOCATION}[/LANG_LOCATION]{CALENDAR_LOCATION}[/CALENDAR_LOCATION] 
 +[CALENDAR_TEASER][LANG_TEASER]{LANG_TEASER}[/LANG_TEASER]{CALENDAR_TEASER}[/CALENDAR_TEASER] 
 +[CALENDAR_DESCRIPTION][LANG_DESCRIPTION]{LANG_DESCRIPTION}[/LANG_DESCRIPTION]{CALENDAR_DESCRIPTION}[/CALENDAR_DESCRIPTION] 
 +[IMAGE] 
 +  [ZOOM_ELSE] 
 +    [IMAGE_URL]<a href="{IMAGE_URL}"{IMAGE_URL_TARGET}>[/IMAGE_URL]<img src="img/cmsimage.php/150x150x1/{IMAGE_ID}" alt="{IMAGE}" border="0" />[IMAGE_URL]</a>[/IMAGE_URL] 
 +    [CAPTION]<p>{CAPTION}</p>[/CAPTION] 
 +  [/ZOOM_ELSE] 
 +  [ZOOM] 
 +    <a href="img/cmsimage.php/600x400/{IMAGE_ID}" target="_blank"{LIGHTBOX}[LIGHTBOX_CAPTION] title="{LIGHTBOX_CAPTION}"[/LIGHTBOX_CAPTION]> 
 +    <img src="img/cmsimage.php/100x100x1/{IMAGE_ID}" alt="{IMAGE}" border="0" /> 
 +    </a> 
 +  [/ZOOM] 
 +[/IMAGE] 
 +[CALENDAR_ARTICLELINK]{CALENDAR_ARTICLELINK}[/CALENDAR_ARTICLELINK] 
 + 
 +<!--CALENDAR_LIST_ENTRY_END//--> 
 + 
 +<!--CALENDAR_LIST_ENTRY_SPACE_START//--> 
 + 
 +<!--CALENDAR_LIST_ENTRY_SPACE_END//--> 
 + 
 +<!--CALENDAR_LIST_TOP_START//--> 
 + 
 +{PRINT_LINK} 
 +{ICAL_LINK} 
 +[LANG_SELECTION]{LANG_SELECTION}[/LANG_SELECTION]{SELECTION_DROPDOWN} 
 +[CALENDAR_ENTRIES]{CALENDAR_ENTRIES}[/CALENDAR_ENTRIES] 
 + 
 +<!--CALENDAR_LIST_TOP_END//--> 
 + 
 +<!--CALENDAR_LIST_BOTTOM_START//--> 
 + 
 +<!--CALENDAR_LIST_BOTTOM_END//--></code>
3rd-party-modules/cm_calendar/cm-calendar-documentation/cm_calendar-docu-cp-eventslisting.1328568260.txt.gz · Last modified: 2018/06/03 18:06 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0