Moving comments to Title field Moving comments to Title field
 

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

Moving comments to Title field

Started by Paul333, May 08, 2008, 03:27:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Paul333

Is there an easy way to move ALL comments from the "description" field to the "title" field for each image ?

Paul333

Probably didn't explain that too well.

I've uploaded a lot of images and populated the "description" field with info rather than the "title" field. I now realise those comments don't show unless I enable display of all the file information ...... which I don't want to do.

Thought there may be a database move (SQL ?) that will shift the whole lot in one go.

Nibbler

UPDATE cpg_pictures SET title = caption

Change the prefix as appropriate.