Eventful=1 doesn't restrict location list using scope
-
1) Using Events Manager version 5.4.4
2) I’ve 12 locations that have been used across all the events I’ve created.
5 of these location do not have any future events – although these 5 location did have past events.
3) I would like to display a list of locations but only if there is an event for either today or a future event. This is the short code I’ve used in my page:
[locations_list scope=”today,future” eventful=”1″]
<tr>
<td>#_LOCATIONNAME
#_LOCATIONFULLLINE</td><td>#_LOCATIONNEXTEVENTS</td>
</tr>
[/locations_list]4) The location list returns all 12 locations (not the 7 I expected) – in that it seems to exclude the scope.
– Have I made an error in the search parameters?
– Should I be using #_LOCATIONNEXTEVENTS? to display details of the event?
– Is this a known issue?5) I’ve tried changing the short code to use “eventless”, i.e. show locations where there are no events in the scope, but this returned no locations.
[locations_list scope=”today,future” eventless=”1″][/locations_list]
Which seems to indicate to me that the location_list code doesn’t seem to take into account the “scope” value.
- The topic ‘Eventful=1 doesn't restrict location list using scope’ is closed to new replies.