<?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>Home</title>
	<atom:link href="http://www.wp-united.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-united.com</link>
	<description>Integrating phpBB &#038; WordPress</description>
	<lastBuildDate>Sun, 20 Jun 2010 14:15:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP-United v0.8.5 (and earlier) with WordPress 3.0</title>
		<link>http://www.wp-united.com/2010/06/19/wp-united-v0-8-5-and-earlier-with-wordpress-3-0/</link>
		<comments>http://www.wp-united.com/2010/06/19/wp-united-v0-8-5-and-earlier-with-wordpress-3-0/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 09:50:12 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=275</guid>
		<description><![CDATA[WordPress 3.0 is out and WP-United v0.9 is not yet ready.
I will push out an interim of WP-United soon that will work better with WordPress 3.0. However, if you have already upgraded your WordPress, you will receive errors about make_clickable due to a few formatting changes in WordPress files (or a blank page).
To fix these, [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 is out and WP-United v0.9 is not yet ready.</p>
<p>I will push out an interim of WP-United soon that will work better with WordPress 3.0. However, if you have already upgraded your WordPress, you will receive errors about make_clickable due to a few formatting changes in WordPress files (or a blank page).</p>
<p>To fix these, go to your phpBB root folder and open wp-united/wp-integration-class.php. </p>
<p>Go to line 341. It should look like this:<br />
<code><br />
$cSet = str_replace('require (ABSPATH . WPINC . ' . "'/$fName","$cFor // ",$cSet);<br />
</code></p>
<p>Replace that line with the following code:<br />
<code><br />
			$finds = array(<br />
				'require (ABSPATH . WPINC . ' . "'/$fName",<br />
				'require( ABSPATH . WPINC . ' . "'/$fName"<br />
			);<br />
			$cSet = str_replace($finds,"$cFor // ",$cSet);<br />
</code></p>
<p>Then clear your cache (phpBB ACP -> Purge Cache).</p>
<p>This will fix your errors and allow you to use or install WP-United v0.8.5 with WordPress 3.0.</p>
<div id="attachment_279" class="wp-caption alignleft" style="width: 310px"><a href="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/06/wp3.png"><img src="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/06/wp3-300x175.png" alt="screenshot" title="phpBB inside WordPress 3" width="300" height="175" class="size-medium wp-image-279" /></a><p class="wp-caption-text">phpBB inside WordPress 3</p></div>
<p>However, please note:</p>
<ul>
<li>I haven&#8217;t done detailed testing yet with the new default theme (although it seems to integrate fine for me with CSS Magic on.)</li>
<li>The new WordPresss multi-user blog features won&#8217;t work with WP-United yet</li>
<li>Unlikely, but some other features may be broken &#8212; if you find them, please let me know</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/06/19/wp-united-v0-8-5-and-earlier-with-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>v0.9: Becoming more of a WordPress plugin</title>
		<link>http://www.wp-united.com/2010/06/09/v0-9-becoming-more-of-a-wordpress-plugin/</link>
		<comments>http://www.wp-united.com/2010/06/09/v0-9-becoming-more-of-a-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 10:29:42 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[WP-United Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[phpBB3]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/2010/06/09/v0-9-becoming-more-of-a-wordpress-plugin/</guid>
		<description><![CDATA[I&#8217;m making some more progress with WP-United v0.9&#8230; the brand new settings panel is now operational, and can transfer its settings out to phpBB. This is much simpler to use, and complerely replaces the &#8220;Setup Wizard&#8221; on the phpBB side. 
This marks a major shift in the way WP-United works conceptually. Prior to v0.9 we [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making some more progress with WP-United v0.9&#8230; the brand new settings panel is now operational, and can transfer its settings out to phpBB. This is much simpler to use, and complerely replaces the &#8220;Setup Wizard&#8221; on the phpBB side. </p>
<p>This marks a major shift in the way WP-United works conceptually. Prior to v0.9 we have always been a &#8220;phpBB mod&#8221;. The Setup Wizard was quite innovative for phpBB &#8212; certainly more so than most other phpBB mods. However, the phpBB ACP hasn&#8217;t served us well. It still requires some actions to be taken by the user to see the WP-United Setup Wizard, and in general, the rest of the ACP is a bit of a mess with too many options buried under menus.</p>
<p><strong></p>
<p>Leveraging WordPress&#8217; plugin system better</strong></p>
<p>We&#8217;ve always used WordPress&#8217; plugin system in WP-United, but most of the core code sat outside that, under your forum directory.</p>
<p>v0.9 will change that. Now that the panel is working, my plan is to move most, if not all, of the WP-United files (that currently sit under your-forum/wp-united) to a plugin folder in phpBB. I&#8217;d like users to be able to automatically download and install the plugin using the WordPress plugin browser &#8212; this will hopefully go a long way to achieving that.</p>
<p>However, we still have one snag: phpBB still requires some code edits. Over the last few versions, we&#8217;ve cut down the number of edits required significantly, but there are still plenty. In the interest of releasing v0.9 sometime this century, I will start off simply, by including instructions in the WordPress plugins panel with a link to the XML file containing instructions on editing phpBB.</p>
<p>While this should be fairly clear, it&#8217;s not a great solution in the long run. Every time a user has to manually edit files, things can go wrong (no arrogance here &#8212; I make mistakes installing it myself very frequently). I&#8217;d be interested in hearing people&#8217;s thoughts on how this should work for v1.0. </p>
<p><strong>Likely way forward for v1.0</strong></p>
<p>I&#8217;ve done a bit of thinking, and right now, I think the following would work best:</p>
<ul>
<li>Distribute a customized version of the AutoMod engine with WP-United.</li>
<li>After the user fills in the WP-United basic settings in WordPress, we inspect the phpBB installation. If AutoMod is already installed there, we give a link to a zip file and ask the user to install it using their pre-existing AutoMod (likely they are already comfortable using it)</li>
<li>If they don&#8217;t, we give them a choice: install manually or automatically. An automatic installation would back up phpBB files and apply changes the bast way we can. The inner-workings of AutoMod would be hidden from the user. A manual installation would be the same as planned for v0.9.</li>
</ul>
<p>
<strong>Alternative: A pre-mod option</strong></p>
<p>The idea of a pre-mod option is for WordPress users who haven&#8217;t already installed phpBB. They could go to the plugin browser, and in a couple of clicks, install a fully integrated, WP-United phpBB. The phpBB install could even be completely managed &#8212; hidden in a plugin subfolder and exposing forum pages via permalinks.</p>
<p>This would undoubtedly be cool, and would bring in tons of new users while reducing support requests &#8212; but I can see that maintenance would be a big problem. With each release of phpBB I would have a lot more work to do, and that would take time away from what&#8217;s important: Maintaining the WP-United core. In addition, users who installed this way would get a nasty shock when it came to installing new phpBB themes: they&#8217;d still have to learn how to do mod edits then.</p>
<p>The only way I think this would work is having a user-contributed repository of pre-edited themes at WP-United.com so that phpBB turns into an end-to-end point-and-click install for WordPress users. Maybe this is something we can consider for v2.0. (However, hopefully by that time, phpBB will already be sporting a decent plugin system).</p>
<p>Due to the above, I&#8217;ve discounted this option for now, but I am excited about the possibility for a future version.</p>
<p><strong>Your thoughts?</strong></p>
<p>I&#8217;d be interested in hearing from users with a WordPress (rather than a phpBB) background as to how the install should work in an ideal world.</p>
<p>Thinking from a WordPress administrator&#8217;s perspective, is a completely managed phpBB install desirable? Or would you rather have a separate install which requires some management (and the inevitable bugs that accompany it)?</p>
<p>If we, in the long run, opted for the former, would you be interested in contributing to the community by helping to maintain one-click-install repositories of modified phpBB code and themes?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/06/09/v0-9-becoming-more-of-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Server upgrade in progress, please stand by</title>
		<link>http://www.wp-united.com/2010/06/08/server-upgrade-in-progress-please-stand-by/</link>
		<comments>http://www.wp-united.com/2010/06/08/server-upgrade-in-progress-please-stand-by/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 13:27:42 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Release Announcements]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=269</guid>
		<description><![CDATA[Over the next few hours there will be sporadic downtime &#8212; I&#8217;m upgrading the server operating system.
It is safe to create new posts &#8212; the database will not be rolled back. However, you will have access problems from time to time.
]]></description>
			<content:encoded><![CDATA[<p>Over the next few hours there will be sporadic downtime &#8212; I&#8217;m upgrading the server operating system.</p>
<p>It is safe to create new posts &#8212; the database will not be rolled back. However, you will have access problems from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/06/08/server-upgrade-in-progress-please-stand-by/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WP-United v0.9 Status</title>
		<link>http://www.wp-united.com/2010/04/05/wp-united-v0-9-status/</link>
		<comments>http://www.wp-united.com/2010/04/05/wp-united-v0-9-status/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 22:55:23 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[WP-United Development]]></category>
		<category><![CDATA[phpBB3]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=263</guid>
		<description><![CDATA[I&#8217;ve been travelling the last few weeks, with limited Internet access, so while I have been very bad at responding to e-mails and messages on the forums, I have managed to make a lot of progress with the next big version of WP-United:

blog.php is gone: WP-United will no longer need it, making installation for new [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been travelling the last few weeks, with limited Internet access, so while I have been very bad at responding to e-mails and messages on the forums, I have managed to make a lot of progress with the next big version of WP-United:</p>
<ul>
<li>blog.php is gone: WP-United will no longer need it, making installation for new users much simpler.</li>
<li>The way WordPress is called has changed: it will now be compatible with nearly all plugins, without needing most plugin fixes.</li>
<li>The installation process is in the process of being changed. The Wizard / Setup Page is being moved from phpBB to WordPress, and will be much easier to use. Below is a sneak preview. Highlights include an interactive filelist for setting paths, tabbed/sliding menus, much more clarity in options, and (hopefully) no more &#8220;Step 5&#8243; blues.</li>
</ul>
<div id="attachment_264" class="wp-caption alignleft" style="width: 160px"><a href="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/04/wpucpl.jpg"><img src="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/04/wpucpl-150x150.jpg" alt="New Control Panel" title="New Control Panel 1" width="150" height="150" class="size-thumbnail wp-image-264" /></a><p class="wp-caption-text">New Control Panel 1</p></div><br />
<div id="attachment_265" class="wp-caption alignleft" style="width: 160px"><a href="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/04/wpucpl2.jpg"><img src="http://www.wp-united.com/wp-portal/wp-content/uploads/2010/04/wpucpl2-150x150.jpg" alt="New Control Panel 2" title="New Control Panel 2" width="150" height="150" class="size-thumbnail wp-image-265" /></a><p class="wp-caption-text">New Control Panel 2</p></div>
<p>While you are welcome to check out and test v0.9, it is still in the process of undergoing open heart surgery. Many portions of code are temporary and subject to change, and the new control panel is not yet finished.</p>
<p>I envisage that things will start to crystallize in 2 weeks or so, and then hopefully testing will be easier and more people can follow along &#8212; watch this space!</p>
<p>I will be back on a regular schedule from the end of next week too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/04/05/wp-united-v0-9-status/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>What&#8217;s going on?</title>
		<link>http://www.wp-united.com/2010/03/21/whats-going-on/</link>
		<comments>http://www.wp-united.com/2010/03/21/whats-going-on/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 10:13:51 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[WP-United Development]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=261</guid>
		<description><![CDATA[You will have noticed that I haven&#8217;t been around much in the last two weeks. I have some leave at work coming up, and as such, have been trying to clear my desk before I go, meaning I haven&#8217;t had much time to myself.
I normally manage to check off forum posts at lunch times and [...]]]></description>
			<content:encoded><![CDATA[<p>You will have noticed that I haven&#8217;t been around much in the last two weeks. I have some leave at work coming up, and as such, have been trying to clear my desk before I go, meaning I haven&#8217;t had much time to myself.</p>
<p>I normally manage to check off forum posts at lunch times and in the evenings, that that just hasn&#8217;t been possible recently. Thank you to everyone who has been helping out on the forums &#8212; especially DeaconFrost, Vertical, and all the other regulars.</p>
<p>I am still tight for time before I go, but have managed to clear the Installation Support forum today, and hope to do the same for the Bug Report forum too.</p>
<p>Once I&#8217;m on holiday, I should get a bit more time to catch up &#8212; including a long haul flight or two to spend a bit of time working on v0.9 <img src='http://www.wp-united.com/wp-portal/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . It is essential that I proceed on v0.9 as WordPress 3 is looming ever-closer.</p>
<p>If you have e-mailed with a support request, I am sorry for the tardy response &#8212;  but my priority is finishing off existing requests and catching up with the forum. I will be accepting more requests when things quieten down a bit. Meanwhile, the offer still stands for experienced members here to subcontract on support requests&#8211; if you are interested, please let me know.</p>
<p>John</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/03/21/whats-going-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WP-United v0.8.5 Released!</title>
		<link>http://www.wp-united.com/2010/02/25/wp-united-v0-8-5-released/</link>
		<comments>http://www.wp-united.com/2010/02/25/wp-united-v0-8-5-released/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 09:21:38 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Release Announcements]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=259</guid>
		<description><![CDATA[I&#8217;m delighted to announce the release of WP-United v0.8.5. This release is a snapshot of the changes that have taken place in WP-United over the past few weeks: There are a few new features and options, and plenty of bug fixes. I wanted to release these changes beore focusing on the bigger changes coming in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m delighted to announce the release of WP-United v0.8.5. This release is a snapshot of the changes that have taken place in WP-United over the past few weeks: There are a few new features and options, and plenty of bug fixes. I wanted to release these changes beore focusing on the bigger changes coming in v0.9.</p>
<p>Visit the <a href="http://www.wp-united.com/get-wp-united">download page</a> to get the latest version. Upgrade instructions are included.</p>
<p><span id="more-259"></span></p>
<p>The detailed list of changes is as follows:</p>
<ul>
<li>Fixed plugin fixer not covering all global variables</li>
<li>Fixed plugin fixer not working with plugins that use PHP short tags</li>
<li>Suppress errors during the WP-United Setup Wizard for people with open_basedir restrictions</li>
<li>Fixed: If forum and blog are both in root directory, add explicit &#8220;index.php&#8221; to the forum link</li>
<li>Added more classes to the login / userinfo widget to facilitate styling.</li>
<li>NEW option: cross-post excerpts or full posts. Three choices: Excerpt / full post / ask each time</li>
<li>Removed inline JavaScript for smilies. All WP-United JS moved to wp-united/js/wpu-min.js</li>
<li>Fixed tags/categories not showing up properly on cross-posted posts</li>
<li>show &#8220;cross-post&#8221; in past tense in force xpost box if already xposted.</li>
<li>added two new configuration options, SHOW_BLOG_LINK, and WPU_INTEG_DEFAULT_STYLE &#8212; full info in options.php</li>
<li>Fixed problem links in reverse integration, e.g. on phpBB FAQ page</li>
<li>fixed uncategorized category checked when selecting cross-posting</li>
<li>changed &lt;br /&gt; and &lt;p&gt; BBCode translations to \n rather than [br]</li>
<li>Stopped allowing submission of blank cross-posted comments</li>
<li>Fixed smiley path in cross-posted comments sometimes not correct</li>
<li>User mapper is now case insensitive when looking for suggested phpBB username matches</li>
<li>Added new option, WPU_SHOW_TAGCATS, to suppress display of categories &#038; tags in cross-posts</li>
<li>Fixed avatar and other details not synced when deleted by user in UCP</li>
<li>Added option in options.php to define templates on which the WordPress header/footer should not appear, and pre-filled it with some shoutboxes.</li>
<li>Installer auto-purges cache again when finished to ensure WP-United tab appears</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/02/25/wp-united-v0-8-5-released/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>WP-United User Manual: Help Needed!</title>
		<link>http://www.wp-united.com/2010/02/13/wp-united-user-manual-help-needed/</link>
		<comments>http://www.wp-united.com/2010/02/13/wp-united-user-manual-help-needed/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 09:46:49 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Release Announcements]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=252</guid>
		<description><![CDATA[Hi everyone. Continuing the topic of &#8220;how you can help&#8221;, if you are unable to donate, but have a little bit of free time, please feel free to download and update a bit of the WP-United user manual.

It is in need of a little love &#8212; the Setup Wizard instructions are still for v0.7.1. It [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone. Continuing the topic of &#8220;how you can help&#8221;, if you are unable to donate, but have a little bit of free time, please feel free to download and update a bit of the WP-United user manual.</p>
<p><span id="more-252"></span></p>
<p>It is in need of a little love &#8212; the Setup Wizard instructions are still for v0.7.1. It will potentially form the basis of a wiki, but more importantly, should be included with every download as a canonical reference source, so people can read it when setting up. </p>
<p>I don&#8217;t expect anyone to take the whole thing on, as it is actually a very big job &#8212; oddly enough, writing about all the possible installation scenarios of WP-United and the possibilities available,  could take up hundreds of pages. However, if you fancied updating a page or two, it would very much appreciated. Also, any &#8220;tips or tricks&#8221; or troubleshooting you have from your experience, would be gratefully received.</p>
<p>You can download the  manual from SVN, <a href="http://www.wp-united.com/svn/user-manual">here</a>. It is in ODF, and it would be great if it could stay that way &#8212; if you are using software by The Man, you can download an ODF add-in to open and save the format. (For downloads, I will convert it to PDF, and probably many other formats. The key is keeping the source in ODF).</p>
<p>If you do decide to update, post your intentions here so we don&#8217;t tread on each others&#8217; &#8220;editing toes&#8221;. Also, feel free to give yourself and your site credit at the back of the manual.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/02/13/wp-united-user-manual-help-needed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WP-United Translation Drive</title>
		<link>http://www.wp-united.com/2010/02/10/wp-united-translation-drive/</link>
		<comments>http://www.wp-united.com/2010/02/10/wp-united-translation-drive/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 08:18:31 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Supporting WP-United]]></category>
		<category><![CDATA[translations]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=247</guid>
		<description><![CDATA[If you have a bit of time to spare, and would like to help support WP-United, translation is a great way to do it!
At various times, WP-United has been translated into German, French, Italian and Swedish. However, they are all out of date &#8212; some more than others.
If you would like to help translate, here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a bit of time to spare, and would like to help support WP-United, translation is a great way to do it!</p>
<p>At various times, WP-United has been translated into German, French, Italian and Swedish. However, they are all out of date &#8212; some more than others.</p>
<p>If you would like to help translate, here&#8217;s how:</p>
<p><span id="more-247"></span></p>
<p><strong>1. Download a set of translation files, and modify them for your language:</strong></p>
<ul>
<li><a href="http://www.wp-united.com/svn/trunk/root/language/en/mods/permissions_wp-united.php">The main WP-United language file</a></li>
<li><a href="http://www.wp-united.com/svn/trunk/root/language/en/mods/admin_wp-united.php">The WP-United admin language file</a></li>
<li><a href="http://www.wp-united.com/svn/trunk/root/language/en/mods/wp-united.php">The WP-United permissions language file</a></li>
</ul>
<p>These links will always point to the most up-to-date English files we have. Translating is easy &#8212; open them up in a decent text editor, and modify the strings. Give yourself credit at the top of the file, and make sure you save it in UTF-8 (without Byte Order Marker).</p>
<p>To view the current state of language files, you can browse through them <a href="http://www.wp-united.com/svn/trunk/root/language/">here</a>.</p>
<p>In order for the translation to make it into the download file for release, we need a full translation of all files, not just the main file.</p>
<p><strong>2. create an install.xml for your translation.</strong></p>
<p>This part is slightly more technical, but will tke significantly less time than the actual translation. Once you have your translated files ready, download one of the existing language install files, and modify it for your language.</p>
<p>Currently, the Swedish file is the most up-to-date, so you can use that as a template &#8212; you can get it <a href="http://www.wp-united.com/svn/trunk/languages/sv.xml">here</a>. All you need to change in this file are the author details, and the copy paths, replacing &#8220;sv&#8221; for swedish, with the code for your language.</p>
<p><strong>3. Done!</strong></p>
<p>When you&#8217;re done, zip up the files and send them to me (you can post them on the forum, or by PM). I will then include them in the next release.</p>
<p>Please note that, from release to release, translations do need changing &#8212; I will contact you to try to obtain an update once language strings have been finalised. However, you will not be obliged to keep it up to date.</p>
<p>Merci Beaucoup, Viele Dank, Gracias, 谢谢!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/02/10/wp-united-translation-drive/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Follow us on Twitter</title>
		<link>http://www.wp-united.com/2010/02/09/follow-us-on-twitter/</link>
		<comments>http://www.wp-united.com/2010/02/09/follow-us-on-twitter/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:36:31 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Following Us]]></category>
		<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=245</guid>
		<description><![CDATA[This site will be redesigned soon &#8212; at that point I will give in to the Web 2.0 bandwagon, and spray some social networking buttons onto the site.
However, in the meantime, to stay up-to-date with WP-United developments and releases, follow us on twitter: #wpunited .
You can also find WP-United on Facebook: Search for WP-United and [...]]]></description>
			<content:encoded><![CDATA[<p>This site will be redesigned soon &#8212; at that point I will give in to the Web 2.0 bandwagon, and spray some social networking buttons onto the site.</p>
<p>However, in the meantime, to stay up-to-date with WP-United developments and releases, follow us on twitter: <a href="https://twitter.com/wpunited">#wpunited</a> .</p>
<p>You can also find WP-United on Facebook: Search for WP-United and become a fan!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/02/09/follow-us-on-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WP-United v0.8.4 released!</title>
		<link>http://www.wp-united.com/2010/02/06/wp-united-v0-8-4-released/</link>
		<comments>http://www.wp-united.com/2010/02/06/wp-united-v0-8-4-released/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:28:30 +0000</pubDate>
		<dc:creator>Jhong</dc:creator>
				<category><![CDATA[Release Announcements]]></category>

		<guid isPermaLink="false">http://www.wp-united.com/?p=237</guid>
		<description><![CDATA[v0.8.4 is here, and brings a few bug fixes and improvements.
Get it from the downloads page. To upgrade from v0.8.x, simply copy over all the new files in /root, and then purge your phpBB cache. For upgrading from older versions, or installing fresh, please see the README included.

NEW: auto-installer replaces the manual wpu-installer.php
Fixed comments closed [...]]]></description>
			<content:encoded><![CDATA[<p>v0.8.4 is here, and brings a few bug fixes and improvements.</p>
<p>Get it from the <a href="http://www.wp-united.com/get-wp-united/">downloads page</a>. To upgrade from v0.8.x, simply copy over all the new files in /root, and then purge your phpBB cache. For upgrading from older versions, or installing fresh, please see the README included.</p>
<ul>
<li>NEW: auto-installer replaces the manual wpu-installer.php</li>
<li>Fixed comments closed for global announcements when they shouldn&#8217;t be.</li>
<li>Fixed unreliable display of comment date/time</li>
<li>Added better error catching for when WP-United isn&#8217;t installed properly</li>
<li>Fixed timezone of cross-posts</li>
<li>Improved BBCode &#038; magic URL checking in cross posts</li>
<li>Fixed errors with user blogs list, and improved login_userinfo template tag</li>
<li>Fixed username incorrect when editing cross-posted posts</li>
<li>Fixed integration error message after updating password or username under some circumstances</li>
<li> .. and a few other bug fixes too dull to list here.</li>
</ul>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-united.com/2010/02/06/wp-united-v0-8-4-released/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
