oh... i get it..
ok let me check that, I guess its not hard to add an option. I'll edit my post if i find a way to do it.
--------------- Added [DATE]1256590480[/DATE] at [TIME]1256590480[/TIME] ---------------
Ok i found a way to do this.
1- go to your Admin CP > styles & templates > Search in templates.
look for postbit_legacy or postbit. if your forum posts looks like here then edit "postbit" but if you use the vertical mode then edit "postbit_legacy", of course you can edit both if you wish.
2- Search for "$template_hook[postbit_user_popup]"
above add:
Code:
<if condition="$show['admincplink']">
<tr><td class="vbmenu_option"
<a href="moderator.php?$session[sessionurl]do=useroptions&u=$post[userid]">Edit User Profile</a></td></tr></if>
That will show add the link "Edit user profile" in the list and only users with admin CP access will see it.
3- save.
done !