<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding A Zenphoto Gallery To Your WordPress</title>
	<atom:link href="http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/</link>
	<description>Web - Video - Graphic Design</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ether skawtus</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-557</link>
		<dc:creator>ether skawtus</dc:creator>
		<pubDate>Mon, 01 Nov 2010 22:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-557</guid>
		<description>Hey Chad,

If you want subalbums to display, insert a chunk of code from the zp-index.php, into the zp-album.php.

A simple example is to insert this:


		
			
			
				&lt;a href=&quot;&quot; title=&quot;View album: &quot;&gt;
				
				&lt;/a&gt;
				
					
					&lt;a href=&quot;&quot; title=&quot;View album: &quot;&gt;&lt;/a&gt;
					
				
				
			
			
		



into your zp-album.php

in between the lines:
		
and
			</description>
		<content:encoded><![CDATA[<p>Hey Chad,</p>
<p>If you want subalbums to display, insert a chunk of code from the zp-index.php, into the zp-album.php.</p>
<p>A simple example is to insert this:</p>
<p>				&lt;a href=&quot;&#8221; title=&#8221;View album: &#8220;&gt;</p>
<p>					&lt;a href=&quot;&#8221; title=&#8221;View album: &#8220;&gt;</p>
<p>into your zp-album.php</p>
<p>in between the lines:</p>
<p>and</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-85</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 07 Sep 2010 22:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-85</guid>
		<description>Any way to add subalbums to the Wordpress themes.  Any of my albums with subalbums do not display at all, only the albums with images.</description>
		<content:encoded><![CDATA[<p>Any way to add subalbums to the WordPress themes.  Any of my albums with subalbums do not display at all, only the albums with images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zephyr</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-84</link>
		<dc:creator>Zephyr</dc:creator>
		<pubDate>Mon, 02 Aug 2010 23:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-84</guid>
		<description>I also get a &quot;printSortableGalleryLink&quot; error on my main gallery page. think i&#039;m gonna ditch this gallery too... though it was so promising</description>
		<content:encoded><![CDATA[<p>I also get a &#8220;printSortableGalleryLink&#8221; error on my main gallery page. think i&#8217;m gonna ditch this gallery too&#8230; though it was so promising</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zephyr</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-83</link>
		<dc:creator>Zephyr</dc:creator>
		<pubDate>Mon, 02 Aug 2010 04:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-83</guid>
		<description>I did as instructed, but as mentioned by a previous poster, the link between WP and Zenphoto control panel is broken (cannot load.) 

I changed the add_menu_page(‘ZenPhoto’, ‘ZenPhoto’, 1, “../$name/zen/admin.php”);

to

add_menu_page(‘ZenPhoto’, ‘ZenPhoto’, 1, “../$name/zp-core/admin.php”);

What am I missing?</description>
		<content:encoded><![CDATA[<p>I did as instructed, but as mentioned by a previous poster, the link between WP and Zenphoto control panel is broken (cannot load.) </p>
<p>I changed the add_menu_page(‘ZenPhoto’, ‘ZenPhoto’, 1, “../$name/zen/admin.php”);</p>
<p>to</p>
<p>add_menu_page(‘ZenPhoto’, ‘ZenPhoto’, 1, “../$name/zp-core/admin.php”);</p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Cushing</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-80</link>
		<dc:creator>Paul Cushing</dc:creator>
		<pubDate>Wed, 19 May 2010 02:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-80</guid>
		<description>That&#039;s right eric. I forgot about that little part. The plugin was based on past versions of zenphoto and assumed the base directory would be at &quot;zen&quot;. I don&#039;t recall what version changed the base directory, but for the most recent versions you&#039;ll need to modify the plugin as eric has mentioned by changing the link to zenphoto&#039;s admin area from
 ../$name/zen/admin.php
 to
../$name/zp-core/admin.php 

Thanks eric</description>
		<content:encoded><![CDATA[<p>That&#8217;s right eric. I forgot about that little part. The plugin was based on past versions of zenphoto and assumed the base directory would be at &#8220;zen&#8221;. I don&#8217;t recall what version changed the base directory, but for the most recent versions you&#8217;ll need to modify the plugin as eric has mentioned by changing the link to zenphoto&#8217;s admin area from<br />
 ../$name/zen/admin.php<br />
 to<br />
../$name/zp-core/admin.php </p>
<p>Thanks eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-79</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 17 May 2010 18:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-79</guid>
		<description>installed newest version of zenphoto and the plugin file had to be modified

add_menu_page(&#039;ZenPhoto&#039;, &#039;ZenPhoto&#039;, 1, &quot;../$name/zen/admin.php&quot;);

to

add_menu_page(&#039;ZenPhoto&#039;, &#039;ZenPhoto&#039;, 1, &quot;../$name/zp-core/admin.php&quot;);</description>
		<content:encoded><![CDATA[<p>installed newest version of zenphoto and the plugin file had to be modified</p>
<p>add_menu_page(&#8216;ZenPhoto&#8217;, &#8216;ZenPhoto&#8217;, 1, &#8220;../$name/zen/admin.php&#8221;);</p>
<p>to</p>
<p>add_menu_page(&#8216;ZenPhoto&#8217;, &#8216;ZenPhoto&#8217;, 1, &#8220;../$name/zp-core/admin.php&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Barrento</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-40</link>
		<dc:creator>Eduardo Barrento</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-40</guid>
		<description>...one more thing: the integration is not complete, I have to change the way ZP part is shown now, and, for exemple, the comment form does not work anymore...</description>
		<content:encoded><![CDATA[<p>&#8230;one more thing: the integration is not complete, I have to change the way ZP part is shown now, and, for exemple, the comment form does not work anymore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Barrento</title>
		<link>http://www.rektproductions.com/adding-a-zenphoto-gallery-to-your-wordpress/comment-page-1/#comment-39</link>
		<dc:creator>Eduardo Barrento</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rektproductions.com/?p=97#comment-39</guid>
		<description>Hi,
I follow the steps. Almost everything is ok, except: 
a) the link between WP admin and ZP admin does not work (says: &quot;Cannot load &quot;.

b) the ZP admin does not have the options tab anymore, and I cant log out because the password field in the login form has been changend by a capcha, and when you enter the capcha, it says a request was sent (dont know where, not to my email)...
Any ideias? thanks
My site http://www.barrento.com/wordpress/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I follow the steps. Almost everything is ok, except:<br />
a) the link between WP admin and ZP admin does not work (says: &#8220;Cannot load &#8220;.</p>
<p>b) the ZP admin does not have the options tab anymore, and I cant log out because the password field in the login form has been changend by a capcha, and when you enter the capcha, it says a request was sent (dont know where, not to my email)&#8230;<br />
Any ideias? thanks<br />
My site <a href="http://www.barrento.com/wordpress/" rel="nofollow">http://www.barrento.com/wordpress/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 2/14 queries in 0.019 seconds using disk: basic
Object Caching 389/389 objects using disk: basic

Served from: www.rektproductions.com @ 2012-02-05 02:38:24 -->
