- This topic has 2 replies, 2 voices, and was last updated 13 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Scope=today and and filterform
I decided to use the shortcode. This my code :
<h1>Aujourd’hui</h1>
<div class=”liste”>[events_list order=ASC scope=today]</div>
<h1>À venir</h1>
<div id=”filtres” class=”clearfix bordure”>[events_filterform submit=Filtrer]</div>
<div class=”liste”>[events_list showperiod=monthly scope=future order=ASC limit=50 paging=1]</div>
When I use the filterform shortcode, I just want the last events_list to be filtering, but it always filtering the first. Do you have a solution? This is my page : http://beta.ecdq.org/activites/
using the current implementation of filtering, this is not possible
So, I ask you to think about it!!