2.5.1 (2013-03-25):
2.5 (2013-03-21):
2.4 (2013-03-11):
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.
@jeroen_wiggers thanks for reporting. For some reason, events were never notification objects and thus notifications were sent. I have fixed this already in the github version. https://github.com/ColdTrick/event_manager
Hi Jeron,
Great plug-in just what I need for my site develpoment.Two questions
1-Do I need widget manager plugin? all seems to be working ok
2-How do i mod the code for RSVP , to either edit one of the tiles 'example interested' or to add another,which would be helpful for event builds -by adding Contractor to the RSVP list, is this easy to do , i've tried moding the code
function event_manager_event_get_relationship_options() {
$result = array(
EVENT_MANAGER_RELATION_ATTENDING,
EVENT_MANAGER_RELATION_INTERESTED,
EVENT_MANAGER_RELATION_CONTRACTOR,
EVENT_MANAGER_RELATION_PRESENTING,
EVENT_MANAGER_RELATION_EXHIBITING,
EVENT_MANAGER_RELATION_ORGANIZING,
EVENT_MANAGER_RELATION_ATTENDING_WAITINGLIST,
);
Did not work ?
Hi Jeroen,
I thanked you before for the plugin, and here I thank you again! :)
I want to report a bug in your widget: if I login and go to my page, I see the events I created. If I stay logged in and go to my friend's page, I still see my events (not her/his events)! This is due to your search function which only accounts for the current logged in user.
I have a version of event manager that fixed that bug. I also have a couple of your "to do"s implemented in my version. I can send you my code so you can integrate it (fully or partly) into yours. Let me know if that works for you.
Best,
Hadi
Dear Hadi,
the easiest way to contribute your changes to the Event Manager will be to submit Pull Requests against the plugin on github. http://github.com/coldtrick/event_manager
Make sure to make seperate PR's for each change/fix/todo
Thanks, works well for me.
Hi Jeroen,
I'll do, as soon as I get some free time!
Hey Jaroen, Awesome plugin, Gratz!, I want to ask you something, I created a plugin and registered it so it can be configured with default widgets, however, the event manager widget does not appear on the list of widgets i can add to it. Is there a requirement for allowing it to appear?, Thanks!
God Bless Us All!
THANK YOU COLDTRICK!
love the plugin works how I need it to, just need to work it into my theme and then its compleate :) Recomended.
www.ratime.org
@mike no, they should be available. If you can add them as a user, they should also be configurable as a default widget
Event Icon is not showing in full view of event.. if we click on the brocken image its shows a fatal errror as follows
When I start the evet creation process, the access level is set to 'private' by default. Every time I need to change it. How can I change the default to some other value?
Great plugin! Does anyone know how to get events created in Event Manager to display via either RiverAddon or 3ColumnRiver? I'd like to be able to display upcoming events to users when the log on.
@jdalsem How do i change the time format of events????
@LT only way is by changing the define in start.php (EVENT_MANAGER_FORMAT_DATE_EVENTDAY)
Event icon which are upload while creating a new event is not visible in event full view.. How to fix that?
@jdalsem No the date format is good I'm talking about the time "start time" in the event it shows a 24hr time format instead of the AM -PM format!
@LT currently there is no generic format for it, so you will have to look it up in the code. Look in views/default/event_manager/event/view.php on line 35. There you will find the date formatting... i will add a more centralized way for time format/representation to the issue list. (https://github.com/ColdTrick/event_manager/issues/23)
@jdalsem OK was messing with coding managed to get the format but no matter what you put it stays at 5:00PM ?????
Whats your email so I can send you the .zip plugin for you to look over and see where i went wrong on coding!
@jdalsem sent zip file to your profile listed email!!!
By the way changed the views/default/event_manager/event/view.php on line 35!
CHANGES THIS-----
FOR THIS-----------
This is all of line 35! It takes what input thats placed in 24hr format and displays in 12hr format!
Really good plug in - I'll start criticising it soon :-)
I do agree with the above - I'd like to be able to add an event on the first Wednesday of the month ...
@jeroen some of the functions don't appear on like registration for the event what is the problem?
@buule could you be a bit more specific?
Oustanding plugin thus far! No real issues except on the Google API side of things, ended-up leaving the API filed blank and seem to work with no errors. Nice job!