<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=1873&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Kalender]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1873</link>
		<description><![CDATA[Die aktuellsten Beiträge in Kalender.]]></description>
		<lastBuildDate>Sun, 19 Feb 2012 08:35:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16199#p16199</link>
			<description><![CDATA[<p>@cybermann, Danke nochmals. Einen einzigen hatte ich übersehen <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/smile.png" alt="smile" /> <br />@Janl, der Kalender bei Deinem 2. Link sieht top aus, wie hast Du diesen eingebunden?</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Sun, 19 Feb 2012 08:35:39 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16199#p16199</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16189#p16189</link>
			<description><![CDATA[<p>Folgende links ist sicher interessant,</p><p><a href="http://forum.cmsmadesimple.org/viewtopic.php?f=4&amp;t=20161&amp;p=262694&amp;hilit=calendar+next+month#p262694" rel="nofollow">http://forum.cmsmadesimple.org/viewtopi … th#p262694</a></p><p>Ich habe es auf 2 sites -</p><p><a href="http://www.rainbach.at" rel="nofollow">http://www.rainbach.at</a><br /><a href="http://www.freistadt.co.at" rel="nofollow">http://www.freistadt.co.at</a></p><p>Viel spaß,<br />Jan</p>]]></description>
			<author><![CDATA[dummy@example.com (Janl)]]></author>
			<pubDate>Sat, 18 Feb 2012 21:12:57 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16189#p16189</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16183#p16183</link>
			<description><![CDATA[<p>Schau dir noch mal das Template an - da hast du bestimmt eine Änderung vergessen ...</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sat, 18 Feb 2012 18:55:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16183#p16183</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16169#p16169</link>
			<description><![CDATA[<p>Danke, dass sieht schon sehr gut aus. Lediglich bei Mehrtägigen Terminen schreibt er mir noch:</p><div class="quotebox"><blockquote><div><p>Datum: 29 Juni 2012 bis 01 Juli 2012 00:00</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Sat, 18 Feb 2012 14:31:26 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16169#p16169</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16161#p16161</link>
			<description><![CDATA[<p>Die Uhrzeit ist als Elemente in den Variablen $event.event_date_start und $event.event_date_end enthalten.</p><p>Wie du im Template sehen kannst, steht direkt dahinter noch ein sogenannter Modifikator</p><p><a href="http://www.smarty.net/docsv2/de/language.modifiers.tpl" rel="nofollow">http://www.smarty.net/docsv2/de/language.modifiers.tpl</a></p><p>namens date_format</p><p><a href="http://www.smarty.net/docsv2/de/language.modifier.date.format.tpl" rel="nofollow">http://www.smarty.net/docsv2/de/languag … format.tpl</a></p><p>Damit kannst du deinem Datum (inklusive Uhrzeit) ein beliebiges Format verpassen.</p><p>Konkret steht in deinem Fall </p><div class="codebox"><pre><code>[== Smarty ==]

{$event.event_date_start|date_format:&quot;%Y %H:%M&quot;}</code></pre></div><p>%H für hour (=Stunden) und %M für minutes (=Minuten).</p><p>Du müsstest also alle Modifikatoren, in denen %H und %M enthalten ist, in etwa so ändern</p><div class="codebox"><pre><code>[== Smarty ==]

{$event.event_date_start|date_format:&quot;%Y&quot;}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sat, 18 Feb 2012 12:02:05 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16161#p16161</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16160#p16160</link>
			<description><![CDATA[<p>Da habe ich noch anzubieten:</p><div class="quotebox"><blockquote><div><p>&lt;div class=&quot;cal-upcominglist&quot;&gt;<br />{if isset($pastitems) &amp;&amp; $pastitems == 1}<br />&lt;h1&gt;{$lang.past_events}&lt;/h1&gt;<br />{else}<br />&lt;h1&gt;{$lang.upcoming_events}&lt;/h1&gt;<br />{/if}</p><p>{if isset($navigation)}<br />{if isset($navigation.prev)}&lt;span class=&quot;calendar-prev&quot;&gt;&lt;a href=&quot;{$navigation.prev}&quot;&gt;{$lang.prev}&lt;/a&gt;&lt;/span&gt;{/if} &amp;nbsp; &amp;nbsp;{if isset($navigation.next)}&lt;span class=&quot;calendar-next&quot;&gt;&lt;a href=&quot;{$navigation.next}&quot;&gt;{$lang.next}&lt;/a&gt;&lt;/span&gt;{/if}<br />{/if}</p><br /><p>{foreach from=$events key=key item=event}<br />&#160; &#160; &lt;div class=&quot;calendar-event&quot;&gt;<br />&#160; &#160; &lt;h2&gt;{$event.event_title}&lt;/h2&gt;</p><p>&#160; &#160; {assign var=month_number value=$event.event_date_start|date_format:&quot;%m&quot;}<br />&#160; &#160; {assign var=end_month_number value=$event.event_date_end|date_format:&quot;%m&quot;}<br />&#160; &#160; {if $event.event_date_start == $event.event_date_end || $event.event_date_end == 0}<br />&#160; &#160; &lt;div class=&quot;calendar-date-from&quot;&gt;&lt;span class=&quot;calendar-date-title&quot;&gt;{$lang.date}: &lt;/span&gt;{$event.event_date_start|date_format:&quot;%e&quot;} {$month_names[$month_number]} {$event.event_date_start|date_format:&quot;%Y&quot;}&lt;/div&gt;<br />&#160; &#160; {else}<br />&#160; &#160; {if $event.event_date_start|date_format:&quot;%d%m%Y&quot; == $event.event_date_end|date_format:&quot;%d%m%Y&quot;}<br />&#160; &#160; &lt;div class=&quot;calendar-date-from&quot;&gt;&lt;span class=&quot;calendar-date-title&quot;&gt;{$lang.date}: &lt;/span&gt;{$event.event_date_start|date_format:&quot;%e&quot;} {$month_names[$month_number]} {$event.event_date_start|date_format:&quot;%Y %H:%M&quot;} {$lang.to} {$event.event_date_end|date_format:&quot;%H:%M&quot;}&lt;/div&gt;<br />&#160; &#160; {else}<br />&#160; &#160; &lt;div class=&quot;calendar-date-from&quot;&gt;&lt;span class=&quot;calendar-date-title&quot;&gt;{$lang.date}: &lt;/span&gt;{$event.event_date_start|date_format:&quot;%e&quot;} {$month_names[$month_number]} {$event.event_date_start|date_format:&quot;%Y %H:%M&quot;} {$lang.to} {$event.event_date_end|date_format:&quot;%d&quot;} {$month_names[$end_month_number]} {$event.event_date_end|date_format:&quot;%Y %H:%M&quot;}&lt;/div&gt;<br />&#160; &#160; {/if}<br />&#160; &#160; {/if}<br />&#160; &#160; {if $event.event_summary !=&quot;&quot; &amp;&amp; ($detail != 1 || ($event.event_details ==&quot;&quot; ||&#160; $event.event_details == &quot;&lt;br /&gt;&quot;))}<br />&#160; &#160; &#160; &#160; &lt;div class=&quot;calendar-summary&quot;&gt;&lt;span class=&quot;calendar-summary-title&quot;&gt;{$lang.summary}: &lt;/span&gt;{$event.event_summary}&lt;/div&gt;<br />&#160; &#160; {/if}<br />&#160; &#160; {* optionally display detail information <br />&#160; &#160; &#160; &#160; {if $event.event_details !=&quot;&quot; &amp;&amp; $event.event_details != &quot;&lt;br /&gt;&quot;}<br />&#160; &#160; &#160; &#160; &lt;div class=&quot;calendar-details&quot;&gt;&lt;span class=&quot;calendar-details-title&quot;&gt;{$lang.details}: &lt;/span&gt;{$event.event_details}&lt;/div&gt;<br />&#160; &#160; &#160; &#160; {/if}<br />&#160; &#160; *}<br />&#160; &#160; &lt;a href=&quot;{$event.url}&quot;&gt;{$mod-&gt;Lang(&#039;cal_more&#039;)}&lt;/a&gt;<br />&#160; &#160; <br />&#160; &#160; &lt;/div&gt;<br />{/foreach}</p><p>{if $return_url != &quot;&quot;}<br />&lt;div class=&quot;calendar-returnlink&quot;&gt;{$return_url}&lt;/div&gt;<br />{/if}<br />&lt;/div&gt;</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Sat, 18 Feb 2012 11:45:08 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16160#p16160</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16157#p16157</link>
			<description><![CDATA[<p>Das scheint mir nicht die richtige Template zu sein.<br />Ich kann auf deiner Seite nirgendwo eine Ausgabe finden, die aus dieser Template kommt.</p><p>Welche Template wird für die Sidebar verwendet und welche für die Detailseite?</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Sat, 18 Feb 2012 10:54:49 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16157#p16157</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16156#p16156</link>
			<description><![CDATA[<p>Hallo Cyberman,</p><div class="quotebox"><blockquote><div><p>{strip}<br />&lt;table class=&quot;calendar&quot; id=&quot;cal-calendar&quot;&gt;<br />&lt;caption class=&quot;calendar-month&quot;&gt;&lt;span class=&quot;calendar-prev&quot;&gt;&lt;a href=&quot;{$navigation.prev}&quot;&gt;&amp;laquo;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;{$month_names[$month]}&amp;nbsp;{$year}&amp;nbsp;&lt;span class=&quot;calendar-next&quot;&gt;&lt;a href=&quot;{$navigation.next}&quot;&gt;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/caption&gt;<br />&lt;tbody&gt;&lt;tr&gt;<br />{foreach from=$day_names item=day key=key}<br />&lt;th abbr=&quot;{$day}&quot;&gt;{$day_short_names[$key]}&lt;/th&gt;<br />{/foreach}&lt;/tr&gt;</p><p>&lt;tr&gt;<br />{* initial empty days *}<br />{if $first_of_month_weekday_number &gt; 0}<br />&lt;td colspan=&quot;{$first_of_month_weekday_number}&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />{/if}</p><p>{* iterate over the days of this month *}<br />{assign var=weekday value=$first_of_month_weekday_number}<br />{foreach from=$days item=day key=key}<br />{if $weekday == 7}<br />&#160; &#160; {assign var=weekday value=0}<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />{/if}<br />&lt;td {if isset($day.class)}class=&quot;{$day.class}&quot;{/if}&gt;<br />{if isset($day.events.0)}&lt;a href=&quot;{$day.url}&quot;&gt;{$key}&lt;/a&gt;<br />&lt;ul&gt;<br />{foreach from=$day.events item=event}<br />&lt;li&gt;&lt;a href=&quot;{$event.url}&quot;&gt;{$event.event_title}&lt;/a&gt;&lt;/li&gt;<br />{/foreach}<br />&lt;/ul&gt;<br />{else}{$key}{/if}<br />&lt;/td&gt;<br />{math assign=weekday equation=&quot;x + 1&quot; x=$weekday}<br />{/foreach}</p><p>{* remaining empty days *}<br />{if $weekday != 7}<br />&lt;td colspan=&quot;{math equation=&quot;7-x&quot; x=$weekday}&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />{/if}</p><br /><p>&lt;/tr&gt;<br />&lt;/tbody&gt;&lt;/table&gt;</p><p>{/strip}</p></div></blockquote></div><p>Viele Grüße</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Sat, 18 Feb 2012 08:06:21 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16156#p16156</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16151#p16151</link>
			<description><![CDATA[<p>CGCalendar ist die Weiterentwicklung von Calendar.</p><p>Die Uhrzeiten lassen sich nicht per Mausklick ausschalten, sondern du musst die verwendeten CGCalendar-Templates etwas anpassen. </p><p>Poste doch einfach mal deine aktuellen Templates!</p><p>Die grafische Anpassung kannst du via CSS erledigen ...</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Fri, 17 Feb 2012 19:50:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16151#p16151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16143#p16143</link>
			<description><![CDATA[<p>Hallo Cyberman,<br />ich habe nun den Kalender erfolgreich implementiert und kann ihn auch so benutzen. Wie kann ich die Uhrzeiten und wo ausschalten? Dafür Kategorien anzeigen? Und vorallem ihn ein wenig grafisch besser anzeigen lassen?<br />Besten Dank</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Fri, 17 Feb 2012 14:20:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16143#p16143</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16134#p16134</link>
			<description><![CDATA[<p>Die Version ist die 1.7<br />Kann ich mir irgendwo mal den CGCalendar anschauen, wie er ausschaut, ist er auch einfach zu bedienen und einfach zu implementieren?<br />Viele Grüße</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Fri, 17 Feb 2012 07:30:14 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16134#p16134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16108#p16108</link>
			<description><![CDATA[<p>Welche CMSMS-Version verwendest du?</p><p>Das Calendar-Modul wird schon sehr lange nicht mehr gepflegt - ich vermute jetzt mal, dass du zunächst (auch aus Sicherheitsgründen) ein Update auf eine aktuelle CMSMS-Version machen solltest.</p><p>Anstatt Calendar kannst du dann CGCalendar verwenden ...</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Thu, 16 Feb 2012 12:49:37 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16108#p16108</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16099#p16099</link>
			<description><![CDATA[<p>Wie bekomme ich diesen Fehler weg?</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Thu, 16 Feb 2012 12:32:32 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16099#p16099</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16097#p16097</link>
			<description><![CDATA[<p>Das Problem scheinen die doppelten return_id darzustellen:</p><p>...&amp;cntnt01return_id=<strong>52</strong>&amp;cntnt01returnid=<strong>53</strong></p><p>Lösche ich die Hintere weg, funktioniert es.</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Thu, 16 Feb 2012 12:28:27 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16097#p16097</guid>
		</item>
		<item>
			<title><![CDATA[Re: Kalender]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16093#p16093</link>
			<description><![CDATA[<p>Habe den Parameter mal herausgenommen hat aber keine Besserung hervorgerufen. Im Kalender habe ich nicht gesehen, dass man eine Detailpage einstellen kann.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tom)]]></author>
			<pubDate>Thu, 16 Feb 2012 12:18:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=16093#p16093</guid>
		</item>
	</channel>
</rss>
