How Do You Get A Field To Show In Events After Adding A New Field

John Bizley
John Bizley
@john-bizley
10 years ago
251 posts
After adding an end date in the form designer do you have to do something else to get it to show in the events lists themselves ?
I have added a screenshot of the events list and it needs to show in the events list in profiles to.
I have added an End Date and time so it should show the event date and time and underneath the end date and time. Also can you filter the events by year ?

events-enddate.jpg
events-enddate.jpg  •  45KB


updated by @john-bizley: 02/16/15 05:21:21PM
paul
@paul
10 years ago
4,326 posts
After adding a custom field to any form you'll most likely need to modify template(s) to show it. So, if you have added 'event_end_date', in templates, add {$item.event_end_date} where you want it to show.

Checkout the jrEvent_calendar smarty function for filtering events by year.

FYI - Did you know that jrEvent has repetitive events, which include end dates, built in? See -

https://www.jamroom.net/the-jamroom-network/documentation/modules/276/profile-events


--
Paul Asher - JR Developer and System Import Specialist
John Bizley
John Bizley
@john-bizley
10 years ago
251 posts
paul:
After adding a custom field to any form you'll most likely need to modify template(s) to show it. So, if you have added 'event_end_date', in templates, add {$item.event_end_date} where you want it to show.

Checkout the jrEvent_calendar smarty function for filtering events by year.

FYI - Did you know that jrEvent has repetitive events, which include end dates, built in? See -

https://www.jamroom.net/the-jamroom-network/documentation/modules/276/profile-events

Thanks Paul, I suspected it would be that but wasn't sure if it was supposed to be added by default when you created the field in the form designer so asked the question first before messing with the templates.

Tags