<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Vfxdude &#187; Tag: compatibility - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/compatibility</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 11:30:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/compatibility" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-7898</link>
			<pubDate>Thu, 15 Dec 2011 10:05:51 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7898@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the theme was modified to work with simplepress. it has been a while since I have tested this though (new versions of simplepress).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bellwether on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-7892</link>
			<pubDate>Thu, 15 Dec 2011 08:06:40 +0000</pubDate>
			<dc:creator>bellwether</dc:creator>
			<guid isPermaLink="false">7892@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I stumbled upon this thread when i am seraching for a resolution for the same probelm. Any solutions yet. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-2483</link>
			<pubDate>Thu, 06 May 2010 00:18:26 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">2483@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thank you for adding private pages to the navigation when users have the right to see them :)&#60;br /&#62;
Problem solved !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2106</link>
			<pubDate>Fri, 09 Apr 2010 12:05:39 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">2106@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;email me the url, I can take a look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2081</link>
			<pubDate>Thu, 08 Apr 2010 19:54:40 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">2081@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I use the following custom page template&#60;br /&#62;
&#60;code&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name: Forum&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;get_header();&#60;/p&#62;
&#60;p&#62;if (have_posts()) : while (have_posts()) : the_post(); &#60;/p&#62;
&#60;p&#62;	if (!get_image('feature')) $imagesize = 'normal'; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- begin #content --&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;forum&#34;&#38;gt;&#60;br /&#62;
			 &#38;lt;?php if ($imagesize == &#34;normal&#34;) get_image('normal'); ?&#38;gt;&#60;br /&#62;
         &#38;lt;?php if (in_array('pageHeading', $bf_misc)) { ?&#38;gt; &#38;lt;h1&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h1&#38;gt; &#38;lt;?php } ?&#38;gt;&#60;br /&#62;
		 &#38;lt;?php the_content(__('Read more'));?&#38;gt;&#60;br /&#62;
		&#38;lt;?php endwhile; else: ?&#38;gt;&#60;br /&#62;
	&#38;lt;p&#38;gt;&#38;lt;?php _e('Not Found','BigFeature'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- end #content --&#38;gt;&#60;br /&#62;
&#38;lt;?php get_sidebar('custom'); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and this css:&#60;/p&#62;
&#60;p&#62;#forum {&#60;br /&#62;
	float:left;&#60;br /&#62;
	width:730px;&#60;br /&#62;
	margin-right: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I am really desperate... no clue what is wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2076</link>
			<pubDate>Thu, 08 Apr 2010 15:48:04 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">2076@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Changed to no-sidebar template. The problem remains.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2071</link>
			<pubDate>Thu, 08 Apr 2010 14:10:43 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">2071@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;test with the no sidebar template then to see if it's your custom template that's the problem. could be that simplepress use the #forum id.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2063</link>
			<pubDate>Thu, 08 Apr 2010 12:33:38 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">2063@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;here the latest feedback from the developer. Honestly I have no clue how to solve the problem with the optionstyles.php.&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;@Barandum As I said earlier in the thread, the CSS information that sets the theme to the correct width seems to be defined in a file called optionstyles.php. So there is theme information stored inline somewhere and not in a stylesheet. With the forum enabled that file is never loaded for some reason. I don't know if it's the template you are using or some other reason?&#60;/p&#62;
&#60;p&#62;We need to identify why that happens and what the file is for. Why is the CSS not in the themes style.css file? Why don't you make the width of your theme wider than 800px in your child theme and see if that fixes the issue?&#60;/blockquote&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-2062</link>
			<pubDate>Thu, 08 Apr 2010 11:51:21 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">2062@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I just saw, that I have still the following CSS in my childtheme. May that cause the error?&#60;/p&#62;
&#60;p&#62;#forum {&#60;br /&#62;
	float:left;&#60;br /&#62;
	width:730px;&#60;br /&#62;
	margin-right: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I have made a special forum page template with only one sidebar instead of two.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1974</link>
			<pubDate>Tue, 06 Apr 2010 11:14:15 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1974@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;ok I get back to the developers of simplepress. See also the post here:&#60;br /&#62;
&#60;a href=&#34;http://simple-press.com/support-forum/simplepress-version-4-2/css-problem-when-updating-to-4-2-2/page-2/#p54039&#34; rel=&#34;nofollow&#34;&#62;http://simple-press.com/support-forum/simplepress-version-4-2/css-problem-when-updating-to-4-2-2/page-2/#p54039&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1972</link>
			<pubDate>Tue, 06 Apr 2010 10:55:11 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1972@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I installed the new simple:press version on my localhost, and it crashes my webserver. The previous version worked fine on localhost (xamp), so I guess they have done some big changes with this release.&#60;/p&#62;
