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.
I love this plugin, thanks Jeroen!
Small point: manifest.xml requires 1.10 so is not happy in 1.9, although there is a download link for that version - are there any 1.10-only features we need to be aware of?
Another issue, that is more a feature than a bug, is that this needs PHP 5.4 or above, I think mainly due to the [] shorthand for array().
@jon dron it requires Elgg 1.10 (as that requires 5.4) also due to the array shorthand []. I updated the listing here to reflect that requirement. Thanks for noticing. The features that are specifically for this release are listed above.
Thank you for the update! Great plugin!
But I have a little issue I can not explain to myself:
When enabling widget manager for groups I can not see the widgets "bookmarks" and "photos" when logged out, even though they are set to public. It works fine on my local machine. Any idea why?
Is there a way to register a group profile page widget depending on a (group specific) group tools option? When registering a widget for a group context using elgg_register_widget type this widget would be available on all groups to be added. But sometimes you only want to offer it if the corresponding feature is used in the group (by enabling it via the group's edit page). Problem is also the other way round: feature has been used but now gets disabled for a group. But the group widget would still be displayed and the links within the widget might forward to pages no longer available.
@iionly there is a way to achieve that. Widget manager will trigger a hook when a group is saved to allow other plugins to add/remove widgets when a group tool option is changed. You can see a sample of the usage here: https://github.com/ColdTrick/group_tools/blob/master/lib/hooks.php#L913
Thanks. I'll check it out. I think that's what I was looking for.
Is it already possible to give a rough estimation about when an updated version for Elgg 2.0 would be available?
@iionly a rough estimate would be end of Februari / beginning of March... but maybe earlier :)