Sorry it took so long for me to reply but rescue has been VERY hectic. No, it's checked and there are no photos or comments to be moderated shown.
I ran the SQL Queries you suggested and got this:
SQL query:
UPDATE pp_photos SET approved =1 WHERE approved =0;
MySQL said: Documentation
#1146 - Table 'bboards.pp_photos' doesn't exist
Same thing for pp_comments
There is a comments section and a photo section, however.. and those appear to be photopost's since the comments are those showing in photopost when I check.
Can you tell me how much it will cost to get your to upgrade our photopost and also check the whole layout and that everything works? Since the last upgrade the comments posted have become almost nonexistant while before the upgrade we have a very active photo gallery. We did require registration, so I'd have expected some drop.. but not to near zero... and the vbulletin board has been going strong despite requiring membership.
Linda
Quote:
Originally Posted by Chuck S 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; |