Sidebar recent activity

You can create an addon that uses the forum_list_sidebar hook from the forum_list template. That will allow you to add content to the sidebar on the index page. Using that template hook you need to write code to fetch the recent activity and then append it to the contents of the hook.
 
Top Bottom