View Single Post
Old February 28th, 2007, 09:02 AM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,668
Yes that means something is not approved. Your seeing nothing in admin for photos or comments?

You can run these queries in phpmyadmin or if your gallery tables are in the same database as the forums you can use their sql box

UPDATE pp_photos SET approved=1 WHERE approved=0;

UPDATE pp_comments SET approved=1 WHERE approved=0;
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote