latest threads

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?

  • 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.