<?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 Vaso&#039;s blog</title>
	<atom:link href="http://vaso.sma.hu/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vaso.sma.hu/blog</link>
	<description></description>
	<lastBuildDate>Sat, 01 Oct 2011 21:31:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on My First Plugin: Banner Garden 0.1 realesed by Brad</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/04/my-first-plugin-banner-garden-0-1-realesed/comment-page-1/#comment-119</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sat, 01 Oct 2011 21:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=22#comment-119</guid>
		<description>Is there a way we can Center Banners within the sidebar widget space currently they are aligned to the left and this leave a large white space next to the banner. personally I think it would be good to have it default to center.</description>
		<content:encoded><![CDATA[<p>Is there a way we can Center Banners within the sidebar widget space currently they are aligned to the left and this leave a large white space next to the banner. personally I think it would be good to have it default to center.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by vaso</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-116</link>
		<dc:creator>vaso</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-116</guid>
		<description>thank you the translations guys.</description>
		<content:encoded><![CDATA[<p>thank you the translations guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by vaso</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-115</link>
		<dc:creator>vaso</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-115</guid>
		<description>eerrr...

i think it should work, because there is a preprocessor what is called with ob_start(); ob_end();

if it is doesn&#039;t work, why don&#039;t you define a shortcode for your function, and then you can use this:

[restrirctedarea]
[yourshortcode]
[/restrirctedarea]</description>
		<content:encoded><![CDATA[<p>eerrr&#8230;</p>
<p>i think it should work, because there is a preprocessor what is called with ob_start(); ob_end();</p>
<p>if it is doesn&#8217;t work, why don&#8217;t you define a shortcode for your function, and then you can use this:</p>
<p>[restrirctedarea]<br />
[yourshortcode]<br />
[/restrirctedarea]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by Max</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-114</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-114</guid>
		<description>echo do_shortcode(&#039;[restrictedarea]&#039;); 
 gd_broken_report($post_id = 0, $echo = true); 
 echo do_shortcode(&#039;[/restrictedarea]&#039;);</description>
		<content:encoded><![CDATA[<p>echo do_shortcode(&#8216;[restrictedarea]&#8216;);<br />
 gd_broken_report($post_id = 0, $echo = true);<br />
 echo do_shortcode(&#8216;[/restrictedarea]&#8216;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by Max</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-113</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-113</guid>
		<description>I tried this:





but doesn&#039;t work the way I need to</description>
		<content:encoded><![CDATA[<p>I tried this:</p>
<p>but doesn&#8217;t work the way I need to</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by Max</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-112</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-112</guid>
		<description>Well, I have some content in my code that should be available only for registered users. Its a &quot;broken report&quot; link and I have this link on the end of every post... 

thank you,
Max</description>
		<content:encoded><![CDATA[<p>Well, I have some content in my code that should be available only for registered users. Its a &#8220;broken report&#8221; link and I have this link on the end of every post&#8230; </p>
<p>thank you,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by vaso</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-111</link>
		<dc:creator>vaso</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-111</guid>
		<description>No need to use php code. You can use shortcode..
See the plugin page:
http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/

Add a [restrictedarea] here is the content what you do not want to show [/restrictedarea] shortcode to your post or page.

Optionally you can set the level of the allowed users with a level option like this: [restrictedarea level=&quot;6&quot;] … [/restrictedarea]</description>
		<content:encoded><![CDATA[<p>No need to use php code. You can use shortcode..<br />
See the plugin page:<br />
<a href="http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/" rel="nofollow">http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/</a></p>
<p>Add a [restrictedarea] here is the content what you do not want to show [/restrictedarea] shortcode to your post or page.</p>
<p>Optionally you can set the level of the allowed users with a level option like this: [restrictedarea level="6"] … [/restrictedarea]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area 1.0 realesed by Max</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/05/restricted-area-1-0-realesed/comment-page-1/#comment-110</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 02 Aug 2011 09:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=91#comment-110</guid>
		<description>Hi, is there a php code that I can put into source code?
Thank you,
Max.</description>
		<content:encoded><![CDATA[<p>Hi, is there a php code that I can put into source code?<br />
Thank you,<br />
Max.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My First Plugin: Banner Garden 0.1 realesed by Shote</title>
		<link>http://vaso.sma.hu/blog/wordpress-plugins/2010/04/my-first-plugin-banner-garden-0-1-realesed/comment-page-1/#comment-109</link>
		<dc:creator>Shote</dc:creator>
		<pubDate>Thu, 28 Jul 2011 12:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?p=22#comment-109</guid>
		<description>Nice plugin.
Will be good to put &quot;wmode:opaque&quot; or &quot;wmode:transparent&quot; in flash parameters when generating the frontend code. I&#039;ve got some javascript popups which are opened behind the banner and thus cannot be read. I fixed the code myself (added wmode:\&#039;opaque\&#039; at line 119 in bannergarden_frontend.class.php)
Regards</description>
		<content:encoded><![CDATA[<p>Nice plugin.<br />
Will be good to put &#8220;wmode:opaque&#8221; or &#8220;wmode:transparent&#8221; in flash parameters when generating the frontend code. I&#8217;ve got some javascript popups which are opened behind the banner and thus cannot be read. I fixed the code myself (added wmode:\&#8217;opaque\&#8217; at line 119 in bannergarden_frontend.class.php)<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restricted Area Plugin for WordPress by assinante &#171; IndikGames &#8211; Encontre seus games favoritos aqui!</title>
		<link>http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/comment-page-1/#comment-108</link>
		<dc:creator>assinante &#171; IndikGames &#8211; Encontre seus games favoritos aqui!</dc:creator>
		<pubDate>Mon, 25 Jul 2011 17:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://vaso.sma.hu/blog/?page_id=60#comment-108</guid>
		<description>[...] You can read more, how Restricted Area works, at my blog: http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/ [...]</description>
		<content:encoded><![CDATA[<p>[...] You can read more, how Restricted Area works, at my blog: <a href="http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/" rel="nofollow">http://vaso.sma.hu/blog/restricted-area-plugin-for-wordpress/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: vaso.sma.hu @ 2012-02-07 02:53:40 -->
