Hi Guys,
Any idea how I can get the latest activites but displaying them in the riverdashboard list layout?
I am currently using:
$activity = list_registered_entities(0,25,true,false,array('object','group'));
set_context('latest');
$activity = elgg_view_layout('', '', $title . $activity);
But I would prefer the listing shown in the riverdashboard. Any ideas what I need to change would be great.
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.
- colinliu@colinliu

colinliu - 0 likes
You must log in to post replies.elgg_view_river_items()
Nevermind, Ive worked it out.
Ta