Quote:
Originally Posted by onehost
I would be greatful if you posted the info on adding that delete button/link and
info how to block users from using profile for x number of posts.
|
I tucked the delete link inside the <if> conditional for the Edit User Profile link. The code in
red is what I added:
Code:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
<li class="thead"><a href="admincp/user.php?do=remove&u=$userinfo[userid]" style="color:red; font-face:bold">Delete User Profile</a></li>
</if>
Obviously, if you've renamed the location of your Admin CP, you'd want to account for that in the link.