events_list formatting error
-
This issue consists of two items actually.
Firstly I don’t see a “previous” or “next” option for events. There is a
#_CATEGORYPASTEVENTS and #_CATEGORYNEXTEVENTS as well as for tags and locations, but a general #_PASTEVENTS or #_NEXTEVENTS seems to be missing.
This would make it possible to have a “next event” link on the detail page, which makes it easy for a user to scroll through the events.Lacking this functionality I decided to do the next best thing, and that is to have a sidebar with all future events next to the detail information.
To do this I have to insert a table, which works fine.
At least as long as I use [events_list limit=”10″]. However this gives me too much info for the sidebar, I only need the name of the event and maybe a small image.
When I try something like [events_list limit=”10″]#_EVENTIMAGE{100,0}[/events_list] it show 10 images of the current event you’re looking at, it doesn’t seem to retrieve the entire list.
The same goes for events_list_grouped.
- The topic ‘events_list formatting error’ is closed to new replies.