<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - How can I modify &amp;lt;?php the_plogger_gallery(); ?&amp;gt; to include specific album/collection?</title>
			<lastBuildDate>Sat, 14 Mar 2026 04:57:27 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>How can I modify &lt;?php the_plogger_gallery(); ?&gt; to include specific album/collection?</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=11805#Comment_11805</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=11805#Comment_11805</guid>
		<pubDate>Sat, 21 Nov 2009 17:40:34 +0000</pubDate>
		<author>Bewitched</author>
		<description>
			<![CDATA[Well, I have tried that trick with <br /><code >&lt;?php<br />require('gallery.php');<br />if ($GLOBAL['plogger_level']=='collections' || $GLOBAL['plogger_level']=='collection' ) {<br />  $GLOBALS['plogger_level'] = 'album';<br />  $GLOBALS['plogger_id'] = #; // Enter the id# of the album here<br />}<br />?&gt;<br /><br />[more code goes here]<br /><br />&lt;?php the_gallery_head(); ?&gt;<br /><br />[more code goes here]<br /><br />&lt;?php the_gallery(); ?&gt;</code><br />But my web site is getting confused with <em >"if ($GLOBAL['plogger_level']=='collections' || $GLOBAL['plogger_level']=='collection' ) {"</em> and doesn't work with it properly. I've tried this too:<br /><code > &lt;?php include('www.mywebsite/plogger/?level=album&amp;id=1');?&gt;</code><br />It worked but after I click on the thumbnail it "leaves" my design and appears in the blank page. I've tried to modify header and footer of my skin, but this ruined my design somehow (and I couldn't fix it). <br /><br />I have figured out that &lt;?php the_plogger_gallery(); ?> works perfectly but doesn't allow me to include specific album or collection. So is there any possibility to modify this peace of code to do this thing?<br /><br />Thanks]]>
		</description>
	</item>
	<item>
		<title>How can I modify &lt;?php the_plogger_gallery(); ?&gt; to include specific album/collection?</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=11816#Comment_11816</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=11816#Comment_11816</guid>
		<pubDate>Tue, 24 Nov 2009 12:23:42 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[Bewitched,<br /><br />It should be:<br /><code >if ($GLOBALS['plogger_level']=='collections' || $GLOBALS['plogger_level']=='collection' ) {</code><br />note the 'S' on the end of $GLOBALS.  Sorry if that was posted somewhere and you copied and pasted incorrect code (let me know if you did find it somewhere and I can edit the post).]]>
		</description>
	</item>
	<item>
		<title>How can I modify &lt;?php the_plogger_gallery(); ?&gt; to include specific album/collection?</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=13336#Comment_13336</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=13336#Comment_13336</guid>
		<pubDate>Tue, 28 Sep 2010 00:24:16 +0000</pubDate>
		<author>AJ28</author>
		<description>
			<![CDATA[Doh! I've been looking for this answer everywhere!! After having seen it originally in this post: <a href="http://www.plogger.org/forum/discussion/2656/embedding-a-single-collection-or-album/" >embedding-a-single-collection-or-album</a> and tearing my hair out cause it would not work, this makes it much better.<br /><br />I am however now getting:<br /><br /><blockquote ><br />No Albums<br /><br />Sorry, but there are no images or albums in this collection yet.<br /></blockquote><br /><br />Any helpful pointer would be much appreciated.<br />--<br />Thanks<br />AJ]]>
		</description>
	</item>
	<item>
		<title>How can I modify &lt;?php the_plogger_gallery(); ?&gt; to include specific album/collection?</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=13625#Comment_13625</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=2959&amp;Focus=13625#Comment_13625</guid>
		<pubDate>Sun, 27 Feb 2011 00:40:57 +0000</pubDate>
		<author>metafarion</author>
		<description>
			<![CDATA[I, too, am having this problem with an embedded plogger gallery.  I've set $GLOBALS['plogger_level'] and $GLOBALS['plogger_id'] to open a specific album and it seems to half work; the album title appears correctly, but no images appear.<br /><br />Instead, I see the &quot;No Images&quot; &quot;Sorry, but there are no images in this album yet.&quot; messages when there are certainly images in the album.  Is there another variable that needs setting to make this work?]]>
		</description>
	</item>
	
		</channel>
	</rss>