Deleting visitors comments

This part explain how to delete comments posted by visitors.

To do so, you need to be authenticated as admin, then browse to the picture containing the comment(s) you want to delete, you’ll see a “Delete” link just next to the date of the comment (Ref: D1), click on the link, confirm the action et voila.

3.10. Manual handling of thumbnails

So you want to make it the hard way, up to you ! You’ll have to do manually what is normally done automatically by phpGraphy.

  1. Create a .thumbs/ subdirectory under the directory where you’ve your original pictures.
  2. Upload thumbnail version of your pictures into the .thumbs/ directory following this naming convention. Add the thumb_ prefix followed by the original filename (eg: for a file named test.jpg, upload a thumbnail named thumb_test.jpg).
  3. Upload low-resolution version of your pictures into the .thumbs/ directory following this naming convention. Add the lr_ prefix followed by the original filename (eg: for a file named test.jpg, upload a thumbnail named lr_test.jpg).