| Image Description Field Missing
Has anyone been trying to upload a photo, yet the field to enter the image description is missing? Well the problem is once again in the syntax in the uploadphoto.tmpl file.
Open this file and find:
<textareahtml name="defdesc" cols="50" rows="10"></textareahtml>
And replace with:
<textarea name="defdesc" cols="50" rows="10"></textarea>
|