Zenphotopress modification

I asked a programmer to modify the Zenphotopress plugin, so that people can use a simple code and display the whole gallery in a wordpress post or page.

For example:

[zenphotopress]gallery=109[/zenphotopress]

This will display all the thumbnails of the gallery 109 (id in the album table) and link to the image directly.

I think that programmer also fix a problem of the script. The script seems can’t display the thumbs correctly I think it should work now.

I also sent the script to Simbul, see if he’s willing to include my modifictioans in his script.

You can download the script here

Installation:

  • Just install it like normal wordpress plugin
  • Set your zenphoto database under wordpress database
  • If you use mod_rewrite, remember to edit the .htaccess in order to show the correct path of your zenphoto directory
  • If you want to see the database id in your theme, you can use “id: <?php echo getAlbumID();?>” in your theme

Leave a Reply