View Single Post
Old February 26th, 2005, 10:24 AM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Show that photos are waiting for approval!

I'm not sure if/when that might be an option, but shouldn't be too hard to add with just a little work. If you just searched your files for 'valid = 1', remove that from the WHERE statement in the queries, add the column 'valid' to the SELECT part of the queries, and then alter the construct_image_url() to print out some type of default image for images awaiting approval then that should do the trick.
  Reply With Quote