CHANGELOG
V. 0.7.1 beta 1
Added the Time of Event.
V. 0.7
This plugin adds a metadata to each event to publish them in Homepage.
This is a modifed version of Kevin Jardine Event calendar plugin.
Unzip it over the original Event Calendar plugin (you can download it from here http://community.elgg.org/pg/plugins/kevin/read/27779/event-calendar-07-beta
You will not see any diffence from the original plugin if you don't install our Modified Custom Index
http://community.elgg.org/pg/plugins/alivin70/read/121258/modified-custom-index-10
View alivin70's plugins
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.
Awesome! Looks good. I love logging in and seeing all the progress.
I just noticed there is now a read option in the public private cat. what does this option do?
This modified version of Event Calendar works with the latest version of Modified Custom Index.
You'll find "Events to be included in Home" in two places:
1) (if you are administrator) in the form of a new event, with 3 options
normal users don't see that select and "No" value is saved for the event.
2) In the right menu of administrator area, from where approve pending events (i.e. such events in "No" state)
Yeeeha, now it works!!!
Thank you very much.
You're welcome ;)
Alivin, Great Plugin!!! But I found a problem. I was testing the validation of the "Add New Event" form to see if it would submit it if the Start Date was left empty. It didn't, which is the good news, but the bad news it displayed the following rather than the form again:
tdClass Object ( [form_data] => stdClass Object ( [event_id] => 0 [access] => 2 [title] => Timtim Group Event [description] => Timtim Group Event [venue] => Timtim Group Venue [start_date] => [end_date] => Saturday, July 11, 2009 [fees] => [contact] => [organiser] => [event_tags] => [long_description] => [homepage] => No [time] => 20:00 ) [success] => )
Any ideas how to fix this?
Hmm, where can i change the listing in the homepage?
Instead of the title i get three points "...".
The Points are linked to the event but there is no title homepage listing-info.
I want to include the start time also.
Which file handles this?
A new version of Modified Custom Index is coming soon. It will sort event by time and display it in homepage.
@caboco maybe there is some debug code. I'll check it.
An image-upload would be cool for an event.
Also the author of the event would be cool to see also in the homepage.
Sounds good ;) i missed the time of event^^ thanks !
Question : do anybody plan to add an ical export feature ? i think this is a key feature for any calendar..
Please help,
I have installed and had it working, and tranlated into Turkish, so far no problem on local, but I could not find where can I translate calendar's days, months, next and prev etc
@dmozden It's a problem related to the jQuery calendar library. I'm the same problem translating to italian. Theoretically we only need to replace that library, but that did not work for me.
In mod/event_calendar/views/default/input/datepicker.php a jQuery function is called
$("#<?php echo $vars['internalname']; ?>").datepicker({
but I can't find the library file.
alivin70
There are localization files at this site;
http://keith-wood.name/datepick.html
They say: "Localisation packages are available for download and should be loaded after the main datepicker code. These packages automatically apply their settings as global default values."
I have tried but I was not able to make changes, please try and give your opinion.
The problem is not datepicker but event calendar that manages dates strictly in english format.
I'll hack the code and post a solution shortly.
Great plugin! How can I modify the sort order and number of events shown on the homepage?
@davewf:
I had the same problem. Additionally I found no way to add such sort order as parameter to the function call.
In my site I'll use the event lists always ordered by start date (asc). So I changed the default parameter directly within the code:
file:mod/event_calendar/models|model.php
line: [L206]
old: if ($order_by == "") $order_by = "e.time_created desc";
new: if ($order_by == "") $order_by = "v.string asc";
changes default sort order from start_date asc -> v.string asc
Bogie
Oh sorry, forgot the number of events:
In the file:
mod/event_calendar/views/default/event_calendar/groupprofile_calendar.php
you can edit in line [L016]
$num = 5;
to whatever you want.
Bogie
Hi alvin
I have upgraded to 1.7 and am now getting the token security error - are you planning to update this plugin?
Thanks,
John
Not at the moment.
Maybe later on.
Just to note that the original event calendar has been upgraded for Elgg 1.7.
http://community.elgg.org/mod/plugins/read.php?guid=384926
Is there a way to put a Graphic Calendar in my profile page and when I click on one of the date, it will show me what is the event? Thanks.
Can anyone please help? Thanks.
Hi Hakeem
there is not such feature in this plugin, nor it is planned. Sorry.
Hi alvin70
Did you find a solution or hack for multilangage event calendar?
i found this http://keith-wood.name/datepick.html but have no idea how to implement it to mod.
thanks in advance
Even french elgg support site did solve english labels in calendar of this mod http://www.elgg.fr/mod/event_calendar/show_events.php?start_date=2010-09-20&group_guid=0&filter=all&mode=week
how is that posible, there must be a way to hack it! how can somebody create code for mod so it works only in english? what a ignorance!