I will give it a shot, but i'm not sure that is exactly what i want.
Me again! I coudn't get the plugin to work like i want. But there must be away to change the layout of the groups. I hope someone else can give me some feedback or help with this!
In the plugin where you keep your edits, add to start.php
elgg_unextend_view('groups/tool_latest', 'groups/profile/activity_module');
elgg_extend_view('groups/tool_latest', 'groups/profile/activity_module', 1);
This will move group activity to the top of the available modules.
Then add some css,
#groups-tools > li:first-child {
width: 100%;
}
Now you can adjust the modules below with css.
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.