Quote:
Originally Posted by Michael P 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?