Hello,
I see that users can delete their own comments, and edit their names in the comments...
How to disable this ? But i would that the administrator can do it..
Thanks
Actually, they cannot edit their name, it just looks like they can, but when they try it just remains the same.
To remove the delete button, open your theme.php, find and delete this code;
<a href="delete.php?msg_id={MSG_ID}&what=comment" onclick="return confirm('{CONFIRM_DELETE}');"><img src="images/delete.gif" border="0" align="absmiddle" ></a>