You could put this somewhere in the
postbit or
postbit_legacy template:
Code:
<if condition="$show['admincplink']">
<a href="admincp/user.php?$session[sessionurl]do=edit&u=$post[userid]" target="_blank">User Admin</a>
</if>
I haven't tested this, but it should work. It will open the user's admin page in a new window, and will only be visible to admins.
If you don't want it to open a new window, remove
target="_blank".