coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: bickyz on October 24, 2008, 05:32:27 PM

Title: jupload inserts image title below the image on thumbnail view, how to disable?
Post by: bickyz on October 24, 2008, 05:32:27 PM
hi, every image upload i do with jupload inserts a image title below the image in the thumbnail views, how do i disable this option. From the admin menu i have all of these set to NO but still it displays the image title below the thumbnail.

Display file caption (in addition to title) below the thumbnail No      
Display number of views below the thumbnail    No    
Display number of comments below the thumbnail No    
Display uploader name below the thumbnail No    
Display file name below the thumbnail No

jupload extracted the firstpart of the filename and made it as a image title. eg for DSC001.JPG, the image title it has extracted is DSC001.

but if i upload any picures via ftp it wont display image title. what i saw in the database under the pictures table is that jupload inserts first part of the image name in the title field whereas ftp uploads leave this field blank.
Title: Re: jupload inserts image title below the image on thumbnail view, how to disable?
Post by: etienne_sf on October 24, 2008, 10:54:36 PM
RTFM

This is a JUpload configuration parameter. You have to go to the JUpload configuration page.

The parameter you're looking for is: generateDefaultPictureTitle

Etienne
Title: Re: jupload inserts image title below the image on thumbnail view, how to disable?
Post by: bickyz on October 25, 2008, 08:07:24 PM
thanks.