Hi
I have a plugin that used to just extend the js/elgg.php view with the js it needed to load in. The problem is that I can't simply says elgg_register_js() since there is some php in the js, some variables and stuff that are loaded into...
Hi again Rick
I made a modification of your plugin, so it now works in 1.8, it's definately not completely updated, but it looks functionally okay. You can get it at http://dl.dropbox.com/u/22072064/event_manager1.8_Base0.2.rarI would be glad...
Hey - I'm trying to convert the plugin for elgg 1.8, but I'm having some trobule getting the settings saved, and therefore I can't test how the rating works, because I can't give permission to rate.
Would you have any idea as to why it's not...
Hey - I'm trying to get to debug the new version of elgg, 1.8, thats in the svn trunk, but the log still shows only when items are created or updated. No errors, notices or warnings are displayed although the config is set to return all information....
Would you have any clue as to how to convert the event calendar plugin to 1.8 I changed the functions that returned deprecated error, but the calendar is not really showing - or is it a too big mouthful to just describe here? I'm willing to put some...
OK, so I would just create another lpugin that extended, and then I can set all of that, and set a specific Icon for the event too? Then I guess I just need to look a bit more into it :) I'm looking forward to the elgg 1.8 version of the plugin too....
As I see it there is no EventCalendarEvent class for the event calendar - why is that? As I see it, it would be more flexible to add an EventCalendarEvent class that extended ElggObject, so that you could create other types of specific...
Right now it's WAY too difficult to get to discuss something. I have to be a member of a group. It's like elgg is too designed by developers. If I was a user and I wanted to get to create a fast question (as would be easy on stackoverflow) I have to...
I get a form is missing __token or __ts field error everytime I click "back" like history-1, I'm not getting any errors on initially seeing a page, so this is kind of weird to me. I'm running elgg 1.7 newest release.