&#60;p&#62;On my server it works. It's running php5, and that might be the reason, but I'm getting mysql errors. Seems like the mysql is not new enough. Everything else works, just getting 2 mysql error messages on the top. see here: &#60;a href=&#34;http://www.vfxdude.com/testblog/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.vfxdude.com/testblog/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would not use this new version if simple:press, seems like there are a lot of problems with it. &#60;/p&#62;
&#60;p&#62;Don't understand how optionstyles.php can have something to do with anything. You can cache it instead of using that script though, by enabling the &#34;Cache the settings stylesheet (use css file instead of php)&#34; in the theme settings.&#60;/p&#62;
&#60;p&#62;It might be your custom page template for the forum though. Set the Forum page to use the &#34;no sidebar&#34; template instead to test this.&#60;/p&#62;
&#60;p&#62;and cufon is working fine for me. Seems like we all get different problems with this new version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1971</link>
			<pubDate>Tue, 06 Apr 2010 10:49:20 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1971@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;just got confirmation of the developer of simplepress. the problem seems to be in the optionstlyes.php.&#60;/p&#62;
&#60;p&#62;would be great if you could have a look into that!&#60;/p&#62;
&#60;p&#62;thx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1937</link>
			<pubDate>Sun, 04 Apr 2010 19:29:16 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1937@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the problem looks like to be in the optionstyles.php according to the developer of simplepress. I opened a thread here:&#60;br /&#62;
&#60;a href=&#34;http://simple-press.com/support-forum/simplepress-version-4-2/css-problem-when-updating-to-4-2-2/page-2/#p53925&#34; rel=&#34;nofollow&#34;&#62;http://simple-press.com/support-forum/simplepress-version-4-2/css-problem-when-updating-to-4-2-2/page-2/#p53925&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1932</link>
			<pubDate>Sun, 04 Apr 2010 15:01:57 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">1932@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;same problem here. It kills the container width.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1916</link>
			<pubDate>Sat, 03 Apr 2010 17:29:15 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1916@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;sounds like a jquery conflict. will look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-1915</link>
			<pubDate>Sat, 03 Apr 2010 17:17:57 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1915@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The last update of simplepress (v4.2.2) has some issues with your theme (v1.3.4.3), like Cufon not working anymore.&#60;br /&#62;
Switching back to v4.2.1 fixes the issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1671</link>
			<pubDate>Thu, 18 Mar 2010 13:14:34 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1671@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I see...modified the navigation now to hide private pages from the public.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1664</link>
			<pubDate>Wed, 17 Mar 2010 15:18:36 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1664@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Sorry, I wasn't really clear I think (and I was still using 1.3.4.2) :)&#60;/p&#62;
&#60;p&#62;When I was talking about using the &#34;private&#34; publishing option, I was talking about dropping the plugin and using the original option from Wordpress instead (and then you don't have to rewrite everything once again).&#60;/p&#62;
&#60;p&#62;In this case, I don't have any issue with thumbnails, but I now have to find a way to display the link of that private page in the navigation to users that are allowed to read it (that was the reason I used that plugin : not being able to display links of private pages) :)&#60;br /&#62;
I've found a little snippet that does the trick (link posted before) but not sure how to integrate it properly into your navigation system.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1662</link>
			<pubDate>Wed, 17 Mar 2010 11:48:25 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1662@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;if you set &#34;Hide complete pages &#34; to yes in the plugin settings, private pages will not be shown in the navigation (in the latest version of the theme (1.3.4.3)).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1638</link>
			<pubDate>Mon, 15 Mar 2010 10:36:38 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1638@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;haven't had time to look into this yet. I reprogrammed the navigation to work with the qTranslate plugin (in version 1.3.4.3), so I might do some recoding for this one too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1632</link>
			<pubDate>Sun, 14 Mar 2010 01:10:01 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1632@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Don't know if you had time to look into this, but I've maybe found an alternative way to do that.&#60;/p&#62;
&#60;p&#62;Right now I only need to prevent one page from being seen by everyone but editors / admins.&#60;br /&#62;
So publising it privately would be an easier way to achieve that except that I'd like the page to be displayed in the navigation to these users.&#60;/p&#62;
&#60;p&#62;I've found a little snippet to do that but not sure if it can easily be added to your template (keeping the proper page order) : &#60;a href=&#34;http://wpengineer.com/adding-a-private-page-into-the-navigation/&#34; rel=&#34;nofollow&#34;&#62;http://wpengineer.com/adding-a-private-page-into-the-navigation/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1501</link>
			<pubDate>Wed, 03 Mar 2010 16:33:46 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1501@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I've switched both categories (while keeping the parameters) :&#60;br /&#62;
