I would like to know how to create a new tab in the riverdash board like All, Friends, Mine. The new tab has to include the latest discussions from all group.
Can anyone help me in doing this.
to create a new tab i have to add few coding in index.php and views/default/page_elements/nav.php.
to get the latest discussion from group what should be the code?
thank you very much for your help.
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.
- Satheesh PM@thuvalpakshi
Satheesh PM - 0 likes
- Trajan@Trajan
Trajan - 0 likes
- Satheesh PM@thuvalpakshi
Satheesh PM - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- Satheesh PM@thuvalpakshi
Satheesh PM - 0 likes
You must log in to post replies.I have created a tab for latest discussions in riverdash board. now how to call the latest discussions from all group? should i copy it from the river folder of group?
in riverdashboard/index.php you need to add a new case for the tab and set the type accordingly. This also needs to be done in the /nav.php file.
i am not getting which code i supposed to set for type
$LatestDiscussions = list_entities_from_annotations("object", "groupforumtopic", "group_topic_post", "", 999, 0, 0, false, true);
thank you DhrupDeScoop. I will try with this.