Browse Forum Posts by Tags
-
I don't know whether I just need to put some code in the files or whether this is a setting in CS2007. I would like the ability to hide specific photo galleries from the Photos section of the site. I know I can turn them off, or remove the View property for Everyone and then it dissappears, but if...
-
I have found that moving a photo between galleries involves doing updates on the following database tables: cs_Posts cs_PostAttachments cs_Threads I have scripted a stored procedure that will do all the necessary steps as near as I can figure. This will move photos and any associated comments from one...
-
I feel like I'm overlooking something obvious here, so please slap me upside the head should you feel the need! I want to know how I can delete multiple photos at once. Specifically I'd like to delete all photos associated with a given tag/album. The only method I can find to delete photos is Control...
-
I would like to view and update all the tags of the photos inside one gallery. As far as I know there is no Admin GUI way to do it, so it should be done via SQL. Anyone got tips on which table and maybe an example SQL laying around? Thanks!