вопрос
how we can add a new field in add comment?
now, for guest we have just 2 field, Name and Email, how we can add a field for example Site or Age or somthing like that?
now, for guest we have just 2 field, Name and Email, how we can add a field for example Site or Age or somthing like that?
Open the file addcomments.tpl and add the next:
<tr>
<td class="label">
Site:
</td>
<td><input type="text" name="site" id="name" class="f_input" /></td>
</tr>
<tr>
<td class="label">
Age:
</td>
<td><input type="text" name="age" id="mail" class="f_input" /></td>
</tr>