PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old March 4th, 2007, 12:29 AM   #1 (permalink)
Member
 
Join Date: Jan 2007
Posts: 86
Bulk Move using MySql Statements/Queries Directly

Assuming that I want to globally move all the photos which have the words "xyz" in their title, can I use MySql Commands directly to move/update the database rather than use bulk actions and change categories for the same manually which is too time consuming and slow.

For ex: If I want to move all the photos which have the exact word "Nice Photo" in title to cat 158, I would use the following command

update pp_photos set cat = '518' where title = 'Nice Photo';

Similarly, if I want to update the cat values for LIKE type keywords, then I would use the foll:

update pp_photos set cat = '518' where title like '%keyword%';

Of course I would not blindly just run these commands, I would first run the select * from pp_photos where title = 'Nice Photo'; and the other LIKE command to check out the results it shows, so I can decide whether they include only those ones which I want to move/update. If not I would use more specific commands.

I can say that I am pretty proficient with MySql, so that should not be a problem.

I just want to ask whether this would lead to any problems if I do it manually. The only thing would be that it would not auto send email alerts to the image posters that their images have been moved.

Please let me know.
mihirp is offline   Reply With Quote
Old March 4th, 2007, 10:57 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
You can not use sql statements alone to change where photos are located because the same resulting action of actually moving the physical photo needs to be done also so you must use the bulk or approve photo displays in admin
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 4th, 2007, 01:12 PM   #3 (permalink)
Member
 
Join Date: Jan 2007
Posts: 86
Oh yes, I forgot that part. How about adding a new feature in Admin to Search for Photos based on keywords and move them together. This would be a very very helpful feature and I had also posted this earlier.

Thanks for your reply, Chuck.
mihirp is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error with bulk move Fortissimo Photopost Pro Installation & Upgrades 16 July 10th, 2007 10:52 AM
Bulk Move Issue Debbie General Discussion 1 December 14th, 2006 07:30 PM
Problems with Bulk Move Debbie Photopost Pro Installation & Upgrades 1 December 13th, 2006 10:54 PM
Bulk Move CATEGORIES? Steve_C Photopost Pro How Do I...? 6 June 23rd, 2005 11:08 PM


All times are GMT -5. The time now is 11:12 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0