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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 :)