Adding the Forum topic titles to a widget on the main page
Using Jamroom
I've made it into a Template Code widget with this in the template -
{jrCore_list module="jrForum" search1="forum_profile_id = 2" order_by="forum_updated numerical_desc" limit="5" quota_check=false}
Forum lists are a bit different as they nearly always need that quota_check=false parameter to make them work, so doing it this way allows that to be added. Its needed because those posting on forums don't always have the Forum module enabled in their quota, so this parameter tells the jrCore_list call not to check for the Forum module being enabled.