Moving comments to Title field Moving comments to Title field
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.