I've arleady added it into memberinfo page, using that code:
PHP Code:
include_once(DIR . '/includes/functions_steamconnect.php');
$user_info = fetch_userinfo($prepared['userid']);
if ($steam_id = get_user_steamid($user_info)) {
$template_hook['profile_sidebar_before_usermenu'] .= '<div class="steamprofile" title="'.$steam_id.'"></div>';
}
Added on sitebar, creating my own template_hook to place it right after profile picture, but you can choose any of the template_hooks arleady exists or place it in template using {vb:raw prepared.steamid} instead of {vb:raw post.steamid}.
To author: when will you publish new version with fixed issues with private message and quickreply/quickedit?