I would like to request 2 new features, if possible here.
1. Add to my calendar - A button/link on an event which when clicked on will add that event to my calendar. This is useful when I see an event I am interested in, I can quickly add it to my calendar.
2. Upload image - A file upload field in add event from where one can easily upload an image relevant to this event and is visible on the event view page.
Let me know if I can assist you in getting these done.
My idea is to dispplay event info when u mouseover the calendar. I think when u saw month calender, the dates are filled with colors. so inorder to differentiate the normal date and event date, we should use different colors to show the events.
Thanks
Vinod
Add AM or PM for starttime and endtime. since some countries work with 12 hours and some country works with 24 hours.
Hi Dahaniel
Ive made a modification on event calendar for having this feature
May be you can do it for yourself
I've used the "venue" field for the maximum numeber of people.
You can use any other field or create a new one ( I dont know yet how to do that)
Also you have to create an entry in the language file:
'event_calendar:maxium_exceded'
with the message you want to inform
in
....\mod\event_calendar\actions\manage.php
I ve changed :
if (!event_calendar_has_personal_event($event_id,$user_id)) {
//START MODIFICATION : LIMIT MAXIMUM NUMBER OF REGISTERRED PEOPLE
$totalregistered = event_calendar_get_users_for_event($event->getGUID(),0,0,true);
$maximumreg=$event->venue ;
if ($totalregistered<$maximumreg){
event_calendar_add_personal_event($event_id,$user_id);
system_message(elgg_echo('event_calendar:add_to_my_calendar_response'));
}
else { register_error(elgg_echo('event_calendar:maxium_exceded'));
}
//END OF MODIFICATION
forward($event->getUrl());
jbroide
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.