- the cat2 that isn't being displayed on page 2 isn't being displayed on page 1&#60;br /&#62;
- the cat1 that is being displayed on page 1 is also being displayed on page 2&#60;/p&#62;
&#60;p&#62;So I went further and looked at the differences between the categories : the one that has an issue has a parent category and the one that works fine has no parent.&#60;br /&#62;
I then removed the parent category of cat2 and... it worked :)&#60;/p&#62;
&#60;p&#62;So the problem comes from categories that have a parent.&#60;/p&#62;
&#60;p&#62;Thanks for looking into this :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1489</link>
			<pubDate>Wed, 03 Mar 2010 11:29:48 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1489@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I will look into this, but need some more info. If you copy the first shortcode (the one that is working) to the other page, does it still work? what if you change the category to cat2? In other words, is it bfthumbs, the page or the category that is restricting the public users to see the posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1464</link>
			<pubDate>Sun, 28 Feb 2010 20:58:19 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1464@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Doesn't work :(&#60;/p&#62;
&#60;p&#62;I've always thought &#60;em&#62;numposts&#60;/em&#62; was a requirement.&#60;br /&#62;
And setting it to &#34;0&#34; is equal to &#34;all of them&#34; :)&#60;/p&#62;
&#60;p&#62;I thought of a workaround (creating a subscribers' group), but since the plugin doesn't handle guests, the bug would still remain for them.&#60;br /&#62;
And I've yet to find a similar plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1444</link>
			<pubDate>Sat, 27 Feb 2010 10:57:25 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1444@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;if you set numposts to 0, you will 0 posts. Let me know if this wasn't the problem, then I will take a closer look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Compatibility issue with User Access Manager plugin"</title>
			<link>http://www.vfxdude.com/forum/topic/compatibility-issue-with-user-access-manager-plugin#post-1426</link>
			<pubDate>Thu, 25 Feb 2010 01:38:02 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">1426@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Plugin page : &#60;a href=&#34;http://wordpress.org/extend/plugins/user-access-manager/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/user-access-manager/&#60;/a&#62;&#60;br /&#62;
Despite what it says, it works fine with Wordpress 2.9.2.&#60;br /&#62;
I'm using this plugin to hide a page (from the navigation and from being accessed) from users that aren't in a specific group.&#60;/p&#62;
&#60;p&#62;I've encountered a small, but annoying, issue with it and the bfthumbs shortcode though.&#60;br /&#62;
I'm using this shortcode on 2 different pages, which aren't protected by this plugin.&#60;/p&#62;
&#60;p&#62;It works fine on the page that use these bfthumbs options (logged in or not) :&#60;br /&#62;
&#60;code&#62;category=&#34;cat1&#34; numposts=&#34;20&#34; numcols=&#34;5&#34; orderby=&#34;title&#34; order=&#34;ASC&#34; width=&#34;150&#34; height=&#34;150&#34; marginright=&#34;20&#34;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But it doesn't work with those ones, the thumb'ed posts aren't displayed (you have to be logged in and included in a group created with UAM to make them display) :&#60;br /&#62;
&#60;code&#62;category=&#34;cat2&#34; numposts=&#34;0&#34; text=&#34;false&#34; order=&#34;ASC&#34;&#60;/code&#62;&#60;br /&#62;
It works fine if I deactivate the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marmot on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-923</link>
			<pubDate>Mon, 25 Jan 2010 01:34:25 +0000</pubDate>
			<dc:creator>marmot</dc:creator>
			<guid isPermaLink="false">923@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thank you for the fix !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-859</link>
			<pubDate>Wed, 20 Jan 2010 13:15:44 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">859@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;since I think simplepress is a better forum option for this theme than bbPress, I will not integrate bbPress with the theme, but I have added the template (used here) to the &#60;a href=&#34;http://www.vfxdude.com/downloads/&#34;&#62;download section&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;To Install simplepress:&#60;br /&#62;
1. Add the styles listed above to the bottom of style.css.&#60;/p&#62;
&#60;p&#62;2. Download the complete versions (more skins) &#60;a href=&#34;http://simplepressforum.com/download/&#34;&#62;here&#60;/a&#62; and follow these &#60;a href=&#34;http://wiki.simplepressforum.com/doku.php?id=installation:new_installation&#34;&#62;installation instructions&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;3. A page called forum is automatically created. Edit it to use the &#34;no sidebar&#34; template.&#60;/p&#62;
&#60;p&#62;4. Add the page forum to the navigation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-841</link>
			<pubDate>Tue, 19 Jan 2010 18:26:00 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">841@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I have looked at simplepress, and it works fine now with the fixes above (and with the no sidebar template).  There is no plan to create a custom theme for it, as it works fine like it is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barandum on "Simplepress Forum issue"</title>
			<link>http://www.vfxdude.com/forum/topic/simplepress-forum-issue#post-836</link>
			<pubDate>Tue, 19 Jan 2010 13:25:13 +0000</pubDate>
			<dc:creator>Barandum</dc:creator>
			<guid isPermaLink="false">836@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I know this is probably asking for to mutch... would a special theme for simplepress i.e. an adjusted embedded theme whithin simplepress for bigfeature would be awsome.&#60;/p&#62;
&#60;p&#62;Have a look at simplepress. It is one of the best forum solutions out there.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

