PDA

View Full Version : [Closed via Lite v.2.0.0] Comment Counts dont get updated


theguywhoknowz
03-03-2006, 07:13 PM
When you move the file to different category, you can see it abvious on my testing website http://www.GameReviews.com

Morgan
03-03-2006, 09:11 PM
In the PhotoPlog edit.php file find:
Content visible to registered users only.
And beforehand add the following:
Content visible to registered users only.
Then from your browser edit the image and save, and next cache update the counts will correct.

Also, as an aside, in the PhotoPlog comment.php and delete.php files find:
Content visible to registered users only.
And replace query_first with query_write as follows:
Content visible to registered users only.