<?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 for Onlinevortex</title>
	<atom:link href="http://onlinevortex.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onlinevortex.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Mar 2010 00:25:06 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Custom login pages plugin by admin</title>
		<link>http://onlinevortex.com/custom-login-pages-plugin/comment-page-1/#comment-171</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=500#comment-171</guid>
		<description>What do you mean? The logout page should look the same as the login. Perhaps something is wrong in the templates you used or another plugin is interfering.

Please, send me an email with more details about your configuration to help you in this issue.</description>
		<content:encoded><![CDATA[<p>What do you mean? The logout page should look the same as the login. Perhaps something is wrong in the templates you used or another plugin is interfering.</p>
<p>Please, send me an email with more details about your configuration to help you in this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom login pages plugin by Juan Carlos Lau</title>
		<link>http://onlinevortex.com/custom-login-pages-plugin/comment-page-1/#comment-170</link>
		<dc:creator>Juan Carlos Lau</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=500#comment-170</guid>
		<description>Dear Carlos,

I&#039;m using your widget and love the looking feel of the login pages matching my site, your custom login page solution is great!
I&#039;m new to PHP and WordPress and I have had some problems customizing my site to look like I want, but I&#039;m doing some good progress.

I&#039;d like to get the logout page to also look like my site, how come you programmed your plugin to purposely avoid customizing this one? Could you help me on how to achieve this?


Best regards,
El Tocayo</description>
		<content:encoded><![CDATA[<p>Dear Carlos,</p>
<p>I&#8217;m using your widget and love the looking feel of the login pages matching my site, your custom login page solution is great!<br />
I&#8217;m new to PHP and WordPress and I have had some problems customizing my site to look like I want, but I&#8217;m doing some good progress.</p>
<p>I&#8217;d like to get the logout page to also look like my site, how come you programmed your plugin to purposely avoid customizing this one? Could you help me on how to achieve this?</p>
<p>Best regards,<br />
El Tocayo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by Lee Osborne</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-169</link>
		<dc:creator>Lee Osborne</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-169</guid>
		<description>Thank you for the info I will try that again, sorry for the late reply I have been off line for a couple of days.
Lee</description>
		<content:encoded><![CDATA[<p>Thank you for the info I will try that again, sorry for the late reply I have been off line for a couple of days.<br />
Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by admin</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-168</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-168</guid>
		<description>I checked the theme and there is no conflict if you add the code to enable post thumbnails.

I added the code at the bottom of the file like this: 
&lt;code&gt;
/*End of Theme Options =======================================*/
if ( function_exists(&quot;add_theme_support&quot;) ) {
add_theme_support(&quot;post-thumbnails&quot;); }
?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I checked the theme and there is no conflict if you add the code to enable post thumbnails.</p>
<p>I added the code at the bottom of the file like this:<br />
<code><br />
/*End of Theme Options =======================================*/<br />
if ( function_exists("add_theme_support") ) {<br />
add_theme_support("post-thumbnails"); }<br />
?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by Lee Osborne</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-167</link>
		<dc:creator>Lee Osborne</dc:creator>
		<pubDate>Sun, 07 Mar 2010 01:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-167</guid>
		<description>Hi About your plugin I think I am going to love it once I get it working corrected. I have tried inserting the code to the themes functions.php but I still get the error:
Your theme does not have post thumbnails support enabled.
I am using the wordsmith blog theme, would that be my problem.
I am new to wordpress, I am trying to set Up a site for my 18 month old son whom has some health problems.
Thanks in advance
Lee</description>
		<content:encoded><![CDATA[<p>Hi About your plugin I think I am going to love it once I get it working corrected. I have tried inserting the code to the themes functions.php but I still get the error:<br />
Your theme does not have post thumbnails support enabled.<br />
I am using the wordsmith blog theme, would that be my problem.<br />
I am new to wordpress, I am trying to set Up a site for my 18 month old son whom has some health problems.<br />
Thanks in advance<br />
Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by FI2W</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-110</link>
		<dc:creator>FI2W</dc:creator>
		<pubDate>Tue, 02 Feb 2010 12:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-110</guid>
		<description>Thanks a lot for your reply. So there is no way to make the default thumbnail show for those posts where the images are hosted somewhere else? That is my main problem right now, because I don&#039;t want to go back and edit 300 or so posts.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your reply. So there is no way to make the default thumbnail show for those posts where the images are hosted somewhere else? That is my main problem right now, because I don&#8217;t want to go back and edit 300 or so posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by admin</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-104</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-104</guid>
		<description>Yes, the Mimbo theme uses the first image of the post to create the thumbnail.

You can modify the function get_post_image in functions.php (line 375) to first check if thumbnail support is enabled and then output the thumbnail using Wordpress new functions for thumbnails. If not, let the function current code generate the thumbnail. 

And the problem on the page you used as an example is because the first images on those posts are images hosted somewhere else, not in your site. That&#039;s why the script can&#039;t generate the thumbnail for those posts.</description>
		<content:encoded><![CDATA[<p>Yes, the Mimbo theme uses the first image of the post to create the thumbnail.</p>
<p>You can modify the function get_post_image in functions.php (line 375) to first check if thumbnail support is enabled and then output the thumbnail using Wordpress new functions for thumbnails. If not, let the function current code generate the thumbnail. </p>
<p>And the problem on the page you used as an example is because the first images on those posts are images hosted somewhere else, not in your site. That&#8217;s why the script can&#8217;t generate the thumbnail for those posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by FI2W</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-103</link>
		<dc:creator>FI2W</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-103</guid>
		<description>Hi, 
This is a great idea, thank you very much for developing it. I was looking for something to replace the red &quot;X&quot; boxes that appear as thumbnails for old posts.

However, I installed your plugin and set the theme to allow thumbnail support and I can see the thumbnail box in the post page BUT the default thumbnail still does not show.

See for example: http://news.feetintwoworlds.org/topics/immigrant-communities/hispanic-immigrant-communities/

Do you think it may conflict with the Mimbo theme, which creates its own thumbnails?

Thanks a lot. Best.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is a great idea, thank you very much for developing it. I was looking for something to replace the red &#8220;X&#8221; boxes that appear as thumbnails for old posts.</p>
<p>However, I installed your plugin and set the theme to allow thumbnail support and I can see the thumbnail box in the post page BUT the default thumbnail still does not show.</p>
<p>See for example: <a href="http://news.feetintwoworlds.org/topics/immigrant-communities/hispanic-immigrant-communities/" rel="nofollow">http://news.feetintwoworlds.org/topics/immigrant-communities/hispanic-immigrant-communities/</a></p>
<p>Do you think it may conflict with the Mimbo theme, which creates its own thumbnails?</p>
<p>Thanks a lot. Best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by admin</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-94</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-94</guid>
		<description>You mean the code to enable thumbnail support in your theme? 
it goes in the functions.php file of your theme. The location inside the file doesn&#039;t matter, you can add it at the end of the file</description>
		<content:encoded><![CDATA[<p>You mean the code to enable thumbnail support in your theme?<br />
it goes in the functions.php file of your theme. The location inside the file doesn&#8217;t matter, you can add it at the end of the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Default Post thumbnails plugin by Dave</title>
		<link>http://onlinevortex.com/default-post-thumbnails-plugin/comment-page-1/#comment-83</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://onlinevortex.com/?p=575#comment-83</guid>
		<description>Hey,

I just wanted to mention that the default thumbnail plugin is great, but as far as the extra code you need to put in where do you put the code exactly? I look forward to your reply. And again great plugin.  Look forward to using it :)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I just wanted to mention that the default thumbnail plugin is great, but as far as the extra code you need to put in where do you put the code exactly? I look forward to your reply. And again great plugin.  Look forward to using it <img src='http://onlinevortex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
