Hi,
I’d like to display my events sorted in categories.
So planted a page-tree as you recommended like this:
calendar
--topic 1
----2008
-----event 1
-----event 2
--topic 2
----2008
-----event 11
-----event 12
Now I created a page with those calls
<div id="ee_miniCalendarContainer">
[+miniCalPlaceholder+]
</div>
<div id="ee_listDetailsContainer">
[+listDetailsPlaceholder+]
[+missingEventsMessagePlaceholder+]
</div>
<div>
<h3>LAG Lippe-Issel-Niederrhein e.V. <br />
</h3>
<br />
[!EasyEvents_ListMini? &nodes=`65`!]
</div>
<br />
<div>
<h3>Ortsfeste</h3><br />
[!EasyEvents_ListMini? &nodes=`68`!]
It shows the list above the headlines and it shows all the event. I’ve tried this:
<div id="ee_miniCalendarContainer">
[+miniCalPlaceholder+]
</div>
<div>
<h3>LAG Lippe-Issel-Niederrhein e.V. <br />
</h3>
<div id="ee_listDetailsContainer">
[+listDetailsPlaceholder+]
[+missingEventsMessagePlaceholder+]
</div>
<br />
[!EasyEvents_ListMini? &nodes=`65`!]
</div>
<br />
<div>
<h3>Ortsfeste</h3>
[!EasyEvents_ListMini? &nodes=`68`!]
</div>
<div id="ee_listDetailsContainer">
[+listDetailsPlaceholder+]
[+missingEventsMessagePlaceholder+]
</div>
and it shows the complete list beneath both headlines
Next problem:
If I click on an event link or a day link, the details won’t be displayed. The links are like this:
http://domain.de/Kalender/Termine-LAG_Lippe-Issel-Niederrhein/2008/diddeldit_72.html?ee_id=72
I’m not quite sure, if my AJAX: EasyEvents is wrong:
[[!EasyEvents_AJAX? &configSelect=`de`!]]
cache: not active
template: content only
show in menu: off
hollidriöööö
Olaf