2.0.2 (2011-12-6):
2.0.1 (2011-11-01):
2.0 beta (2011-10-28):
View Jeroen Dalsem'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.
File: event_manager/lib/functions.php
function event_manager_get_registration_fiedtypes()
= fieldtypes ?
Hoi,
I would like to know that, too...
Can anyone help please: http://community.elgg.org/pg/forum/topic/844991/event-manager-plugin-issue-with-groups-within-group_modulephp/
Hello,
Everythin is working fine except one thing.
I see the button to create an event but I cannot see the event in the group main page, I see bog, file etc.
How can I activate it ?
Thanks
Ivano
Hello,
When I click the tab "On the map" the map displayed is not that of my area so, where I can define my area of the map by default?
Thank you.
Hey,
i wrote a german translation:
http://pastebin.com/hUCKLGB2
---------
Habe das Plugin übersetzt. einfach den Code kopieren, eine neue datei de.php in /languages erstellen und dort einfügen. Die Übersetzung ist an einigen stellen ein bisschen "schwierig", könnt ihr ja dann anpassen :)
Great plugin, although picture thumbnails and privacy arent great
This installed and works fantastic with one exception. The maps (google api) are working in the actual event listings but not when you are on the event page and click on "on the map" tab. It is defaulted to denmark and not showing event locations. Can someone advise? Thank you for your help,
Grat plugin, works fine on 1.8.3.
Google maps api v2 is deprecated. Would be very interesting upgrade api to version 3.
Thank you.
Google translator.
when you go to the event page, and click on map, it doesnt show any events on it.
also where can I change the questions when making events (like the wording) and when you advance search.
Hi,
don't know why, but I cannot see the "Map" page/tab for the event manager.. Why not?
I have deactivated the plugin, deleted the folder ind mod, and uploaded+activated the 2.0.2 again. Even Flushed the catches. But still no luck..
It's like it is an old version showing up..
Just installed the plug in and am very happy with it. Works very well.
I have 3 small issues.
1. Clicking "on the map" does not show pins for events.
2. I'm using the default theme for 1.83. On the right column with the heading "All Events" nothing is displayed. I've added two events but they don't show in this column.
3. The events time parameter uses 24hr military time. I didn't see an option for 12hr time in settings.
These are not huge issues but just thought you should know.
Thanks again for the great plugin.
Just an update of my previous message. I mistook "All Events" as a column heading when in fact its just a button. So that one is cleared up for me.
Well got the Map to show now: changede event_manager_V2.0.2 to event_manager.
Now I have the same problem as @MontanaMike. Everything else is working as should. Really, really great plugin..
When I try to use this plugin with tnymce I am not able to see the editor. Also the settings in the Administration menu does not pull dowm in Elgg 1.8. Is there a fix for this?
Good job. Thanks a lot. iCal export would be a great feature.
hye, thx for the plugin, but could you set up a plugin repository (github), then we could suggest code change easily, forked it, ...
Any body help me to get upcoming events in this plugin? I am using elgg 1.8 version, I need to display the upcoming events of group. Is availble any built in functions? Thanks in advance
In the Group main page the event create link is visible also if I set-up Who can create group events = GroupOwners.
I'm not exper but I add this :
if ((($who_create_group_events == 'group_admin') && $page_owner->canEdit()) || (($who_create_group_events == 'members') && $page_owner->isMember($user))) {
$new_link = elgg_view('output/url', array(
'href' => "/events/event/new/" . $group->getGUID(),
'text' => elgg_echo('event_manager:menu:new_event'),
));
}
Is workng but I'm not sure if I made the right things
Thanks
Greetings
Has anyone experienced the event manager widget showing the wrong date? We're not sure why, but the widget shows tomorrow's date for an event happening today. If you hover over the icon, the correct date is shown; same if you select the event. Using version 8.1.1. Any hints would be very very much appreciated...
With thanks
Ignore my last; timezone error :(