how to extend suggested friends to the river side bar

I want to extend the suggested friends plugin into the river side bar, i want them friends to see suggested friends in the side bar

  • extend the sidebar view:

    elgg_extend_view('page/elements/sidebar', 'myplugin/suggested_friends');

    Then in your myplugin/suggested_friends view you can output the suggested friends stuff.  If you're using my suggested friends plugin I believe there are some convenience functions (possibly even just a view you can call, I can't remember, it's been a while).