<?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: extending stattraq</title>
	<atom:link href="http://boakes.org/hacking-with-wordpress-and-stattraq/feed/" rel="self" type="application/rss+xml" />
	<link>http://boakes.org/hacking-with-wordpress-and-stattraq/</link>
	<description>talking up a better world, over tea</description>
	<lastBuildDate>Thu, 29 Jul 2010 00:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: blog &#187; Blog Archive &#187; Plugins for WordPress</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-214</link>
		<dc:creator>blog &#187; Blog Archive &#187; Plugins for WordPress</dc:creator>
		<pubDate>Fri, 15 Jun 2007 10:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-214</guid>
		<description>[...] ViewCount [...]</description>
		<content:encoded><![CDATA[<p>[...] ViewCount [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Writer&#8217;s Blog &#187; Blog Archive &#187; Little Tweaks</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-213</link>
		<dc:creator>Writer&#8217;s Blog &#187; Blog Archive &#187; Little Tweaks</dc:creator>
		<pubDate>Mon, 05 Feb 2007 21:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-213</guid>
		<description>[...] ViewCount uses the StatTraq table to report on how many times a page has been viewed. Probably no one is really interested in this number aside from myself, but since I like numbers, there it is. [...]</description>
		<content:encoded><![CDATA[<p>[...] ViewCount uses the StatTraq table to report on how many times a page has been viewed. Probably no one is really interested in this number aside from myself, but since I like numbers, there it is. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Contraditorium &#187; Os Plugins Secretos do Contraditorium</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-212</link>
		<dc:creator>Contraditorium &#187; Os Plugins Secretos do Contraditorium</dc:creator>
		<pubDate>Mon, 27 Nov 2006 12:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-212</guid>
		<description>[...] Viewcount [...]</description>
		<content:encoded><![CDATA[<p>[...] Viewcount [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-211</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 30 Mar 2006 06:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-211</guid>
		<description>Hi Ktula, yes, that&#039;s intentional.  You can set the level below which readers are not allowed to see how many views there are.

&lt;code&gt;&lt;?php rjb_get_view_count( $post-&gt;ID, &#039;prefix&#039;, &#039;suffix&#039;, 0); ?&gt;&lt;/code&gt;

In this example I&#039;ve set the admin level to 0, so it&#039;s visible for everyone.</description>
		<content:encoded><![CDATA[<p>Hi Ktula, yes, that&#8217;s intentional.  You can set the level below which readers are not allowed to see how many views there are.</p>
<p><code>&lt;?php rjb_get_view_count( $post->ID, 'prefix', 'suffix', 0); ?&gt;</code></p>
<p>In this example I&#8217;ve set the admin level to 0, so it&#8217;s visible for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ktula</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-210</link>
		<dc:creator>ktula</dc:creator>
		<pubDate>Thu, 30 Mar 2006 03:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-210</guid>
		<description>Is there a reason why the viewcount is only visible when i login to WP as administrator?  If i log out, i don&#039;t see the viewcount per post.</description>
		<content:encoded><![CDATA[<p>Is there a reason why the viewcount is only visible when i login to WP as administrator?  If i log out, i don&#8217;t see the viewcount per post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-02-13 at HawkEye</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-209</link>
		<dc:creator>links for 2006-02-13 at HawkEye</dc:creator>
		<pubDate>Mon, 13 Feb 2006 19:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-209</guid>
		<description>[...] extending stattraq - boakes.org along with the normal metadata which can be seen about any post, iâ€™d like to be able to show how many times that post has been viewed. additionally, by default, i want this information to be restricted to administrators. (tags: WordPress StatTraq Statistics Data Metrics WebServer Analytics Hack Plugins) [...]</description>
		<content:encoded><![CDATA[<p>[...] extending stattraq &#8211; boakes.org along with the normal metadata which can be seen about any post, iâ€™d like to be able to show how many times that post has been viewed. additionally, by default, i want this information to be restricted to administrators. (tags: WordPress StatTraq Statistics Data Metrics WebServer Analytics Hack Plugins) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-208</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Fri, 09 Sep 2005 16:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-208</guid>
		<description>Rich,

I&#039;ve checked it using the vi editor, and the &gt; is the last symbol in my file. It&#039;s pretty weird since it seems to be working for the people out there :-(

Javier.</description>
		<content:encoded><![CDATA[<p>Rich,</p>
<p>I&#8217;ve checked it using the vi editor, and the &gt; is the last symbol in my file. It&#8217;s pretty weird since it seems to be working for the people out there <img src='http://boakes.org/x/wp/live/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Javier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-207</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 09 Sep 2005 16:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-207</guid>
		<description>Hi Javier - the first thing to check is whether there is a space after ?&gt; on line 70.   The &gt; symbol must be the last character in the file (no carriage returns either).</description>
		<content:encoded><![CDATA[<p>Hi Javier &#8211; the first thing to check is whether there is a space after ?&gt; on line 70.   The &gt; symbol must be the last character in the file (no carriage returns either).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-206</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Fri, 09 Sep 2005 15:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-206</guid>
		<description>Hi,

I&#039;ve just installed your 0.0.3 version and wordpress kicks out the following error:

Parse error: parse error, unexpected T_VARIABLE in /var/www/wordpress/wp-content/plugins/viewcount_0.0.3.php on line 42

right after activating the plugin. Any hints?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve just installed your 0.0.3 version and wordpress kicks out the following error:</p>
<p>Parse error: parse error, unexpected T_VARIABLE in /var/www/wordpress/wp-content/plugins/viewcount_0.0.3.php on line 42</p>
<p>right after activating the plugin. Any hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolas Kyramarios</title>
		<link>http://boakes.org/hacking-with-wordpress-and-stattraq/comment-page-1/#comment-205</link>
		<dc:creator>Nikolas Kyramarios</dc:creator>
		<pubDate>Thu, 30 Sep 2004 00:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/hacking-with-wordpress-and-stattraq#comment-205</guid>
		<description>Well unfortunatelly it doesnt work. I guess I am stuck.
Strange thing is that from inside stattraq posts gets the correct id (and url) so I think my db is ok. Any ideas ?
Thanks for looking into it.

&lt;strong&gt;Rich writes:&lt;/strong&gt;Nikolas later contacted me by email to confirm that it&#039;s now working - and it sounds like it may have been a content-cacheing issue.  One other reason why it might appear to &quot;not work&quot; is if you&#039;re logged in on one browser, but anonymous on another, this will therefore show you the admin view (with the count) and the end user view (without the count) respectively.</description>
		<content:encoded><![CDATA[<p>Well unfortunatelly it doesnt work. I guess I am stuck.<br />
Strange thing is that from inside stattraq posts gets the correct id (and url) so I think my db is ok. Any ideas ?<br />
Thanks for looking into it.</p>
<p><strong>Rich writes:</strong>Nikolas later contacted me by email to confirm that it&#8217;s now working &#8211; and it sounds like it may have been a content-cacheing issue.  One other reason why it might appear to &#8220;not work&#8221; is if you&#8217;re logged in on one browser, but anonymous on another, this will therefore show you the admin view (with the count) and the end user view (without the count) respectively.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
