Now I understand ....JensZ wrote:So it works as expected!
Without the {EVENTS} tag in your template (default.cal.tmpl) you will not see any events!
I will test it when I come home, thanks for your help !!!
Now I understand ....JensZ wrote:So it works as expected!
Without the {EVENTS} tag in your template (default.cal.tmpl) you will not see any events!
Code: Select all
// simple switch to allow fe render or fe init
$_module_fe_render = true;
$_module_fe_init = true;
Code: Select all
<div id='quickCalendar'><div id='qEvents' style='display:none;'><div id='qEventTitleBar' class='titlebar'><span id='qEventTitleBarText'></span><span id='qEventTitleBarButtons'><a href='javascript:;' onclick='closeEvent(document.getElementById("qEvents"))' class='qclosewin'><img class='qclosewinimg' src='img/button/close_message.gif'></a></span></div><div id='eventInfo'></div></div><table cellspacing='0' cellpadding='0' class='de.frontend.event.tmpl'><tr>
The language code ist not appended to the front, as it seems. I have to specify the whole template name.Please note the comment that the lang code will be appended to the front. I don't know if this is also true if you have specified an event template in the reptag. In that case that is a bug!!
Code: Select all
http://www.phpwcms.de
Code: Select all
www.http.phpwcmsde
Code: Select all
{DAY}. {TITLE}
Wann: {TIME}
Wo: {LOCATION}
Was: {DESCRIPTION}
Code: Select all
{QCAL:0:de:pi.event-show.tmpl:pi.events.tmpl}