Hello!
Is there a way to call more subtypes than 1?
I'm using something like this but want to call something else along with groupforumtopic
$river = elgg_view_river_items ($subject_guid=0, $object_guid=0, $subject_relationship= '', $type= 'object', $subtype= 'groupforumtopic', $action_type= '', $limit=20, $posted_min=0, $posted_max=0, $pagination=true);
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.
- Brett@brett.profitt

Brett - 0 likes
You must log in to post replies.There isn't in 1.7. In 1.8 you can use elgg_list_river($options) and pass types and subtypes as arrays in $options.