Quote:
Originally Posted by Mark4865
Hello Dylan,
Can you tell me exactly what code needs to removed in the template garage_vehicle_edit template please as I would like to remove these extra fields and dont want to remove anything critical. Would alslo like to remove the nickname field.
thanks in advance for the help
|
Open template garage_vehicle_edit
Find and delete
Code:
<tr>
<td><b>{vb:rawphrase garage_thead_nick}</b>
</td>
<td>
<input type="text" id="nickname" name="nickname" maxlength="70" size="45" value="{vb:raw my_vehicle_data[nickname]}">
</td>
</tr>
Find and delete
Code:
<tr>
<td><b>{vb:rawphrase garage_fuel_pref}</b>
</td>
<td>
<select id="fuel_preference" name="fuel_preference">
{vb:raw fuel_type_option}
</select>
</td>
</tr>
That will remove the nickname field and the blank field.