<?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: Big Announcement x3</title>
	<atom:link href="http://irui.ac/archives/2006/04/11/big-announcement-x3/feed" rel="self" type="application/rss+xml" />
	<link>http://irui.ac/archives/2006/04/11/big-announcement-x3</link>
	<description>I've seen things you people wouldn't believe</description>
	<pubDate>Tue, 07 Sep 2010 09:21:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gone Walkabout Travel Blog &#187; Blog Archive &#187; vSlider Theme Update</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-62536</link>
		<dc:creator>Gone Walkabout Travel Blog &#187; Blog Archive &#187; vSlider Theme Update</dc:creator>
		<pubDate>Sat, 18 Jul 2009 19:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-62536</guid>
		<description>[...] for the vSlider Wordpress and gallery2 themes, so thought it worth a mention that there&#8217;s now new versions for both applications. This follows on from the recent new releases of both wordpress2 and [...]</description>
		<content:encoded><![CDATA[<p>[...] for the vSlider Wordpress and gallery2 themes, so thought it worth a mention that there&#8217;s now new versions for both applications. This follows on from the recent new releases of both wordpress2 and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonewalkabout travel blog &#187; vSlider Theme Update</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-62176</link>
		<dc:creator>gonewalkabout travel blog &#187; vSlider Theme Update</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-62176</guid>
		<description>[...] for the vSlider Wordpress and gallery2 themes, so thought it worth a mention that there&#8217;s now new versions for both applications. This follows on from the recent new releases of both wordpress2 and [...]</description>
		<content:encoded><![CDATA[<p>[...] for the vSlider Wordpress and gallery2 themes, so thought it worth a mention that there&#8217;s now new versions for both applications. This follows on from the recent new releases of both wordpress2 and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-3325</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 01 Jun 2006 11:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-3325</guid>
		<description>Where can one find more images for the kburnalizer? Great theme?</description>
		<content:encoded><![CDATA[<p>Where can one find more images for the kburnalizer? Great theme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-1441</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Tue, 09 May 2006 20:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-1441</guid>
		<description>THANKS! your work is great...I  appreacite it</description>
		<content:encoded><![CDATA[<p>THANKS! your work is great&#8230;I  appreacite it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-542</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 29 Apr 2006 20:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-542</guid>
		<description>Martin,

Great contribution in you comment above, but it looks as if some info didn't come through.

Add the lines of code to functions.php and ?

Jeremy</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>Great contribution in you comment above, but it looks as if some info didn&#8217;t come through.</p>
<p>Add the lines of code to functions.php and ?</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-532</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Fri, 28 Apr 2006 23:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-532</guid>
		<description>hi,

if you want your vSlider theme with widgets just do the following.

add the lines:
if ( function_exists('register_sidebar') )
    register_sidebar(array(
        'before_widget' =&gt; '',
        'after_widget' =&gt; '',
        'before_title' =&gt; '',
        'after_title' =&gt; '',
    ));
to the functions.php and add:
		
after the  tag in the sidebar.php. Furthermore you need to add  before the very last .

Now it should work.
Cu
Martin</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>if you want your vSlider theme with widgets just do the following.</p>
<p>add the lines:<br />
if ( function_exists(&#8217;register_sidebar&#8217;) )<br />
    register_sidebar(array(<br />
        &#8216;before_widget&#8217; =&gt; &#8221;,<br />
        &#8216;after_widget&#8217; =&gt; &#8221;,<br />
        &#8216;before_title&#8217; =&gt; &#8221;,<br />
        &#8216;after_title&#8217; =&gt; &#8221;,<br />
    ));<br />
to the functions.php and add:</p>
<p>after the  tag in the sidebar.php. Furthermore you need to add  before the very last .</p>
<p>Now it should work.<br />
Cu<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-503</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Fri, 28 Apr 2006 02:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-503</guid>
		<description>hi,

great work. but i am having the same problem as aaron and if i am in the settings of my gallery, content of the admin page is just cut of on the right.

any ideas ?

cu
martin</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>great work. but i am having the same problem as aaron and if i am in the settings of my gallery, content of the admin page is just cut of on the right.</p>
<p>any ideas ?</p>
<p>cu<br />
martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petter</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-498</link>
		<dc:creator>petter</dc:creator>
		<pubDate>Thu, 27 Apr 2006 15:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-498</guid>
		<description>Beautiful!!</description>
		<content:encoded><![CDATA[<p>Beautiful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-484</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 26 Apr 2006 09:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-484</guid>
		<description>I was starting a new blog for our team and after upgrading my own and all the issues I was syched to find something that worked with WP2 and G2.1. The only issue I have is that the photo link goes to the base URL and not the  embedded gallery page. I searched for settings but couldn't find anything. 

Any hints??

Also a side note is that it would be to adjust the width and height in one area for content boxes, headers, and footers.</description>
		<content:encoded><![CDATA[<p>I was starting a new blog for our team and after upgrading my own and all the issues I was syched to find something that worked with WP2 and G2.1. The only issue I have is that the photo link goes to the base URL and not the  embedded gallery page. I searched for settings but couldn&#8217;t find anything. </p>
<p>Any hints??</p>
<p>Also a side note is that it would be to adjust the width and height in one area for content boxes, headers, and footers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://irui.ac/archives/2006/04/11/big-announcement-x3/comment-page-1#comment-415</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 23 Apr 2006 18:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://irui.ac/archives/2006/04/11/big-announcement-x3/#comment-415</guid>
		<description>Great work, love the theme!

I just installed it and for some reason in my gallery page the whole thing is smashed together. Its as if it is trying to render a sidebar thats not there. Care to take a look? : http://www.pb-upload.com/wp-gallery2.php</description>
		<content:encoded><![CDATA[<p>Great work, love the theme!</p>
<p>I just installed it and for some reason in my gallery page the whole thing is smashed together. Its as if it is trying to render a sidebar thats not there. Care to take a look? : <a href="http://www.pb-upload.com/wp-gallery2.php" rel="nofollow">http://www.pb-upload.com/wp-gallery2.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
