Hello,
I know, this question is pretty basic, but I didn't found any issue in the topics or the faq/documentation ...
when I up my pictures by FTP (no problem at all), the title of the picture is always "blank".
I'd like that the title would be the name of the picture files ...
How can I do that ?
Thanx a lot for your help
Regards
ToToRo
i think that is going to be in the next version of coppermine-
although, if it is not, it would require an extensive amount of coding to do this :wink: get a dev member to post on this thread. 8)
use the "resize tool" from the admin menu after batch-adding to rename the pics per batch. Renaming all pic titles in batch-add will not be a feature in cpg1.3.0, but hopefully there will be multiple http uploads.
You can as well run a query likeUPDATE `cpg11d_pictures` SET `title` = 'your custom title' WHERE `filepath` = 'relative/path/within/album/to/pics/recently/added/';
in phpMyAdmin to change all pic titles at once.
GauGau
Thx Gaugau ;)
In fact, the "resize tool" wasn't clear enough for me ;)
Now, I know :)