<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: punbb</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: punbb</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:47:48 +0000</pubDate>

<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18386</link>
<pubDate>Mon, 18 Aug 2008 02:43:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18386@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you have an issue with the alpha release, please file a ticket at trac.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/newticket&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/newticket&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will need to log in before you can file a ticket.  Be sure to choose the correct version when submitting the ticket.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18379</link>
<pubDate>Sun, 17 Aug 2008 19:48:17 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok all that's not working now is posting. The box shows and you can enter everything, but clicking submit just sends you back to the index with no changes. Any help?&#60;/p&#62;
&#60;p&#62;I just tested removing the line &#34;require('/var/www/html/wp-blog-header.php');&#34; in config, and it works again, so that fix you  gave works, this is another issue caused by integration.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18303</link>
<pubDate>Fri, 15 Aug 2008 00:01:43 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18303@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah one thing seems to be it stops access to the admin panel. Its listed on the nav section, but clicking it bounces you back to the index. Whilst bearable, I expect there are other issues (like profile editing) so would you happen to have any idea how to correct this?&#60;/p&#62;
&#60;p&#62;Thanks for all your help this far!&#60;/p&#62;
&#60;p&#62;Edit: Yup it breaks posting too. I hope you can help me!
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18302</link>
<pubDate>Thu, 14 Aug 2008 23:26:10 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18302@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well that works perfect as you said! Is the fact it doesn't retrieve the primitive capability first an issue for running the board?
&#60;/p&#62;</description>
</item>
<item>
<title>bendalton on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18295</link>
<pubDate>Thu, 14 Aug 2008 18:37:15 +0000</pubDate>
<dc:creator>bendalton</dc:creator>
<guid isPermaLink="false">18295@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In retrospect... that fixed the issue, but I'm pretty sure the issue is in the capabilities file bb_current_user_can does not reference the bb_map_meta_cap to retrieve primitive capability... &#60;/p&#62;
&#60;p&#62;so, my solution works, but the bb_current_user_can should be able to retrieve the primitive capability first.
&#60;/p&#62;</description>
</item>
<item>
<title>bendalton on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18290</link>
<pubDate>Thu, 14 Aug 2008 16:44:04 +0000</pubDate>
<dc:creator>bendalton</dc:creator>
<guid isPermaLink="false">18290@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had the EXACT same problem...&#60;/p&#62;
&#60;p&#62;In bb_includes/template-functions.php&#60;/p&#62;
&#60;p&#62;there were several references to bb_user_can 'write-post' and 'write-topic'... however, when comparing this to the capabilities.php doc in bb_includes/backpress/capabilities.php, these capabilities are defined with the strings in plural: 'write-posts' and 'write-topics'... in the template_functions.php doc, I changed all the references... and now all is peachy!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18277</link>
<pubDate>Thu, 14 Aug 2008 03:35:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18277@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very odd.  I can see what you're talking about now.  There is the &#38;lt;h2&#38;gt;Reply&#38;lt;/h2&#38;gt; but then something goes wrong.&#60;/p&#62;
&#60;p&#62;This is in the source:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;post-form&#38;quot;&#38;gt;New Topic&#38;lt;/h2&#38;gt;

		&#38;lt;/div&#38;gt;

		&#38;lt;!--
			If you like showing off the fact that your server rocks,
			&#38;lt;h3&#38;gt;0.150 - 15 queries&#38;lt;/h3&#38;gt;
		--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;br /&#62;
