<?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: Now Reading news</title>
	<atom:link href="http://heliologue.com/2009/07/01/now-reading-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://heliologue.com/2009/07/01/now-reading-news/</link>
	<description>Let joy be unconfined. Let there be dancing in the streets, drinking in the saloons, and necking in the parlor.</description>
	<lastBuildDate>Wed, 23 May 2012 05:37:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ben</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179039</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179039</guid>
		<description>Don, 
Looks like it might be a mod_rewrite issue.  Please doublecheck those settings.</description>
		<content:encoded><![CDATA[<p>Don,<br />
Looks like it might be a mod_rewrite issue.  Please doublecheck those settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaitlin</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179027</link>
		<dc:creator>Kaitlin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179027</guid>
		<description>oh, fabulous! I will test that out, but it puts me on the right track, I think, to have finer control over what is displaying in the sidebar with respect to the plugin.  Thanks!</description>
		<content:encoded><![CDATA[<p>oh, fabulous! I will test that out, but it puts me on the right track, I think, to have finer control over what is displaying in the sidebar with respect to the plugin.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179026</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179026</guid>
		<description>Love the plugin, which I just installed, but upon installing it, my library page is not working?  Books show in sidebar and I can add/edit books in dashboard but if I click on the links to go to the library it doesn&#039;t work.  (http://www.tdbellenterprises.com/dbblog).  I have copied the template files to the right place, etc.  At a loss!?

Thanks,

Don</description>
		<content:encoded><![CDATA[<p>Love the plugin, which I just installed, but upon installing it, my library page is not working?  Books show in sidebar and I can add/edit books in dashboard but if I click on the links to go to the library it doesn&#8217;t work.  (<a href="http://www.tdbellenterprises.com/dbblog" rel="nofollow">http://www.tdbellenterprises.com/dbblog</a>).  I have copied the template files to the right place, etc.  At a loss!?</p>
<p>Thanks,</p>
<p>Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179016</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 14 Jul 2009 05:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179016</guid>
		<description>I haven&#039;t fully test this, but you may want to try something like the following:  in your &lt;code&gt;sidebar.php&lt;/code&gt; template file, wrap the applicable markup in this:

&lt;pre lang=&quot;php&quot;&gt;
	&lt;?php if ( get_query_var(&#039;now_reading_library&#039;) ) {
		  usual markup goes here
		}			 
	?&gt;
&lt;/pre&gt;

The templating system also uses &lt;code&gt;now_reading_id&lt;/code&gt; and &lt;code&gt;now_reading_tag&lt;/code&gt; and &lt;code&gt;now_reading_search&lt;/code&gt; as query vars, so depending on which templates need to hide the sidebar portion, you&#039;ll perhaps need to &lt;code&gt;OR&lt;/code&gt; together the possibilities.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t fully test this, but you may want to try something like the following:  in your <code>sidebar.php</code> template file, wrap the applicable markup in this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">	<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> get_query_var<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'now_reading_library'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		  usual markup goes here
		<span style="color: #009900;">&#125;</span>			 
	<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>The templating system also uses <code>now_reading_id</code> and <code>now_reading_tag</code> and <code>now_reading_search</code> as query vars, so depending on which templates need to hide the sidebar portion, you&#8217;ll perhaps need to <code>OR</code> together the possibilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaitlin</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179013</link>
		<dc:creator>Kaitlin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179013</guid>
		<description>Thanks so much for your work on this plugin! I have (yet another) question that I hope you (or a fellow user) might be able to help with. I&#039;d like to keep the sidebar in my theme on my library pages, but disable the Now-Reading widget on the library pages.  I read &lt;a href=&quot;http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates&quot; rel=&quot;nofollow&quot;&gt;Justin Tadlock&#039;s instructions on using the theme&#039;s functions.php file to disable widgets&lt;/a&gt; but am still a bit confused how I might do this for the Now-Reading widget, and only on the library pages. I don&#039;t know if it&#039;s best to do it in my theme functions.php file or to make the change in the template that I am using for NR, but any help anyone can provide would be most welcome!</description>
		<content:encoded><![CDATA[<p>Thanks so much for your work on this plugin! I have (yet another) question that I hope you (or a fellow user) might be able to help with. I&#8217;d like to keep the sidebar in my theme on my library pages, but disable the Now-Reading widget on the library pages.  I read <a href="http://justintadlock.com/archives/2009/03/06/disable-widget-areas-without-touching-theme-templates" rel="nofollow">Justin Tadlock&#8217;s instructions on using the theme&#8217;s functions.php file to disable widgets</a> but am still a bit confused how I might do this for the Now-Reading widget, and only on the library pages. I don&#8217;t know if it&#8217;s best to do it in my theme functions.php file or to make the change in the template that I am using for NR, but any help anyone can provide would be most welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaitlin</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-179008</link>
		<dc:creator>Kaitlin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-179008</guid>
		<description>You can change what gets displayed in the widget by changing the sidebar.php file in the templates folder. That is where the sidebar widget pulls content.</description>
		<content:encoded><![CDATA[<p>You can change what gets displayed in the widget by changing the sidebar.php file in the templates folder. That is where the sidebar widget pulls content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abey John</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-178955</link>
		<dc:creator>Abey John</dc:creator>
		<pubDate>Sun, 12 Jul 2009 19:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-178955</guid>
		<description>Thanks for upgrading the plugin, this is great! 
I was wondering if you could please direct me on how I could make this plugin option available in the admin panel for users with the role of &#039;Editor&#039; as well. I&#039;m fairly new to wordpress, and I can&#039;t figure out if the change needs to be made on the php pages or in the _options table. Any kinda hint would be greatly appreciated. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for upgrading the plugin, this is great!<br />
I was wondering if you could please direct me on how I could make this plugin option available in the admin panel for users with the role of &#8216;Editor&#8217; as well. I&#8217;m fairly new to wordpress, and I can&#8217;t figure out if the change needs to be made on the php pages or in the _options table. Any kinda hint would be greatly appreciated. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeb Frye</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-178929</link>
		<dc:creator>Zeb Frye</dc:creator>
		<pubDate>Sat, 11 Jul 2009 20:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-178929</guid>
		<description>I sent it via email. I couldn&#039;t get the contact form to work for me for some reason.</description>
		<content:encoded><![CDATA[<p>I sent it via email. I couldn&#8217;t get the contact form to work for me for some reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos S. Del Castillo</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-178916</link>
		<dc:creator>Carlos S. Del Castillo</dc:creator>
		<pubDate>Sat, 11 Jul 2009 15:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-178916</guid>
		<description>Thanks for keeping this plugin alive.  I would suggest one modification, allow users to select what gets displayed by the widget.
Right now, it displays all the books planned, currently reading and those read.  For my site, I want to show only what I am currently reading.
I fix this by removing the Planned and Previously read pieces, but it would be great if that was an option in the widget itself.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for keeping this plugin alive.  I would suggest one modification, allow users to select what gets displayed by the widget.<br />
Right now, it displays all the books planned, currently reading and those read.  For my site, I want to show only what I am currently reading.<br />
I fix this by removing the Planned and Previously read pieces, but it would be great if that was an option in the widget itself.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fips</title>
		<link>http://heliologue.com/2009/07/01/now-reading-news/#comment-178903</link>
		<dc:creator>Fips</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=3904#comment-178903</guid>
		<description>Nice idea, it&#039;s also a problem I&#039;ve come across in the past.</description>
		<content:encoded><![CDATA[<p>Nice idea, it&#8217;s also a problem I&#8217;ve come across in the past.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

