View Single Post
Old January 22nd, 2006, 07:55 PM   #1 (permalink)
aacircle
Member
Verified Customer
 
aacircle's Avatar
 
Join Date: Jan 2006
Posts: 207
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>
aacircle is offline   Reply With Quote