Plugin Directory

trung_presszen

This is an extension for Wordpress to integrate ZenPhoto into your Wordpress installation. It required ZenPhoto installed on the same server and very easy to install (thanks to Wordpress easy plug-in system).

There is one minor conflict in 2 systems in gettext functions, you will have to modify 2 lines of code in Zenphoto to make this work. No danger at all.

Installation : ATTENTION : FROM VERSION 1.1.7 OF ZENPHOTO, STEP 2 ARE NOLONGER REQUIRED, SKIP IT IF YOUR ZP VERSION > 1.1.7 1. Download the zip file and extract to Wordpress plug-in directory.

  1. Edit {ZENPHOTO}/zp-core/lib-gettext/gettext.inc

About line 33, replace

require('streams.php'); require('gettext.php');

with if (!classexists('StreamReader')) { require('streams.php'); } if (!classexists("gettext_reader")) { require('gettext.php'); }

and about line 190:

replace

return _gettext($msgid); }

return _gettext($msgid); } }

  1. Go to wordpress admin page, activate the plug-in, then go to Trung_ZenPress Configuration under plug-in tab, fill in the required information .

    • Zenpath : Path to zenphoto installation
    • Slug : the slug name of the page you want to be gallery (create a page and fill its slug here)

There you go, ZenPhoto is resided in your wordpress page.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1 ratings)