Events - Adding Multiple Dates
Suggestions
brian:
{snip}
Next, in your ACP -> Profiles -> Profile Events -> Template tab, click on Modify next to "item_detail.tpl" and add the new field in - i.e. find and change this:
To something like this:
{snip}
Next, in your ACP -> Profiles -> Profile Events -> Template tab, click on Modify next to "item_detail.tpl" and add the new field in - i.e. find and change this:
{$item.event_date|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}
To something like this:
{$item.event_date|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}<br>
{$item.event_end_day|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}
Brian - my guess is that this needs to be more sophisticated. An if to test if a date has been selected at the very least.