Looks like bbPress has it until the &#60;code&#62;&#38;lt;h2 class=&#38;quot;post-form&#38;quot;&#38;gt;New Topic&#38;lt;/h2&#38;gt;&#60;/code&#62; part, then WordPress takes over for some reason.  At least it looks like that's what's happening.  If you look at the source of the page you'll see what I mean.&#60;/p&#62;
&#60;p&#62;Sorry I don't know what's causing the problem, but it's interesting to look at nonetheless.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18269</link>
<pubDate>Wed, 13 Aug 2008 22:52:16 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18269@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I fixed that, must have been a bug in the original skin. The issue is apparent on all skins- I've just reinstalled the default skin and set that as the current skin if you can have a look.&#60;/p&#62;
&#60;p&#62;I'm really at a loss as to what is causing it to cut off :s.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18260</link>
<pubDate>Wed, 13 Aug 2008 18:34:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18260@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why is this listed as a stylesheet in the source?  It gives a 404 then includes the whole WordPress page as a stylesheet:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://www.audioscribbler.co.uk/oldboards/my-templates/bbpress-forum/style2.css?v=8&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#38;nbsp;&#60;/p&#62;
&#60;p&#62;I don't know if that has anything to do with it, but it's not right.&#60;/p&#62;
&#60;p&#62;Also, does the problem you're describing happen with the stock template as well?
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18254</link>
<pubDate>Wed, 13 Aug 2008 16:46:03 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18254@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh, sorry, yes I did until I can get this working. You can access it at &#60;a href=&#34;http://www.audioscribbler.co.uk/oldboards&#34; rel=&#34;nofollow&#34;&#62;http://www.audioscribbler.co.uk/oldboards&#60;/a&#62; now.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18248</link>
<pubDate>Wed, 13 Aug 2008 13:01:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18248@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's a PunBB installation right now.  Did you switch it?
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18229</link>
<pubDate>Wed, 13 Aug 2008 00:19:21 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18229@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can also add that clicking &#34;edit&#34; or &#34;favourites&#34; in a user profile just sends you to the board index when the line is included.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18228</link>
<pubDate>Wed, 13 Aug 2008 00:18:37 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18228@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a strange error. I'm running 1.0, however it may not be solely an issue caused by 1.0. I've noticed that whenever the line &#34;require('/var/www/html/wp-blog-header.php'); &#34; is in my config file, the new topic/ post form will not display. On the topic listings and in threads it will simply have the header (eg: New Topic in this Forum) and nothing below it and accessing the new topic page directly just returns a white blank page.  &#60;/p&#62;
&#60;p&#62;For reference, my board is &#60;a href=&#34;http://www.audioscribbler.co.uk/boards&#34; rel=&#34;nofollow&#34;&#62;http://www.audioscribbler.co.uk/boards&#60;/a&#62; and I currently have the line in my config so you can see the new topic issue.  Obviously this kills any chance of integration until this is resolved.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>iam123 on "replacing punBB and adsense"</title>
<link>http://bbpress.org/forums/topic/replacing-punbb-and-adsense#post-16681</link>
<pubDate>Tue, 10 Jun 2008 09:54:50 +0000</pubDate>
<dc:creator>iam123</dc:creator>
<guid isPermaLink="false">16681@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes its difficult:(
&#60;/p&#62;</description>
</item>
<item>
<title>jmurphee on "replacing punBB and adsense"</title>
<link>http://bbpress.org/forums/topic/replacing-punbb-and-adsense#post-16674</link>
<pubDate>Tue, 10 Jun 2008 03:09:26 +0000</pubDate>
<dc:creator>jmurphee</dc:creator>
<guid isPermaLink="false">16674@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i am trying to use the K2 theme on a website I'm working on. i had punBB integrated with it with an event calendar. I'm wondering if it would be difficult to replace the punBB forum wit bbPress.  i dont want to preserve users or anything...just replace it altogether. &#60;/p&#62;
&#60;p&#62;For reference, this is the theme I'd like to use:&#60;br /&#62;
&#60;a href=&#34;http://paymentsource.com&#34; rel=&#34;nofollow&#34;&#62;http://paymentsource.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also, is it easy to add adsense to bbPress?
&#60;/p&#62;</description>
</item>
<item>
<title>Tyrun101 on "question about exporting from bbpress"</title>
<link>http://bbpress.org/forums/topic/question-about-exporting-from-bbpress#post-14644</link>
<pubDate>Mon, 24 Mar 2008 14:31:33 +0000</pubDate>
<dc:creator>Tyrun101</dc:creator>
<guid isPermaLink="false">14644@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@mdwaffe - has there been any work on the bbpress exporter?&#60;/p&#62;
&#60;p&#62;Has anyone else seen anything that would work to export bbpress discussion tables? &#60;/p&#62;
&#60;p&#62;I need to switch over to a vanilla install, and so far I've had to manually export/import the user tables (which wasn't too difficult), however, the discussion tables look a bit more complex.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>kernow on "bbPress versus PunBB"</title>
<link>http://bbpress.org/forums/topic/bbpress-versus-punbb#post-13155</link>
<pubDate>Mon, 14 Jan 2008 20:01:19 +0000</pubDate>
<dc:creator>kernow</dc:creator>
<guid isPermaLink="false">13155@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress looks great on a mobile phone. Well it does on my Nokia N95 8gb anyway :) Downloads quick too. The future is mobile!
&#60;/p&#62;</description>
</item>
<item>
<title>trex33 on "bbPress versus PunBB"</title>
<link>http://bbpress.org/forums/topic/bbpress-versus-punbb#post-13142</link>
<pubDate>Mon, 14 Jan 2008 00:33:29 +0000</pubDate>
<dc:creator>trex33</dc:creator>
<guid isPermaLink="false">13142@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you both for the insights.  Yeah, that PunBB 1.3 has been in the works for some time.   Interesting take on the pitfalls of email notification.  Never thought of it that way.  That Joel Spolsky article had some great points in it. &#60;/p&#62;
&#60;p&#62;Definitely leaning towards bbPress at this point...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbPress versus PunBB"</title>
<link>http://bbpress.org/forums/topic/bbpress-versus-punbb#post-13113</link>
<pubDate>Sat, 12 Jan 2008 17:23:20 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Regarding email notification, I would read this for an alternate opinion:&#60;/p&#62;
&#60;p&#62;&#34;Q. Could you make a feature where I check a box that says &#34;email me if somebody replies to my post?&#34;&#60;/p&#62;
&#60;p&#62;A. This one feature, so easy to implement and thus so tempting to programmers, is the best way to kill dead any young forum. Implement this feature and you may never get to critical mass. Philip Greenspun's LUSENET has this feature and you can watch it sapping the life out of young discussion groups.&#60;/p&#62;
&#60;p&#62;Why?&#60;/p&#62;
&#60;p&#62;What happens is that people go to the group to ask a question. If you offer the &#34;notify me&#34; checkbox, these people will post their question, check the box, and never come back. They'll just read the replies in their mailbox. The end.&#60;/p&#62;
&#60;p&#62;If you eliminate the checkbox, people are left with no choice but to check back every once in a while. And while they're checking back, they might read another post which looks interesting. And they might have something to contribute to that post. And in the critical early days when you're trying to get the discussion group to take off, you've increased the &#34;stickiness&#34; and you've got more people hanging around, which helps achieve critical mass a lot quicker.&#34;&#60;/p&#62;
&#60;p&#62;That's from Joel Spolsky: &#60;a href=&#34;http://www.joelonsoftware.com/articles/BuildingCommunitieswithSo.html&#34; rel=&#34;nofollow&#34;&#62;http://www.joelonsoftware.com/articles/BuildingCommunitieswithSo.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regarding RSS to email, there are lots of services that will do that if you want.  Feedblitz and Feedburner come to mind, but a Google search turns up lots of results as well:&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?q=RSS+to+email&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=RSS+to+email&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or, you could explain to your members how to use RSS.
&#60;/p&#62;</description>
</item>
<item>
<title>erissiva on "bbPress versus PunBB"</title>
<link>http://bbpress.org/forums/topic/bbpress-versus-punbb#post-13110</link>
<pubDate>Sat, 12 Jan 2008 06:02:34 +0000</pubDate>
<dc:creator>erissiva</dc:creator>
<guid isPermaLink="false">13110@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had used punBB for a while and really liked it - except for the really long amount of time that it takes to update the software. They've been working on v1.3 for years now. That's  the version I've been waiting for.&#60;/p&#62;
&#60;p&#62;punBB seems to be more robust, but the code is a little more sketchy. bbPress is more simplistic but the plugin system makes a pretty good addition. Another thing about punBB that bothered me is that topics aren't marked as read when you read them - your cookie has to expire before a topic is marked. They have an addon for that, but all the addons rely on editing a lot of files and also is very heavy on the database.&#60;/p&#62;
&#60;p&#62;For right now, I'm sticking with bbPress and seeing how everything will end up.
&#60;/p&#62;</description>
</item>
<item>
<title>trex33 on "bbPress versus PunBB"</title>
<link>http://bbpress.org/forums/topic/bbpress-versus-punbb#post-13107</link>
<pubDate>Fri, 11 Jan 2008 22:39:55 +0000</pubDate>
<dc:creator>trex33</dc:creator>
<guid isPermaLink="false">13107@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've finally narrowed down my forum choices to bbPress and Punbb.  I love the speed and simplicity of bbPress but am struggling with this decision.  Integration with Wordpress is not an issue for me. &#60;/p&#62;
&#60;p&#62;Does anyone have experience with both bbPress and PunBB?  Which do you prefer and why?  (I've compared both over at forummatrix.org to no avail)&#60;/p&#62;
&#60;p&#62;My biggest concern with bbPress is the lack of email notification.  Many users have no idea what RSS feed is.  IMO, thread subscription is critical to forum's success.  I did see there was plugin for email notification.    Are there plans to make email notification standard for bbpress?  Does plugin do the trick?
&#60;/p&#62;</description>
</item>
<item>
<title>maker on "question about exporting from bbpress"</title>
<link>http://bbpress.org/forums/topic/question-about-exporting-from-bbpress#post-5765</link>
<pubDate>Fri, 23 Mar 2007 11:42:12 +0000</pubDate>
<dc:creator>maker</dc:creator>
<guid isPermaLink="false">5765@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have an old wordpress blog I would like to export into bbpress - is this possible? &#60;/p&#62;
&#60;p&#62;I would settle for posts and comments but users would be good too.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Website Integration"</title>
<link>http://bbpress.org/forums/topic/website-integration#post-5366</link>
<pubDate>Sat, 10 Mar 2007 20:43:11 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5366@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You can set the bbPress cookies to whatever you want to integrate with your site's cookies.  It is a matter of defining them in your config.php and can be found at:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/integration-with-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>erinther on "Website Integration"</title>
<link>http://bbpress.org/forums/topic/website-integration#post-5353</link>
<pubDate>Sat, 10 Mar 2007 12:15:26 +0000</pubDate>
<dc:creator>erinther</dc:creator>
<guid isPermaLink="false">5353@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I want to integrate my (non-wordpress) site with bbpress. It is an easy jobb with punbb: You simply include a single file(common.php) in your pages and then you can use punbb's functions.(&#60;a href=&#34;http://docs.punbb.org/dev.html#integration&#34;&#62;link&#60;/a&#62;). Can it be the same thing with bbpress?&#60;br /&#62;
I need this because I want to show or hide a part of my web pages based on that my bbpress form's user is logged in or not .
&#60;/p&#62;</description>
</item>
<item>
<title>lonemadmax on "Converting from: PunBB to PHPBB to BBPress"</title>
<link>http://bbpress.org/forums/topic/converting-from-punbb-to-phpbb-to-bbpress#post-5321</link>
<pubDate>Fri, 09 Mar 2007 00:46:30 +0000</pubDate>
<dc:creator>lonemadmax</dc:creator>
<guid isPermaLink="false">5321@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If punbb uses the same markup in posts that phpBB uses (the square bracket things) maybe a few changes to phpbb2bbpress can give you a direct conversion script.  I could have a look if you provide me with a database dump from punbb.  Also, if you are trying multistep conversions, there's a script to go from SMF to bbPress :-)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Converting from: PunBB to PHPBB to BBPress"</title>
<link>http://bbpress.org/forums/topic/converting-from-punbb-to-phpbb-to-bbpress#post-5320</link>
<pubDate>Thu, 08 Mar 2007 23:22:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5320@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think it would be really cool if there were a team working on writing importers to get as many people as possible involved with bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>Hoot on "Converting from: PunBB to PHPBB to BBPress"</title>
<link>http://bbpress.org/forums/topic/converting-from-punbb-to-phpbb-to-bbpress#post-5319</link>
<pubDate>Thu, 08 Mar 2007 22:36:50 +0000</pubDate>
<dc:creator>Hoot</dc:creator>
<guid isPermaLink="false">5319@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I read another topic that was trying to convert from punbb to BBpress and they suggested convert to phpbb then to bbpress, but I am having troubles converting to phpbb, It gives me errors when I try and convert the members list (the phpbb forums haven't helped yet) so I was hoping someone could help me convert so I could get on to BBpress asap.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Import from PunBB forum"</title>
<link>http://bbpress.org/forums/topic/import-from-punbb-forum#post-4348</link>
<pubDate>Sun, 11 Feb 2007 07:42:36 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">4348@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.google.com/search?q=punbb+to+phpbb&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=punbb+to+phpbb&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Import from PunBB forum"</title>
<link>http://bbpress.org/forums/topic/import-from-punbb-forum#post-4347</link>
<pubDate>Sun, 11 Feb 2007 06:27:27 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">4347@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't believe that anyone has tried to write a converter for punBB directly into bbPress.   I would try and find a punBB to phpBB converter and then use the &#60;a href=&#34;http://bbpress.org/forums/topic/402&#34;&#62;phpBB to bbPress&#60;/a&#62; converter.   It might not be the easiest thing to do, but unfortunetely, I think that is the only progression we have right now.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>lcf on "Import from PunBB forum"</title>
<link>http://bbpress.org/forums/topic/import-from-punbb-forum#post-4346</link>
<pubDate>Sun, 11 Feb 2007 06:10:14 +0000</pubDate>
<dc:creator>lcf</dc:creator>
<guid isPermaLink="false">4346@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have an existing PunBB forum. How do I import it to bbPress? Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
