Differences

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

english:modules:calendar:enhanced-v12 [2010/12/18 01:18]
Knut Heermann (flip-flop) created
english:modules:calendar:enhanced-v12 [2018/06/03 18:09] (current)
Line 10: Line 10:
  * Link with Thumb   * Link with Thumb
  * TAG for Thumbnail when calling: e.g. ##WxHxCxQ=150x100x0x80##  //(WIDTHxHEIGHTxCROPxQUALITY)//   * TAG for Thumbnail when calling: e.g. ##WxHxCxQ=150x100x0x80##  //(WIDTHxHEIGHTxCROPxQUALITY)//
 +  * TAG-Template: All Day Event [ALLDAY]../..[ALLDAY_ELSE] //(04.01.2011)//
 +\\
 +**Changed:**  //(08.01.2011)//
 +
 +  * Name of the php class from %%"calender.class.php"%% to %%"calender_v12(a).class.php"%% in %%"include/inc_module/mod_calendar/inc/"%%
 +  * Name of the  CSS file from %%"calender.css"%% to %%"calender_v12.css"%% in %%"template/inc_css/specific/"%%
 +  * Name of the template file from %%"my_dates_list_de.html"%% to %%"calender_v12(a).html"%% in %%"template/calendar/"%%
 +  * Call of the mentioned above two files in the file %%"init_calendar.php"%% in %%"template/inc_script/frontend_render/"%%
\\ \\
---- ----
Line 20: Line 28:
**CMS Version:** >=  V1.4.2 r348 \\ **CMS Version:** >=  V1.4.2 r348 \\
**Version:** V1.2 //(30.11.2010)// \\ **Version:** V1.2 //(30.11.2010)// \\
 +**Update: V1.2a** //(04.01.2011)// \\
 +**Update: V1.2a** filename chnaged //(08.01.2011)// \\
**Folder:** include/inc_module/mod_calendar/inc/ * \\ **Folder:** include/inc_module/mod_calendar/inc/ * \\
**Condition:**  -- **Condition:**  --
Line 47: Line 57:
\\ \\
-===== Template: =====+===== Template V1.2: =====
In template/calendar/TemplateName.html In template/calendar/TemplateName.html
Line 94: Line 104:
\\ \\
 +===== Template V1.2a: =====
 +
 +In template/calendar/TemplateName.html
 +
 +Adds to template V1.2: **[ALLDAY]** . . . **[/ALLDAY]** - **[ALLDAY_ELSE]** . . . **[/ALLDAY_ELSE]**  to turn on/off specific entries for the switch "All Day".
 +<code>
 +[ALLDAY] . . . [/ALLDAY]
 +[ALLDAY_ELSE] . . . [/ALLDAY_ELSE]
 +</code>
 +
 +\\
 +
 +**Example:**
 +<code html |h calendar_v12a.html |h >
 +<div class="calendar">
 +  <div class="left">
 +    <div class="date">
 +      <p><strong>[ALLDAY]Datum: [/ALLDAY][ALLDAY_ELSE]Start date: [/ALLDAY_ELSE] {STARTDATE:d.m.}</strong><strong class="year">{STARTDATE:Y}</strong></p>
 +      [ALLDAY_ELSE]<p><strong>End date: {ENDDATE:d.m.}</strong><strong class="year">{ENDDATE:Y}</strong></p>[/ALLDAY_ELSE]
 +    </div>
 +  </div>
 +  <div class="detail">
 +    <div class="image">
 +      [IMAGE_CALENDAR]{IMAGE_CALENDAR}[/IMAGE_CALENDAR]
 +    </div>
 +    <div class="teaser">
 +      [TITLE]<h2>{TITLE}</h2>[/TITLE]
 +      [PLACE]<p class="place">Location: {PLACE}</p>[/PLACE]
 +      [HREF]<div class="other">HREF: {HREF}</div>[/HREF]
 +      [URL]<div class="other">URL: {URL}[TARGET]{TARGET}[/TARGET]</div>[/URL]
 +      
 +      [TEXT]<div class="textlong">{TEXT}</div>[/TEXT]
 +      [TEXTLONG]<div class="textlong">{TEXTLONG}</div>[/TEXTLONG]
 +    </div>
 +  </div>
 +  <div style="clear:both;"><!--nop//--></div>
 +</div>
 +</code>
 +
 +
 +\\
Line 108: Line 159:
{{:deutsch:module:kalender:calendar_v12.zip|}} {{:deutsch:module:kalender:calendar_v12.zip|}}
 +\\
 +===== Download V1.2a: =====
 +
 +**Update 04.01.2011:** With the TAG All Day [ALLDAY]...[/ALLDAY] :
 +
 +  * **include/inc_module/mod_calendar/inc/calendar_v12a.class.php** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)//
 +  * **template/inc_script/frontend_render/init_calendar.php** //(Update 08.01.2011)//
 +  * **template/calendar/calendar_v12a.html** //(Update 08.01.2011 file name changed)//
 +  * **template/inc_css/specific/calendar_v12.css** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)//
 +
 +
 +{{:deutsch:module:kalender:calendar_v12a.zip|}}
\\ \\
 +
 +
 +===== Download V1.2a completely: =====
 +
 +The complete module with all files.
 +
 +<note important>
 +**Installation:** The old module in "include/inc_module/mod_calendar" must be deleted completly, or overwrite with this version. \\
 +Please do not rename the path of the old version for parking, that does not work. \\
 +\\
 +**Delete the previous file %%"template/inc_script/frontend_render/init-calendar.php"%% or rename it to %%"init-calendar.php_"%% !!**
 +</note>
 +
 +**Update 04.01.2011:** With the TAG All Day [ALLDAY]...[/ALLDAY] :
 +
 +  * **include/inc_module/mod_calendar/inc/calendar_v12a.class.php** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)//
 +  * **template/inc_script/frontend_render/init_calendar.php** //(Update 08.01.2011)//
 +  * **template/calendar/calendar_v12a.html** //(Update 08.01.2011 file name changed)//
 +  * **template/inc_css/specific/calendar_v12.css** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)//
 +
 +
 +{{:deutsch:module:kalender:mod_calendar_v12a_all.zip|}}
 +
 +\\
 +
 --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/30 01:37//  --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/30 01:37//
english/modules/calendar/enhanced-v12.1292631502.txt.gz · Last modified: 2018/06/03 18:07 (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