- This topic has 2 replies, 3 voices, and was last updated 13 years, 2 months 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 … › Bulleted Event List
Tagged: events list
Hi there.
I was fooling around with the setting tonight and I think I may have accidentally deleted some code in the Default Event List Format.
Currently, I have two events up on my site but they are running together on the Events page. They are not listed in a bullet format like they were prior to my changing some of the date and time coding in the Settings area.
Did I mistakenly delete something?? I’d like my events to be a list, not a paragraph.
Here is the current code that is in the default Event List Format box:
<li>#l, #M #j, #Y - #g:#i #A #_LINKEDNAME</li>
Please help!!!
I see you’re in my time zone, and I imagine Franky is sleeping now (!) – so in case you’re still up, here’s what I use… perhaps it will be of help in the meantime:
<br />
<li>#_{jS} [events_if tag="#ESC_{j M Y}" notvalue="#ESC@_{j M Y}"] #@_{-jS} [/events_if]   #_LINKEDNAME</li>
And the code on my Events page is:
[events_list limit=0 showperiod=monthly]
@ABWAWNY:
make sure the settings “Default event list format header” and “Default event list format footer” are empty, then unnumbered lists are generated. Or add <ul>
and </ul>
in there yourself, with other information if wanted.