coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Totoro on March 23, 2004, 05:19:57 PM

Title: [Solved]: How can I modify Titles by batch process ?
Post by: Totoro on March 23, 2004, 05:19:57 PM
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
Title: [Solved]: How can I modify Titles by batch process ?
Post by: bit bit spears on March 24, 2004, 05:58:27 AM
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)
Title: [Solved]: How can I modify Titles by batch process ?
Post by: Joachim Müller on March 24, 2004, 07:35:38 AM
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
Title: [Solved]: How can I modify Titles by batch process ?
Post by: Totoro on March 25, 2004, 10:55:43 AM
Thx Gaugau ;)

In fact, the "resize tool" wasn't clear enough for me ;)

Now, I know :)