My set up:
CMSMS V1.13
EventsListing V1.5
all modules up to date
Linux VPS hosting, up to date MySQL, etc.
Trying to get the EventsListing module to publish summaries in two columns (two separate side by side DIVs). I can do this with the News module using smarty tags, but those tags don't work with the EventsListing module.
I can limit the number of Event Summaries using eventslimit="3". I though i could change the number they start on with eventsstart="4", but no luck
Is there a way/tag that i can use to get event summaries to start at pre-determined number, like with the News summaries?
Ideally, I'd like to have the first column/DIV show the first 3 summaries, and the second to show the next 3.
EventsListing module - events on multiple columns
Re: EventsListing module - events on multiple columns
You could put them in different categories, i.e category1 and category2, then list them according to category in each div.
Noel
Noel
Re: EventsListing module - events on multiple columns
Post your template where 6 items are listed on one div and other is empty.