jupload inserts image title below the image on thumbnail view, how to disable? jupload inserts image title below the image on thumbnail view, how to disable?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

jupload inserts image title below the image on thumbnail view, how to disable?

Started by bickyz, October 24, 2008, 05:32:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bickyz

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.

etienne_sf

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

bickyz