View Single Post
Old May 26th, 2006, 03:19 AM   #13 (permalink)
kwrd
Member
Verified Customer
 
Join Date: Mar 2004
Posts: 56
I just figured out a workaround for this -- and thought I'd post it here in case others are struggling with this same issue.

I removed the photo description field from the uploadphoto.php page - and users simply add the description on the next page (bulkupload.php). To do this, I edited the uploadphoto.tmpl file as follows:

Remove this code:

<tr>
<td class="{$Style['tddetails']}" align="left"><span class="{$Style['small']}">{$Globals['pp_lang']['photodesc']}</span></td>
<td class="{$Style['tddetails']}" align="left"><textareahtml name="defdesc" cols="50" rows="10"></textareahtml></td>
</tr>


and replace it with this code:

<input type="hidden" name="defdesc" value="">
kwrd is offline   Reply With Quote