This is a nice little add-in; however, it only works with admins. Any ideas as to how this can be set to work for moderators of the forum as well? As has been mentioned, it's a direct link to the admincp function which means it needs admin access?
[edit] found the workaround... find in the MEMBERINFO template:
Code:
<a href="admincp/usertools.php?$session[sessionurl]do=doips&username=$userinfo[username]">
and replace with:
Code:
<a href="modcp/user.php?$session[sessionurl]do=doips&username=$userinfo[username]">
Should work for both mods and admins with this setting.