2
Quote:
How do I delete email field of the comments ?
Start by looking in the file:
\include\comment_form.php
You can probably comment out the line:
$cform->addElement(new XoopsFormText(_CM_EMAIL, 'com_email', 50, 60, $com_email), true);
but you would basically hack the core, so it would be your responsibility to
test if it doesn't break anything. And make sure that you document all the changes, because if you upgrade XOOPS in the future, you'll have to do it again.
Quote:
How do I add a field name (sender) in the comments section?
You already have the field called "Name" - just rename it to "Sender"