Quote:
Originally Posted by Kolbi
If have a little question.
If I add a new vehicle there's another field below description.
But the content of this box is not shown on the details site?
The file URL shall be used for? URL to youtube?
|
Sorry, that field wasn't supposed to be there. It's a commercial field I didn't take out. If you edit the garage_vehicle_edit template
Find and delete
Code:
<tr>
<td><b>{vb:rawphrase garage_thead_todolist}</b>
</td>
<td>
<textarea id="todo_list" name="todo_list" rows="8" cols="60">{vb:raw my_vehicle_data[todo_list]}</textarea>
</td>
</tr>