First, you'll need a plugin that will get all that information for you for the user.
Then, you'll need to 'make' the box in your FORUMHOME template. I don't think there is a template_hook in the area you are talking about. You may make one of your own and then put this new code into a new template. Then at the end of your plugin, you can just eval the template - eval('$template_hook[your_template_hook] .= " ' . fetch_template('your_template') . '";');
|