With all due respect to Mr. hucste - a lot of work involved with his coding project - I cannot get this plugin to work on ANY theme. Anyone care to assist?
And I am happy to document the changes needed - to help others.
New 1.3 install - all the standard themes work perfectly with 20 test images. (this is my sandbox - I have used zenphoto for a year now.)
I download and extract, and install zenpaypal 1.1.6 into /plugins/
I see a zenpaypal folder within the /plugins/ that has a file called zenpaypal.php
I see inside this same folder - /plugins/zenpaypal/: changelog, install, todo, zenpaypal.css
I edit and verify that the themes/zenpage/images.php file on the godaddy server has the mod:
<div id="narrow">
<?php if(function_exists('zenPaypal')) zenPaypal(); ?>
<p><?php printImageDesc(true); ?></p>
<?php printTags('links', gettext('[b]Tags:[/b]').' ', 'taglist', ', '); ?>
<br style="clear:both;" />
<?php if (function_exists('printSlideShowLink')) {
echo '<span id="slideshowlink">';
printSlideShowLink(gettext('View Slideshow'));
echo '</span>';
}
?>
I close and re-open my admin account to zenphoto, and I can find zero reference to zenpaypal within any theme, option or plugin "section" - yet I see the images.php file as modified by the install recommendations.
Obviously I am doing something boneheaded - help?