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.
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); } }
Go to wordpress admin page, activate the plug-in, then go to Trung_ZenPress Configuration under plug-in tab, fill in the required information .
There you go, ZenPhoto is resided in your wordpress page.




