<?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: Subscribe to Comments Feature Added</title>
	<atom:link href="http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/</link>
	<description>Make Money Online</description>
	<lastBuildDate>Sun, 22 Nov 2009 08:03:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: phuong</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-253557</link>
		<dc:creator>phuong</dc:creator>
		<pubDate>Tue, 11 Apr 2006 10:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-253557</guid>
		<description>I want to make a friend with you. Thanks you</description>
		<content:encoded><![CDATA[<p>I want to make a friend with you. Thanks you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Molly Malone</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166809</link>
		<dc:creator>Phillip Molly Malone</dc:creator>
		<pubDate>Tue, 22 Nov 2005 23:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166809</guid>
		<description>Nice. That place is much better!
Will try it out! 
Molly</description>
		<content:encoded><![CDATA[<p>Nice. That place is much better!<br />
Will try it out!<br />
Molly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166674</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Tue, 22 Nov 2005 19:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166674</guid>
		<description>Course I forgot to check the box :(</description>
		<content:encoded><![CDATA[<p>Course I forgot to check the box :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166671</link>
		<dc:creator>Michele</dc:creator>
		<pubDate>Tue, 22 Nov 2005 18:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166671</guid>
		<description>Finally! Yay!
Regarding the positioning of the checkbox - you should be able to fix that in the template without too much difficulty</description>
		<content:encoded><![CDATA[<p>Finally! Yay!<br />
Regarding the positioning of the checkbox &#8211; you should be able to fix that in the template without too much difficulty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard McGarry</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166622</link>
		<dc:creator>Gerard McGarry</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166622</guid>
		<description>Hypocrite that I am, I haven&#039;t installed one of these on my own blogs yet - although I like your choice Darren. The &#039;manage subscriptions&#039; feature is first class! Good work Mark!

And, as promised, I came back to check out the comments! I&#039;ll definitely be installing this plugin on Unreality TV!</description>
		<content:encoded><![CDATA[<p>Hypocrite that I am, I haven&#8217;t installed one of these on my own blogs yet &#8211; although I like your choice Darren. The &#8216;manage subscriptions&#8217; feature is first class! Good work Mark!</p>
<p>And, as promised, I came back to check out the comments! I&#8217;ll definitely be installing this plugin on Unreality TV!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166620</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166620</guid>
		<description>If you open up the plugin file, the first function defined is the &lt;code&gt;show_subscription_checkbox()&lt;/code&gt; function.  There are three sections to edit, and each one starts with a paragraph with &lt;code&gt;style=&quot;clear: both;&quot;&lt;/code&gt;  Simply remove that style from the opening paragraph tag in three places, and that should help you out.

The default themes need that, but it messes up other ones... I&#039;m probably going to have to make it an option in future versions of the plugin, as it seems to be an issue for ~10% of themes... usually those using multiple floats with content on the right.</description>
		<content:encoded><![CDATA[<p>If you open up the plugin file, the first function defined is the <code>show_subscription_checkbox()</code> function.  There are three sections to edit, and each one starts with a paragraph with <code>style="clear: both;"</code>  Simply remove that style from the opening paragraph tag in three places, and that should help you out.</p>
<p>The default themes need that, but it messes up other ones&#8230; I&#8217;m probably going to have to make it an option in future versions of the plugin, as it seems to be an issue for ~10% of themes&#8230; usually those using multiple floats with content on the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duncan</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166619</link>
		<dc:creator>duncan</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166619</guid>
		<description>I cant see it at all now!</description>
		<content:encoded><![CDATA[<p>I cant see it at all now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo F</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166618</link>
		<dc:creator>Leo F</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166618</guid>
		<description>I&#039;ve found that this is the greatest tool to close the loop for a discussion about a post. And it certainly helps to bring people back :-)

regards,
Leo</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that this is the greatest tool to close the loop for a discussion about a post. And it certainly helps to bring people back :-)</p>
<p>regards,<br />
Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesse</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166615</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Tue, 22 Nov 2005 14:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166615</guid>
		<description>yeah, a little bit of a problem there</description>
		<content:encoded><![CDATA[<p>yeah, a little bit of a problem there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Molly Malone</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166604</link>
		<dc:creator>Phillip Molly Malone</dc:creator>
		<pubDate>Tue, 22 Nov 2005 12:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166604</guid>
		<description>Yeah Dude, normally those check boxes show up directly under the &quot;ADD comment&quot; button (perhaps even in between the editor and button). But it definitely is a good idea (another option is to have an RSS feed of the comments, its something a little more easy to opt in and out of).

Thanks for this.
Molly
http://www.mollyzine.com</description>
		<content:encoded><![CDATA[<p>Yeah Dude, normally those check boxes show up directly under the &#8220;ADD comment&#8221; button (perhaps even in between the editor and button). But it definitely is a good idea (another option is to have an RSS feed of the comments, its something a little more easy to opt in and out of).</p>
<p>Thanks for this.<br />
Molly<br />
<a href="http://www.mollyzine.com" rel="nofollow">http://www.mollyzine.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard McGarry</title>
		<link>http://www.problogger.net/archives/2005/11/22/subscribe-to-comments-feature-added/comment-page-1/#comment-166602</link>
		<dc:creator>Gerard McGarry</dc:creator>
		<pubDate>Tue, 22 Nov 2005 11:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogger.net/?p=1823#comment-166602</guid>
		<description>Nice one Darren, though it&#039;s a bit of a stretch to reach that check box!

You know, in adding this you&#039;ve highlighted another important aspect of blogging - being responsive to your readers&#039; needs!

Good luck getting the display sorted out on this - I&#039;ll subscribe to show my support!</description>
		<content:encoded><![CDATA[<p>Nice one Darren, though it&#8217;s a bit of a stretch to reach that check box!</p>
<p>You know, in adding this you&#8217;ve highlighted another important aspect of blogging &#8211; being responsive to your readers&#8217; needs!</p>
<p>Good luck getting the display sorted out on this &#8211; I&#8217;ll subscribe to show my support!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
