<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - how to put looping function in Navigation</title>
			<lastBuildDate>Sun, 19 Apr 2026 09:02:52 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>how to put looping function in Navigation</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13688#Comment_13688</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13688#Comment_13688</guid>
		<pubDate>Thu, 24 Mar 2011 04:54:09 +0000</pubDate>
		<author>omarfarooque</author>
		<description>
			<![CDATA[I am trying to make this function in Plogger witch allow me next and previous looping .<br />When you got last image then click next button then go to first image .. and when you got first image then click to previous button then you go to last <br /><br />Please help me to make this <br />Thank you]]>
		</description>
	</item>
	<item>
		<title>how to put looping function in Navigation</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13689#Comment_13689</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13689#Comment_13689</guid>
		<pubDate>Thu, 24 Mar 2011 05:48:58 +0000</pubDate>
		<author>Dianamo</author>
		<description>
			<![CDATA[Hi,<br /><br />Go to your plog\includes\plog-functions.php<br />in function: plogger_get_next_picture_url()<br />C&P this:<br />	if($current_picture==sizeof($image_list)-1) {<br />	   $next_link = generate_url('picture', $image_list[0]);<br />	}<br />before<br />	return $next_link;<br /><br />and in: plogger_get_prev_picture_url() <br />C&P this:<br /> 	if($current_picture==0) {<br />	   $prev_link = generate_url('picture', $image_list[sizeof($image_list)-1]);<br />	}<br />before<br />	return $prev_link;<br /><br />and that's it.<br /><br />Regards,<br />Dianamo]]>
		</description>
	</item>
	<item>
		<title>how to put looping function in Navigation</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13690#Comment_13690</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3538&amp;Focus=13690#Comment_13690</guid>
		<pubDate>Thu, 24 Mar 2011 06:11:01 +0000</pubDate>
		<author>omarfarooque</author>
		<description>
			<![CDATA[very very thanks <br />it's working <br />waoowwwww !!!!]]>
		</description>
	</item>
	
		</channel>
	</rss>