View Single Post
Old April 11th, 2008, 05:31 PM   #8 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
Quote:
Originally Posted by Michael P View Post
You could run a query on your DB:

update photos SET ismature=1 WHERE cat=###;

(add in your prefix if you have one)
my prefix is pp_

so that would be:
update pp_photos SET ismature=1 WHERE cat=###;

correct?

Would be nice if you can just do that per category, or bulk photo edit. Basically just have to set a query then to do this based on all pics in category, correct?
skidpics is offline   Reply With Quote