[Solved]: How can I modify Titles by batch process ? [Solved]: How can I modify Titles by batch process ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: How can I modify Titles by batch process ?

Started by Totoro, March 23, 2004, 05:19:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Totoro

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

bit bit spears

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)

Joachim Müller

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

Totoro

Thx Gaugau ;)

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

Now, I know :)