|
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;
|