<?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: Bug fix version Preview 3</title>
	<atom:link href="http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/</link>
	<description>spice up your user's navigation experience</description>
	<lastBuildDate>Tue, 06 Jul 2010 19:12:46 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: I added the &#34;I feel lucky&#34; button to my pagebar</title>
		<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/comment-page-1/#comment-150</link>
		<dc:creator>I added the &#34;I feel lucky&#34; button to my pagebar</dc:creator>
		<pubDate>Mon, 19 Nov 2007 20:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/hacks/wp/pagebar/blog/2007/09/19/bug-fix-version-preview-3/#comment-150</guid>
		<description>[...] on the weblog of the writer of the plugin if he could add a button which would show a random page (here), but unfortunately the writer, latz, didn&#8217;t want to implement such a [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #FFFF95; padding: 5px;">
<p>[...] on the weblog of the writer of the plugin if he could add a button which would show a random page (here), but unfortunately the writer, latz, didn&#8217;t want to implement such a [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward de Leau</title>
		<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/comment-page-1/#comment-149</link>
		<dc:creator>Edward de Leau</dc:creator>
		<pubDate>Mon, 19 Nov 2007 19:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/hacks/wp/pagebar/blog/2007/09/19/bug-fix-version-preview-3/#comment-149</guid>
		<description>For a Random page just add the following function:

function randomPage($max_page) {
  global $pbOptions;
  if ($pbOptions[&quot;pdisplay&quot;] == &quot;never&quot;)
    return;
  $text = &quot;I feel lucky!&quot;;
  srand(time());
  $random = (rand()%$max_page);
  echo &#039; &lt;a href=&quot;&#039;.get_pagenum_link($random).&#039;&quot; rel=&quot;nofollow&quot;&gt;&#039;.$text.&#039;&lt;/a&gt;&#039;;
}

and then call it from the bottom of the calling pagebar function:

  randomPage($max_page);</description>
		<content:encoded><![CDATA[<p>For a Random page just add the following function:</p>
<p>function randomPage($max_page) {<br />
  global $pbOptions;<br />
  if ($pbOptions["pdisplay"] == &#8220;never&#8221;)<br />
    return;<br />
  $text = &#8220;I feel lucky!&#8221;;<br />
  srand(time());<br />
  $random = (rand()%$max_page);<br />
  echo &#8216; <a href="'.get_pagenum_link($random).'" rel="nofollow">&#8216;.$text.&#8217;</a>&#8216;;<br />
}</p>
<p>and then call it from the bottom of the calling pagebar function:</p>
<p>  randomPage($max_page);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: latz</title>
		<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/comment-page-1/#comment-140</link>
		<dc:creator>latz</dc:creator>
		<pubDate>Mon, 05 Nov 2007 10:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/hacks/wp/pagebar/blog/2007/09/19/bug-fix-version-preview-3/#comment-140</guid>
		<description>Could be easily done but I don&#039;t want to implement such a feature. Sorry.</description>
		<content:encoded><![CDATA[<p>Could be easily done but I don&#8217;t want to implement such a feature. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cogmios</title>
		<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/comment-page-1/#comment-139</link>
		<dc:creator>Cogmios</dc:creator>
		<pubDate>Sat, 03 Nov 2007 00:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/hacks/wp/pagebar/blog/2007/09/19/bug-fix-version-preview-3/#comment-139</guid>
		<description>Great plugin! Is it possible to make a &quot;random page&quot; button to the right?</description>
		<content:encoded><![CDATA[<p>Great plugin! Is it possible to make a &#8220;random page&#8221; button to the right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Luthe</title>
		<link>http://www.elektroelch.de/hacks/wp/pagebar/2007/09/bug-fix-version-preview-3/comment-page-1/#comment-94</link>
		<dc:creator>Marco Luthe</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/hacks/wp/pagebar/blog/2007/09/19/bug-fix-version-preview-3/#comment-94</guid>
		<description>Hi,

very nice plugin! 

You should change the URI provided in the php-file of the plugin, because it links to an invalid location (http://www.elektroelch.de/hacks/wp/pagebar.html instead of http://www.elektroelch.de/hacks/wp/pagebar/).

Regards,
Marco</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice plugin! </p>
<p>You should change the URI provided in the php-file of the plugin, because it links to an invalid location (<a href="http://www.elektroelch.de/hacks/wp/pagebar.html" rel="nofollow">http://www.elektroelch.de/hacks/wp/pagebar.html</a> instead of <a href="http://www.elektroelch.de/hacks/wp/pagebar/)" rel="nofollow">http://www.elektroelch.de/hacks/wp/pagebar/)</a>.</p>
<p>Regards,<br />
Marco</p>
]]></content:encoded>
	</item>
</channel>
</rss>
