<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simple:Press</title>
	<atom:link href="http://simple-press.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://simple-press.com</link>
	<description>The Forum Plugin for WordPress</description>
	<lastBuildDate>Sun, 06 May 2012 20:35:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Status Update on 5.1 #4</title>
		<link>http://simple-press.com/status-update-on-5-1-4/</link>
		<comments>http://simple-press.com/status-update-on-5-1-4/#comments</comments>
		<pubDate>Sun, 06 May 2012 19:12:54 +0000</pubDate>
		<dc:creator>Yellow Swordfish</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=354</guid>
		<description><![CDATA[The last week, while still mainly dedicated to creating our forthcoming 5.1 release, has also seen us concentrating on a couple of issues of catchup &#8211; things that were possible in previous versions but were missed in version 5. The first has revolved around uploading. Those of you who may remember the old File Manager [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://simple-press.com/wp-content/uploads/2012/04/news-update.png" alt="" title="news-update" width="250" height="249" class="alignleft size-full wp-image-326" />The last week, while still mainly dedicated to creating our forthcoming 5.1 release, has also seen us concentrating on a couple of issues of catchup &#8211; things that were possible in previous versions but were missed in version 5.</p>
<p>The first has revolved around uploading. Those of you who may remember the old File Manager will most likely remember it for being clunky, long winded and not really that intuitive. Judging from feedback, it was possibly the number one feature that was most disliked. It was actually very good at doing what it was supposed to do, but we have to admit is wasn&#8217;t the easiest tool to use. When it also became apparent that there were security flaws, it was not a hard decision to drop it when V5 was being constructed. And we are very happy with the new uploader we have adopted in it&#8217;s place and &#8211; again judging by feedback &#8211; so are most of our users.</p>
<p>But as one user aggressively pointed out &#8211; if you wanted to re-use an uploaded image or file then you had no way of looking it up. And the same applied to accidentally deleting an image in a post while you were writing it! We knew about this shortfall and have always intended to address it but were now spurred into bringing this development forward. So enter the new Uploads Viewer plugin, the first embryonic version of which is available on this site if you need it and which will be available with our 5.1 release or very soon afterwards.</p>
<p>The other catchup is a bit more technical and embarrassing. We have often said that we believe strongly that the WordPress API (Application Programming Interface) should be used at all times and that all plugins should stick to the rules. Unfortunately, we have come to find that in one important area, we had not done so. As those who know the WordPress API, Simple:Press displays your forum in the filter known as &#8216;the-content&#8217; &#8211; a filter specifically designed to let plugins add items to your posts or pages. While we had continued to use this filter in version 5 we were not using it properly which, in a very small handful of cases, was not giving the expected display of the page.</p>
<p>Our motives for this bypass of the strict API were good &#8211; improved perception of performance of page loading. But at the expense that the occasional user would have display problems.  We are pleased to report that we have what we believe is an easy fox for that and its currently being tested by a couple of effected users. And for the vast majority of users of course, things are just fine so this new change will become an option.</p>
<p>Other than that there have been the usual round of small bug fixes and small but useful enhancements and at the moment 5.1 is on course. We are aiming for some time around the end of May with a beta. But of course I didn&#8217;t tell anyone that.</p>
<div class="spForumLink"><span><a href="http://simple-press.com/support-forum/ideas-feature-requests-and-next-version/status-update-on-5-1-4/"><img src="http://simple-press.com/wp-content/sp-resources/forum-plugins/blog-linking/resources/images/sp_BlogLink.png" alt="" /> Join the forum discussion on this post</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/status-update-on-5-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5.1 Update &#8211; A Couple of API Changes</title>
		<link>http://simple-press.com/5-1-update-a-couple-of-api-changes/</link>
		<comments>http://simple-press.com/5-1-update-a-couple-of-api-changes/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 23:13:31 +0000</pubDate>
		<dc:creator>Mr Papa</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=348</guid>
		<description><![CDATA[Time for another quick 5.1 update. Progress on the version continues nicely. As always, you can view all the 5.1 happenings on our development and bug tracking pages. In this update, I thought I would cover a couple of API changes were are making in 5.1. API&#8217;s (Application Programming Interface) are hooks available to Simple:Press [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-326" title="news-update" src="http://simple-press.com/wp-content/uploads/2012/04/news-update.png" alt="" width="250" height="249" />Time for another quick 5.1 update. Progress on the version continues nicely. As always, you can view all the 5.1 happenings on our <a href="http://tinyurl.com/7tacr23">development and bug tracking pages</a>.</p>
<p>In this update, I thought I would cover a couple of API changes were are making in 5.1.</p>
<p>API&#8217;s (Application Programming Interface) are hooks available to Simple:Press plugin developers to allow their Simple:Press plugin to interact with core Simple:Press functions. These work similarly as the  <a href="http://codex.wordpress.org/Plugin_API" target="_blank">WordPress Plugin API</a> hooks do.</p>
<p>Normally, we resist making any API changes because it can break plugin or theme compatibility. We have chosen to make these changes in 5.1 because the base APIs were just introduced in 5.0 and its not likely that they have been used outside of core or our plugins.  If this turns out to not be the case, we can easily help you make the changes in your plugins.<br />
The changes are being made because the current APIs turned out to not be the most efficient of design. Not from a performance stand point but from a usability perspective. Plugins had to do several steps to utilize them. These changes will make them easier to use.</p>
<p>The two APIs we are making slight modifications to are the sfmeta and member data APIs.<br />
The sfmeta API is used store generic data for the forum in a WordPress user meta style table. Our smileys, forum ranks and a few other functions make use of the sfmeta API. The member data API is an API for reading or writing data from the sfmembers table in the database. It&#8217;s use is pretty widespread in core and plugins.</p>
<p>The change to sfmeta is how the meta value is stored in the database. Previously, the data was stored in whatever format the user sent to the API. So if you wanted to store an array or object, you had to do the serialization yourself before sending the data to the API &#8211; or unserialize yourself when receiving data from the API.<br />
Now, the API will automatically handle data preparation both when sending and receiving data. This simplifies and reduces code in each usage and you don&#8217;t have to worry about the format of the data and deal with serialized arrays.</p>
<p>The change to the member data API is along similar lines of sfmeta.<br />
While the member update has always handled the serialization (or unserializing) of data, it did so with a bunch of &#8216;IF&#8217; statements on specific columns of data (a prior knowledge) in the sfmembers table. When plugins add columns of data in the sfmembers table, they had to handle the serialization of data themselves via a filter. With the API change, we have added the logic to determine the serialization in the API itself.<br />
Now, as with sfmeta, users can now send and receive data objects to and from the API and not worry about serialized arrays. Those filters in plugins for handling serialization are no longer required.</p>
<p>It may not sound like much but changes had to be made to all the per-existing plugins and Simple:Press core files ,which took some effort, but in the long run both of these API changes will make everything easier for both you and us.</p>
<p>Hopefully, the change is early enough in the post 5.0 release era that it will not affect any user plugins. If it does, please let us know and we will help you get the new API usage in place.</p>
<div class="spForumLink"><span><a href="http://simple-press.com/support-forum/ideas-feature-requests-and-next-version/5-1-update-a-couple-of-api-changes/"><img src="http://simple-press.com/wp-content/sp-resources/forum-plugins/blog-linking/resources/images/sp_BlogLink.png" alt="" /> Join the forum discussion on this post</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/5-1-update-a-couple-of-api-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Update on 5.1 #2</title>
		<link>http://simple-press.com/status-update-on-5-1-2/</link>
		<comments>http://simple-press.com/status-update-on-5-1-2/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 20:06:35 +0000</pubDate>
		<dc:creator>Yellow Swordfish</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=343</guid>
		<description><![CDATA[So &#8211; as promised &#8211; it&#8217;s time for another status update on our progress with the 5.1 developments. We listen very carefully to the requests our users make and when features come up again and again we do &#8211; whenever possible &#8211; attempt to prioritise those to the top of the list. And that is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-326" title="news-update" src="http://simple-press.com/wp-content/uploads/2012/04/news-update.png" alt="" width="250" height="249" />So &#8211; as promised &#8211; it&#8217;s time for another status update on our progress with the 5.1 developments.</p>
<p>We listen very carefully to the requests our users make and when features come up again and again we do &#8211; whenever possible &#8211; attempt to prioritise those to the top of the list. And that is why <strong>Subscriptions</strong> are having such a big makeover this time around. They are surely the number one item that comes up in the forums.</p>
<p>As we mentioned in the previous update the last task to be coded up was the digest and the good news is that this is now on our test server and looking good. If all goes well in our internal tests we will turn that feature on here fairly soon so you can try it out.</p>
<p>Another new plugin &#8211; and another often asked for feature &#8211; also went live on our site this week which some of you may have noticed &#8211; a proper <strong>Post Preview</strong> that will &#8211; if all goes to plan &#8211; allow you to view what your post will look like when published before you hit the submit button.</p>
<p>There has been progress too on the planned <strong>Post by Email</strong> plugin. Being able to post replies to existing topics from subscription emails and admin notification emails is well into testing and we now have a cohesive plan of action to implement the starting of new topics etc. Hopefully we will be able to announce more on this new plugin in the next update.</p>
<p>But 5.1 &#8211; like any release &#8211; is not just about the big ticket items. There are always a host of smaller developments, many of which you don&#8217;t even see as they have no UI but that make a big difference to what is going on behind the scenes. We have some of those in the pipeline as well. Notably this week, the <strong>Gravatar Cache</strong> plugin has been updated and should now speed up even more the display of Gravatars for those that use them. We also hope we have at last resolved the sometimes erratic positioning of <strong>popup images</strong> and, as a bonus stopped images bigger than the users screen slipping out of sight. And the <strong>Profanity Filter</strong> plugin has had a change to allow you to define a single term to replace multiple unwanted words.</p>
<p>In the category of things you don&#8217;t see but that make a difference, a new <strong>Post API</strong> has been created to centralise the creation of new topic and posts which is also available to plugins. This simplifies the process and removes a lot of redundant code.</p>
<p>Finally this time around, a couple of other smaller items that are important and requested have got the green light. The first is the ability to move the <strong>TinyMCE editor CSS</strong> to your theme so you can freely customise it. And &#8211; the ability to <strong>upload media and other files</strong> when editing a post which has been added to the uploading of images.</p>
<p>That&#8217;s not bad progress in just a week!</p>
<div class="spForumLink"><span><a href="http://simple-press.com/support-forum/ideas-feature-requests-and-next-version/status-update-on-5-1-2/"><img src="http://simple-press.com/wp-content/sp-resources/forum-plugins/blog-linking/resources/images/sp_BlogLink.png" alt="" /> Join the forum discussion on this post</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/status-update-on-5-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Update on 5.1 #1</title>
		<link>http://simple-press.com/status-update-on-5-1-1/</link>
		<comments>http://simple-press.com/status-update-on-5-1-1/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 21:14:51 +0000</pubDate>
		<dc:creator>Mr Papa</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=325</guid>
		<description><![CDATA[With the 5.0.5 release behind us, we are now in full swing on development of 5.1. This is the first post 5.0 release that will include a bunch of new features. We want to try to keep you up to date with our 5.1 status. With support for updates from within the WordPress Admin, we [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-326" title="news-update" src="http://simple-press.com/wp-content/uploads/2012/04/news-update.png" alt="" width="250" height="249" /><br />
With the 5.0.5 release behind us, we are now in full swing on development of 5.1. This is the first post 5.0 release that will include a bunch of new features. We want to try to keep you up to date with our 5.1 status.</p>
<p>With support for updates from within the WordPress Admin, we want to try to do more focused, shorter release cycles in the future. Our plan would be for a 2 or 3 month development cycle on these releases. We will also give development status updates on twitter, so be sure to <a href="http://twitter.com/SimpleForum">follow us</a> or track the development on our <a href="http://tinyurl.com/7tacr23">5.1 development and bug tracker page</a>.</p>
<p>Now, on to the 5.1 status&#8230;</p>
<p>One focus in 5.1 is some long needed and requested updates to some of our plugins. Subscriptions, Watches, Blog Linking, Topic Status and Admin Bar will all be getting our attention. The Subscriptions plugin has been one focus early on here. Here are some of the key and major changes:</p>
<ul>
<li>Now (along with Watches) features a subscription management page in each user&#8217;s profile</li>
<li>Subscription notification emails will now include the post content</li>
<li>Users can now subscribe to a forum provided the forum admin enables this feature</li>
<li>New posts from the admin bar now fire subscription emails</li>
<li>Subscription digest reports (daily or weekly)</li>
</ul>
<p>All of those features are now in testing except for the digest reports which are in early stages of planning and design &#8211; exciting times for Subscriptions!</p>
<p>Another key feature that has already been added to 5.1 is upload panels for Simple:Press plugins and themes. So in the future, if you want to add a new Simple:Press plugin or theme, you can do it right from within the Simple:Press admin menus. Also already complete is a WordPress Role to Simple:Press User Group mapping tool. For quite some time, we have supported mapping WordPress Roles to Simple:Press User Groups but it only took effect on new users or WordPress Role changes. If you already had an established user database with Roles, you had to manually move those users into the proper Simple:Press User Group. With this new tool, it can be done for existing users too.</p>
<p>Recently, we had a user suggest a delete button on topic view just like an edit button. Doh! We had never thought of it nor had it been suggest before, but now its in 5.1!</p>
<p>And I will leave you with this last tidbit. Currently in development and testing is a new plugin that will allow you to post by email. It is primarily, at least initially, designed for replying to admin or subscription notification emails. I will save the details for another blog post here shortly, but this new plugin will be ready by the 5.1 release.</p>
<div class="spForumLink"><span><a href="http://simple-press.com/support-forum/ideas-feature-requests-and-next-version/status-update-on-5-1-1/"><img src="http://simple-press.com/wp-content/sp-resources/forum-plugins/blog-linking/resources/images/sp_BlogLink.png" alt="" /> Join the forum discussion on this post</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/status-update-on-5-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Easter Holiday 5.0.5 Update</title>
		<link>http://simple-press.com/an-easter-holiday-5-0-5-update/</link>
		<comments>http://simple-press.com/an-easter-holiday-5-0-5-update/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 21:21:30 +0000</pubDate>
		<dc:creator>Yellow Swordfish</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=320</guid>
		<description><![CDATA[We know &#8211; a Simple:Press update can&#8217;t be compared to a yummy Easter Egg, but it is a picturesque way to wish all of our users a happy Easter weekend and to announce that we have made version 5.0.5 available along with some plugin and theme updates. While the updates since V5 have been mainly [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://simple-press.com/wp-content/uploads/2012/04/easter-eggs.png" alt="" title="easter-eggs" width="350" height="242" class="alignleft size-full wp-image-321" />We know &#8211; a Simple:Press update can&#8217;t be compared to a yummy Easter Egg, but it is a picturesque way to wish all of our users a happy Easter weekend and to announce that we have made version 5.0.5 available along with some plugin and theme updates.</p>
<p>While the updates since V5 have been mainly to fix teething issues, 5.0.5 also includes some goodies. First up, the Uploader plugin has had some much requested additions &#8211; in particular being made available when editing posts and being added to the Profile Photos panel. A new requested permission can also control who can download other file types (not images or media since they appear in the post content) that have been uploaded. We have also done some work with the image popups and hope we have improved the display.</p>
<p>We have fixed up some problems with the Recent Posts tag and widget as well as the last post display when sub-forums are in play. A small hole in access to sub-forums has also been plugged.</p>
<p>For all of those users who wanted a custom forum icon when new posts exist in topics within that forum &#8211; you now have it. And for those who wanted badges for User Groups &#8211; you have got that too. We have also tightened up the Spam User removal plugin and added some new special options.</p>
<p>For a complete list of 5.0.5 changes you can view the changelog when you update it from the WP admin or visit the toolbox changelog viewer. Please be aware that the plugins and themes we are updating today will need the 5.0.5 update to also be completed.</p>
<p>So &#8211; now we are starting to look ahead and considering what we want to achieve in 5.1. Feel free to come over to <a href="http://mantis.simple-press.com/search.php?project_id=1&#038;sticky_issues=on&#038;target_version=5.1&#038;sortby=status%2Cpriority&#038;dir=ASC%2CDESC&#038;hide_status_id=-2"> and take a look</a> at the plans. It is early days yet and much will change, but we are already getting excited about the new features we want to introduce.  Be sure to <a href="http://www.twitter.com/SimpleForum">Follow us on Twitter</a> to follow the 5.1 progress.</p>
<p>And of course, we will continue to populate the <a href="http://codex.simple-press.com">Codex</a> and work to get the 5.0 API fully documented.</p>
]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/an-easter-holiday-5-0-5-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple:Press Reloaded</title>
		<link>http://simple-press.com/simplepress-reloaded/</link>
		<comments>http://simple-press.com/simplepress-reloaded/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 11:33:49 +0000</pubDate>
		<dc:creator>Yellow Swordfish</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=308</guid>
		<description><![CDATA[If you are reading this then you may have noticed that a lot of things have changed around here. The latest and by far the best version of Simple:Press is out in the wild, a fresh lick of paint has smartened up our websites and a new approach to supporting our plugin is in place. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://simple-press.com/wp-content/uploads/2012/03/red-paint.png" alt="" title="red-paint" width="353" height="266" class="alignleft size-full wp-image-311" />If you are reading this then you may have noticed that a lot of things have changed around here. The latest and by far the best version of Simple:Press is out in the wild, a fresh lick of paint has smartened up our websites and a new approach to supporting our plugin is in place.</p>
<p>It is with some regret and a fair amount of trepidation mixed with anticipation, that we are moving Simple:Press to a membership support site. The sad truth is that after nearly 6 years of developing and supporting Simple:Press, donations and advertising has rarely covered our spiralling costs and our pockets are only so deep. </p>
<p>Sooner or later we would have had to face the tough decision on whether to close the project down or take the plugin premium and start charging for it.  This project has been our labor of love for those six years and we did not want to do either. So we are hoping that the new support membership model we are putting in place will be a good alternative to the other two options.</p>
<p>From now on, we will be asking for a modest payment to get access to what many of our users have continually branded as the best support in the world of WordPress. We wanted, above all, to maintain that appellation and reputation as well as continue to develop and improve Simple:Press into the future with new features and functionality.</p>
<p>It is our sincere hope that our current users will both understand and continue to support us in our goal and that new users will give Simple:Press a test drive and join our community.</p>
]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/simplepress-reloaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple:Press 5 Released</title>
		<link>http://simple-press.com/simplepress-5-released/</link>
		<comments>http://simple-press.com/simplepress-5-released/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 16:30:39 +0000</pubDate>
		<dc:creator>Mr Papa</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=281</guid>
		<description><![CDATA[Yesterday, after a little more than a year in development, we released Version 5 of Simple:Press! At it&#8217;s heart, Simple:Press 5 is a from the ground up rewrite. For the previous 5 or so years we have developed the plugin, the codebase had remained largely the same. We were definitely getting limited in what we [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://simple-press.com/wp-content/uploads/2011/07/SP-site-logo.png" alt="" title="SP-site-logo" width="247" height="94" class="alignleft size-full wp-image-236" />Yesterday, after a little more than a year in development, we released Version 5 of Simple:Press!</p>
<p>At it&#8217;s heart, Simple:Press 5 is a from the ground up rewrite.  For the previous 5 or so years we have developed the plugin, the codebase had remained largely the same.  We were definitely getting limited in what we could do and taking performance hits because of it.  We re-architected the codebase with an eye on performance and extendability. And our pre-release testers tell us the performance gains are huge.</p>
<p>Gone are the limiting skins of previous versions &#8211; replaced by a theme system akin to the WordPress theme system.  No longer are you limited to the layout dictated by the skins and fixed layout &#8211; only being able to, for the most part, change the colors or fonts.  With Simple:Press themes you are in complete control of the look and feel of your forum.  Almost all elements can be moved or placed where you want them to be.  As part of the release, we have provided 4 core themes to get you started.  3 of those themes come with multiple color overlay options.  We have already seen some wonderful looking themes developed by our pre-release community.  We soon hope to have the ability for the community to contribute and share themes.  We will be looking to update our showcase page too with some of these great new 5.0 themes.</p>
<p>Simple:Press 5 also features a full fledged API.  We have extended the WordPress hooks, actions and filters into Simple:Press.  Many, many things can be done now with these hooks much like themes and plugins do for WordPress.  </p>
<p>The most obvious use of this API is the new plugins for Simple:Press &#8211; another key feature of Version 5.  The last release of Version 4 was approaching 3MB in size.  The codebase had gotten bloated with a ton of features and functionally.  A lot of these features were not even used by many of our users.  So we developed SP plugins and moved a lot of non-core functionality into plugins.  So now, you only need to grab those plugins if you want those features.  Just like WordPress, you pick and choose which ones to use on your site.  This has dropped the core archive size to about 900k &#8211; a huge difference.  Plugins will allow us to add new features and functionality without necessarily having to make changes in core that affect everyone.  We also soon hope to have the ability for the community to contribute and share plugins.  </p>
<p>Another great feature built in to Simple:Press 5 is upgrading from within the WordPress admin itself.  Once you get going with Version 5, no more ftp&#8217;ing new versions.  Simple:Press 5 fully supports the WordPress updates functionality.  And yes, you will also be able to update the SP themes and plugins from within the WP updater too!</p>
<p>For translating Simple:Press into your native language, we now use GlotPress, the same community driven translation tool that powers WordPress localizations.  So <a href="http://glotpress.simple-press.com">visit our 5.0 translation site</a> and help get it in your own language.</p>
<p>Starting with Version 5, we are also moving away from our old wiki method of information delivery and moving to a codex style set of documentation.  Again, this will be similar to how the WordPress codex works.  And best of all, the community itself is able to edit and update codex pages with information.  We will be launching that shortly.  Today, the codex is not fully populated &#8211; in fact, most information is missing. We are just starting to populate it with information as we have been more focused on the pre-release process of fixing bugs and getting folks going with the new API.  You can check out the available information by <a href="http://codex.simple-press.com">visiting our Simple:Press Codex site</a>.</p>
<p>So what are you waiting for?  <a href="http://simple-press.com/download/" title="Simple:Press 5 Download">Head over to the downloads page</a> and grab your copy of Simple:Press 5! Please be sure to fully read the download page for Simple:Press 5 requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/simplepress-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple:Press 5.0 Ready for Translation</title>
		<link>http://simple-press.com/simplepress-5-0-ready-for-translation/</link>
		<comments>http://simple-press.com/simplepress-5-0-ready-for-translation/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 02:22:10 +0000</pubDate>
		<dc:creator>Mr Papa</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/simplepress-5-0-ready-for-translation/</guid>
		<description><![CDATA[With Simple:Press 5.0 having reached Release Candidate status, we have no frozen our strings. This means the translators can now begin the process of translating Simple:Press 5.0. For 5.0, we are going to do translations a bit different.  We have launched a new collaborative translation site in the hope of coaxing more folks into helping [...]]]></description>
			<content:encoded><![CDATA[<p>With Simple:Press 5.0 having reached Release Candidate status, we have no frozen our strings. This means the translators can now begin the process of translating Simple:Press 5.0.</p>
<p>For 5.0, we are going to do translations a bit different.  We have launched a new collaborative translation site in the hope of coaxing more folks into helping to translate. This new collaborative translation site uses GlotPress, the same localization tool used for WordPress in creating its localized versions.</p>
<p>For SP 5.0, we have broken the translations up into multiple pieces.  There is the front end core, the back end administration core, plugins and themes.  So the base SP core is broken into two pieces: front end and administration.  Each plugin and each theme will have their own translations too.<br />
With GlotPress, users can translate a single string or as many strings as they like.  Additionally, if you disagree with a translation or want to recommend an improved translation, users can do that. </p>
<p>So head on over to our new <a href="http://glotpress.simple-press.com" rel="nofollow" target="_blank">Simple:Press 5.0 Translation Site</a> and help translate Simple:Press into your language.</p>
<p>You will need to register on the translation site in order to help translate (yup, that&#8217;s a WordPress site hiding in the background).  You can find the register link in the upper right hand corner as well as some getting started information.</p>
<p>As part of the translation process, and to help speed it up, we would like to get a couple 2 or3 Translation Validators for each language. When a translation is submitted, it needs to be approved.  Since the Simple:Press team doesn&#8217;t speak all the languages that our users do, these Translation Validators will help the approval process along.  If you would like to volunteer to be a Translation Validator for a language, please let us know via our <a href="/contact/" rel="nofollow" target="_blank">contact form</a>.</p>
<p>If you don&#8217;t see a language listed that you would like to translate Simple:Press into, please let us know and we will see if we can get it added for you.</p>
<p>Again, that new translation site is <a href="http://glotpress.simple-press.com" rel="nofollow" target="_blank">http://glotpress.simple-press.com</a></p>
<div class="spForumLink"><span><a href="http://simple-press.com/support-forum/sp5-general-topics/simplepress-5-0-ready-for-translation/"><img src="http://simple-press.com/wp-content/sp-resources/forum-plugins/blog-linking/resources/images/sp_BlogLink.png" alt="" /> Join the forum discussion on this post</a></span></div>]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/simplepress-5-0-ready-for-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>V5 Goes Into Beta At Last</title>
		<link>http://simple-press.com/v5-goes-into-beta-at-last/</link>
		<comments>http://simple-press.com/v5-goes-into-beta-at-last/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 09:56:42 +0000</pubDate>
		<dc:creator>Yellow Swordfish</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=264</guid>
		<description><![CDATA[After a long year of redesign, restructuring and rewriting of all the code, Version 5 of Simple:Press has finally reached beta and is now available for download &#8211; later than we imagined when we started but &#8211; hopefully &#8211; better and more rugged for the long gestation. We would especially like to thank all those [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://simple-press.com/wp-content/uploads/2011/11/V5-Beta-Sticker.png" alt="" title="V5-Beta-Sticker" width="238" height="238" class="alignleft size-full wp-image-262" />After a long year of redesign, restructuring and rewriting of all the code, Version 5 of Simple:Press has finally reached beta and is now available for download &#8211; later than we imagined when we started but &#8211; hopefully &#8211; better and more rugged for the long gestation.</p>
<p>We would especially like to thank all those who took part in the alpha stage &#8211; for their tracking down of bugs, their testing and their suggestions for improvement.</p>
<p>If you want to take a closer look at V5 beta then head over to the <a href="http://simple-press.com/simplepress-version-5-beta-download/">Download Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/v5-goes-into-beta-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple:Press 4.4.5 Now Available</title>
		<link>http://simple-press.com/simplepress-4-4-5-now-available/</link>
		<comments>http://simple-press.com/simplepress-4-4-5-now-available/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:14:56 +0000</pubDate>
		<dc:creator>Mr Papa</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://simple-press.com/?p=235</guid>
		<description><![CDATA[Today, we have released Simple:Press Version 4.4.5. This is primarily a bug fix release to coincide with the WordPress 3.2 release cycle. WordPress version 3.2 is currently in RC2 status and will be released any day. Simple:Press version 4.4.4 (the previous release) works just fine with WP 3.2 so an upgrade is not required unless [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we have released Simple:Press Version 4.4.5. This is primarily a bug fix release to coincide with the WordPress 3.2 release cycle. WordPress version 3.2 is currently in RC2 status and will be released any day.  Simple:Press version 4.4.4 (the previous release) works just fine with WP 3.2 so an upgrade is not required unless you want to get the bug fixes.</p>
<p>Some of the bugs squashed were an issue with using wp smileys, images from flickr and photobucket clashing with oembeds, wp/sp comment interspersing, icon text not saving in options, tinymce spellchecker and tinymce paste plain text.  You can see all the changes on our <a href="http://mantis.simple-press.com/search.php?project_id=1&#038;sticky_issues=on&#038;target_version=4.4.5&#038;sortby=status%2Cpriority&#038;dir=ASC%2CDESC&#038;hide_status_id=-2">bug tracker page for 4.4.5.<br />
</a></p>
<p>It is a also worth noting that we updated all of the Simple:Press Icon Sets for this release as part of the icon text not saving in the options issue.  So you may want to grab our latest icon sets too though not required if you are not having any issues.</p>
<p>Please head over to our <a href="http://simple-press.com/download/">downloads page</a> and grab 4.4.5.  This really does clear the decks for 5.0 development which is starting an Alpha testing period beginning July 1.</p>
<p>The affected files are listed below:</p>
<p>M       simple-forum/sf-hooks.php<br />
M       simple-forum/styles/editors/tinymce/ui.css<br />
M       simple-forum/styles/icons/default/ICON_DEFAULTS.php<br />
M       simple-forum/styles/icons/three-en/ICON_DEFAULTS.php<br />
M       simple-forum/styles/icons/two-en/ICON_DEFAULTS.php<br />
M       simple-forum/styles/icons/ash/ICON_DEFAULTS.php<br />
M       simple-forum/styles/icons/four-en/ICON_DEFAULTS.php<br />
M       simple-forum/sf-loader-admin.php<br />
M       simple-forum/admin/panel-options/forms/sfa-options-style-form.php<br />
M       simple-forum/admin/panel-options/support/sfa-options-prepare.php<br />
M       simple-forum/admin/panel-options/support/sfa-options-save.php<br />
M       simple-forum/forum/forms/sf-form-login.php<br />
M       simple-forum/forum/sf-page-components.php<br />
M       simple-forum/linking/sf-links-comments.php<br />
M       simple-forum/library/sf-filters.php<br />
M       simple-forum/install/sf-install.php<br />
M       simple-forum/install/sf-upgrade.php<br />
M       simple-forum/sf-constants.php<br />
M       simple-forum/editors/tinymce/plugins/spellchecker/editor_plugin.js<br />
M       simple-forum/editors/tinymce/plugins/spellchecker/css/content.css<br />
M       simple-forum/editors/tinymce/plugins/spellchecker/classes/utils/JSON.php<br />
M       simple-forum/editors/tinymce/plugins/spellchecker/classes/utils/Logger.php<br />
M       simple-forum/editors/tinymce/sf-tinyinit.php<br />
M       simple-forum/sf-control.php<br />
M       simple-forum/messaging/ahah/sf-ahah-pm-manage.php</p>
]]></content:encoded>
			<wfw:commentRss>http://simple-press.com/simplepress-4-4-5-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

