Hi all,
I've just added an Elgg 1.5 version of my event calendar plugin to my plugins area:
http://community.elgg.org/pg/plugins/kevin
Please download it and tell me what you think.
This version is:
Take a look at the event calendar settings under tools administration to see all the different options.
So far I have tested it in FF 3 and IE 7.
Thanks to Pete Harris from Curverider for the spiffy new icons.
Please tell me what you think!
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.
I'd be happy to incorporate a patch to make localising the datepicker as easy as possible if someone can send one to me.
By the way, I believe that the most current information for datepicker localisation is here:
http://jqueryui.com/demos/datepicker/#localization
Hi Kevin
I've translated your plugin to german. How can I translate this strings <prev today next>
http://community.elgg.org/pg/plugins/alfalive/read/29363/german-language-for-event_calendar-v07
alfalive,
as we have just been discussing in this thread, this is a jQuery issue. Those strings are not hardcoded in the PHP.
If I get a patch from someone doing the localisation that makes this easy, I'll incorporate it.
Hello,
in /mod/event_calendar/actions/manage.php
line 54 you should change system_message(elgg_echo('event_calendar:delete_response').print_r($_REQUEST,true));
to system_message(elgg_echo('event_calendar:delete_response'));
The array is written when you delete a date.
Christophe
Yike,
Sorry about that - I obviously left in a debugging statement - will do a new release in a few days to fix that and a few other small things.
Christophe has also sent me a localisation patch.
I'll generalise it for any language and put it into the next release as well.
Thanks Christophe!
Can you add a year view and let it be default for all events listing?
Sorry, but I don't see how a year view would be useful for a social networking site with any level of activity. On most sites it would need pagination and for a calendar it is more natural to split events up by month. Which is what the plugin already does.
OK, how about a featured event?
- Previous
- 1
- 2
- 3
- 4
- 5
- Next
You must log in to post replies.