<?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: Voting Record</title>
	<atom:link href="http://www.davidjmiller.org/2009/voting-record/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidjmiller.org/2009/voting-record/</link>
	<description>Notes of an apologist without apology</description>
	<lastBuildDate>Thu, 25 Feb 2010 12:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-14175</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-14175</guid>
		<description>Interestingly some of the changes that you made (like adding abstained and absent) were things I had considered doing myself. As for helping with the search issue - I&#039;m happy to help, but I think I need more information - if I had a URL to see what you were talking about it would help.</description>
		<content:encoded><![CDATA[<p>Interestingly some of the changes that you made (like adding abstained and absent) were things I had considered doing myself. As for helping with the search issue &#8211; I&#8217;m happy to help, but I think I need more information &#8211; if I had a URL to see what you were talking about it would help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-14174</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-14174</guid>
		<description>PERFECT Thanks!

I wanted to change the language a bit because the site I run is for a school board trustee and they don&#039;t use terms like &quot;bill&quot; or &quot;yea&quot;/&quot;nay&quot;. So I changed &quot;Bill&quot; to &quot;Motion&quot;, &quot;yea&quot; to &quot;Voted in Favour&quot;, &quot;nay&quot; to &quot;Voted Against&quot;, I added &quot;Abstained&quot; and &quot;Absent&quot; because on occasion the trustee will do either of those. Finally, I changed &quot;pass&quot; and &quot;fail&quot; to passed tense (&quot;passed&quot; and &quot;failed&quot; so it made a bit more sense.

I LOVE this plugin and think its great you created it, it is the only one I&#039;ve seen out there. And I also like the flexibility of the display output.

One last question I had is, I am trying to put the search on the same page as the static info (if that makes sense) but when I do that the search doesn&#039;t work. Well actually I&#039; not sure the search is working at all... can you please help?</description>
		<content:encoded><![CDATA[<p>PERFECT Thanks!</p>
<p>I wanted to change the language a bit because the site I run is for a school board trustee and they don&#8217;t use terms like &#8220;bill&#8221; or &#8220;yea&#8221;/&#8221;nay&#8221;. So I changed &#8220;Bill&#8221; to &#8220;Motion&#8221;, &#8220;yea&#8221; to &#8220;Voted in Favour&#8221;, &#8220;nay&#8221; to &#8220;Voted Against&#8221;, I added &#8220;Abstained&#8221; and &#8220;Absent&#8221; because on occasion the trustee will do either of those. Finally, I changed &#8220;pass&#8221; and &#8220;fail&#8221; to passed tense (&#8220;passed&#8221; and &#8220;failed&#8221; so it made a bit more sense.</p>
<p>I LOVE this plugin and think its great you created it, it is the only one I&#8217;ve seen out there. And I also like the flexibility of the display output.</p>
<p>One last question I had is, I am trying to put the search on the same page as the static info (if that makes sense) but when I do that the search doesn&#8217;t work. Well actually I&#8217; not sure the search is working at all&#8230; can you please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-14172</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Oct 2009 12:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-14172</guid>
		<description>The problem is in the database structure - I limited that field to 10 characters (never considered &quot;Voted in Favor&quot; or &quot;Voted Against&quot;). The solution is to change the &quot;create table&quot; statement in the &quot;install_vr&quot; function. Just change the size of the varchar on the vote column to whatever size you need. You will also have to comment out two lines (they normally prevent the function from running if the table already exists) One is &quot;if($wpdb-&gt;get_var(&quot;show tables like &#039;$table_name&#039;&quot;) != $table_name) {&quot; and the other closes that if statement (it&#039;s a &quot;}&quot; on the line after &quot;add_option(&quot;vr_db_version&quot;, $vr_db_version);&quot;). (If this is not clear enough just let me know and I will email you &quot;before&quot; and &quot;after&quot; screen shots.)

Thanks for using the plugin and making it better.</description>
		<content:encoded><![CDATA[<p>The problem is in the database structure &#8211; I limited that field to 10 characters (never considered &#8220;Voted in Favor&#8221; or &#8220;Voted Against&#8221;). The solution is to change the &#8220;create table&#8221; statement in the &#8220;install_vr&#8221; function. Just change the size of the varchar on the vote column to whatever size you need. You will also have to comment out two lines (they normally prevent the function from running if the table already exists) One is &#8220;if($wpdb->get_var(&#8220;show tables like &#8216;$table_name&#8217;&#8221;) != $table_name) {&#8221; and the other closes that if statement (it&#8217;s a &#8220;}&#8221; on the line after &#8220;add_option(&#8220;vr_db_version&#8221;, $vr_db_version);&#8221;). (If this is not clear enough just let me know and I will email you &#8220;before&#8221; and &#8220;after&#8221; screen shots.)</p>
<p>Thanks for using the plugin and making it better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-14171</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 08 Oct 2009 09:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-14171</guid>
		<description>I too think this is a great Plugin. It works fine for me, my only problem is I needed to make manual changes to the titles. &quot;Nay&quot; to &quot;Voted Against&quot; and &quot;Yea&quot; to &quot;Voted in Favour&quot;, etc...

The problem I am having is getting it to display more then &quot;Voted in F&quot;... it cuts of &quot;Favour&quot;. I tried searching the php document to see if there were size restrictions and couldn&#039;t find any.

Any advice?</description>
		<content:encoded><![CDATA[<p>I too think this is a great Plugin. It works fine for me, my only problem is I needed to make manual changes to the titles. &#8220;Nay&#8221; to &#8220;Voted Against&#8221; and &#8220;Yea&#8221; to &#8220;Voted in Favour&#8221;, etc&#8230;</p>
<p>The problem I am having is getting it to display more then &#8220;Voted in F&#8221;&#8230; it cuts of &#8220;Favour&#8221;. I tried searching the php document to see if there were size restrictions and couldn&#8217;t find any.</p>
<p>Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-13612</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-13612</guid>
		<description>I&#039;ll bet that you have to open the &quot;screen options&quot; and check the box to display &quot;Record Votes&quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;ll bet that you have to open the &#8220;screen options&#8221; and check the box to display &#8220;Record Votes&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-13611</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-13611</guid>
		<description>Thanks David for such a quick reply. When I go there it says &quot;Manage Recorded Votes&quot; and the rest is empty. I use the Atahualpa 3.3.3 theme. Isn&#039;t there also a widget where visitors can record votes?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks David for such a quick reply. When I go there it says &#8220;Manage Recorded Votes&#8221; and the rest is empty. I use the Atahualpa 3.3.3 theme. Isn&#8217;t there also a widget where visitors can record votes?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-13610</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-13610</guid>
		<description>The form to record votes is in your Wordpress Admin panel.</description>
		<content:encoded><![CDATA[<p>The form to record votes is in your Wordpress Admin panel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-13609</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-13609</guid>
		<description>I like very much the concept of your plugin, but I cannot find how to record votes. Is it there a widget? After installing the plugin I do not see any new widget on my widget list.

Help is appreciated!</description>
		<content:encoded><![CDATA[<p>I like very much the concept of your plugin, but I cannot find how to record votes. Is it there a widget? After installing the plugin I do not see any new widget on my widget list.</p>
<p>Help is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-12552</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-12552</guid>
		<description>I&#039;m happy to share.</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baron</title>
		<link>http://www.davidjmiller.org/2009/voting-record/comment-page-1/#comment-12548</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Thu, 26 Feb 2009 16:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidjmiller.org/?p=1863#comment-12548</guid>
		<description>hi. Thanks for plugin

perfect.

Regards</description>
		<content:encoded><![CDATA[<p>hi. Thanks for plugin</p>
<p>perfect.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
