Hello. I'm new elgg user. I have some questions?
1. How can I remove Group Creation feeds from all activities.
2. How can I disable member's group creation?
3. Is there any plugin facebook or digg like link sharing.
Thanks..
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.
- Evan Winslow@ewinslow

Evan Winslow - 0 likes
- Steve Clay@steve_clay

Steve Clay - 0 likes
- Bülent Sakarya@sakarya

Bülent Sakarya - 0 likes
- Cash@costelloc

Cash - 0 likes
- Bülent Sakarya@sakarya

Bülent Sakarya - 0 likes
- Steve Clay@steve_clay

Steve Clay - 0 likes
You must log in to post replies.1. Don't know of a standard way to do this, but there definitely should be.
2. group_tools may do this for you already.
3. bookmarks plugin bundled with core.
Evan, for 1. Isn't there an event/hook for river item creation? Also for 3. I think he wants something like AddThis integration.
I didn't. group_tools plugin doesn't. @Steve, I don't want content share plugin. I need a plugin like bookmark but mutch better.
1. There is a hook. See add_to_river().
2. Elgg 1.8.9 will include this option (it is in the 1.8 branch right now). The group_tools does not do this according to its feature list.
is there any theme code like is_admin_logged or is_member_logged
elgg_is_admin_logged_in() . The API docs has a decent search, and most (but far from all) API functions now start with "elgg_".