View Single Post
  #2  
Old 03-03-2006, 08:11 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

In the PhotoPlog edit.php file find:
Code:
Content visible to registered users only.
And beforehand add the following:
Code:
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:
Code:
Content visible to registered users only.
And replace query_first with query_write as follows:
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote