4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Ersen on September 18, 2012, 06:35:22 PM

Title: how do i move a group of pictures?
Post by: Ersen on September 18, 2012, 06:35:22 PM
i want to move 300 pictures which is belongs to category id to 14 from 98. It is too hard to edit by hand one by one.

which source do i write to the sql area in phpmyadmin?
Title: Re: how do i move a group of pictures?
Post by: Ersen on September 19, 2012, 11:44:19 PM
I found it.

UPDATE 4images_images SET cat_id= 98 WHERE cat_id= 14;

i am so happy :)
Title: Re: how do i move a group of pictures?
Post by: V@no on September 20, 2012, 04:35:08 AM
Don't forget move image files to media/98 folder...
Title: Re: how do i move a group of pictures?
Post by: Ersen on September 21, 2012, 03:40:49 PM
Yes i moved images in data/media/14 to 98 and data/thumbnails/14 to 98 folder. And i deleted images in data and thumbnail 14 folders. Because when i clicked check new images, admin panel showed these images again.