By Guest on Sunday, 25 September 2016
Replies 2
Likes 0
Views 1.6K
Votes 0
Hello,

Is it possible to customize the JEvents Create an Event Menu? For example, I'd like to have the "title" box say "Workout Completed" and I'd like to be able to specify the access level for people creating events. I would like each event to automatically be an all-day event, which takes place on the day they are entering their event.

The reason I would like to do this is because I am using the JEvents Create an Event Menu for members of my website to enter a workout that they did (my site offers members workout videos to do). This "workout completed" event will be recorded on their personal calendar (which I have created for them on a different menu). Their personal calendar is being used to track their workouts over time. I hope this makes sense. If you need more of an explanation, I'd be happy to explain...

Thank you,

Marita
You can customise the language strings as per https://www.jevents.net/frequently-asked-questions/custom-overrides-of-language-strings

You can change the edit page using the layout editor - see https://www.jevents.net/frequently-asked-questions/event-detail-layout-editing and apply the same technique on the event edit page.

You can make events all day by default using a simple template override - see https://www.jevents.net/docs/jevents/item/template-overrides-for-event-editing for examples of template overrides and specifically using

$this->row->alldayevent(1);
·
Sunday, 25 September 2016 09:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you! I will look at all of this stuff shortly!
·
Tuesday, 27 September 2016 04:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post