Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: How can I modify Titles by batch process ?  (Read 2181 times)

0 Members and 1 Guest are viewing this topic.

Totoro

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 17
[Solved]: How can I modify Titles by batch process ?
« 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
Logged

bit bit spears

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 240
    • TangibleBrit.com
[Solved]: How can I modify Titles by batch process ?
« Reply #1 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)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[Solved]: How can I modify Titles by batch process ?
« Reply #2 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 like
Code: [Select]
UPDATE `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
Logged

Totoro

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 17
[Solved]: How can I modify Titles by batch process ?
« Reply #3 on: March 25, 2004, 10:55:43 am »

Thx Gaugau ;)

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

Now, I know :)
Logged
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 14 queries.