love this plugin, just one question, if I wanted to display a list of latest threads from the forum in an external page is there a way to do this?
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.
- Alex Brendon@facebook_23709800

Alex Brendon - 0 likes
You must log in to post replies.I did this
echo elgg_view('vanillaforum/latest_discussions',array('limit'=>5));
and it works but I also gives me deleted discussions that link no where for some reason. Its basically calling the widget, but it seems like the widget has that same issue.