<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: integrated - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/integrated</link>
		<description>bbPress Support Forums &#187; Tag: integrated - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:18:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/integrated" rel="self" type="application/rss+xml" />

		<item>
			<title>robinofree on "Help With bbpress and WordPress Network"</title>
			<link>http://bbpress.org/forums/topic/help-with-bbpress-and-wordpress-network#post-100722</link>
			<pubDate>Mon, 26 Mar 2012 23:22:35 +0000</pubDate>
			<dc:creator>robinofree</dc:creator>
			<guid isPermaLink="false">100722@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have two sites on my wordpress network, <a href="http://www.pigsfeetproductions.com" rel="nofollow">http://www.pigsfeetproductions.com</a> and <a href="http://www.crashedgamers.com" rel="nofollow">http://www.crashedgamers.com</a>. These two sites share the same database, but are hosted on two different servers. I want their forums to be integrated (ie when I post on pigsfeetproductions's forums, it will automatically appear on the crashedgamers one and I want the users to be the same too if you wouldn't mind helping me there too). Can anyone help me set this up? I have a decent understanding of the basics of bbpress, wordpress, and mySQL databases, but I just can't figure out how to get this to work the way I want it to. All help is great appreciated.</p>
<p>Thanks<br />
Rob
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73747</link>
			<pubDate>Sat, 11 Sep 2010 05:20:34 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">73747@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you can see the Admin link but can't get in, this is a cookie problem and if you can't even see the admin link, then you don't have the privilege, fix it here - <a href="http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/" rel="nofollow">http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/</a>
</p>]]></description>
					</item>
		<item>
			<title>tuluto on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73744</link>
			<pubDate>Sat, 11 Sep 2010 02:26:16 +0000</pubDate>
			<dc:creator>tuluto</dc:creator>
			<guid isPermaLink="false">73744@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks, guys.
</p>]]></description>
					</item>
		<item>
			<title>jdblundell on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73684</link>
			<pubDate>Wed, 08 Sep 2010 17:15:29 +0000</pubDate>
			<dc:creator>jdblundell</dc:creator>
			<guid isPermaLink="false">73684@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I may have found a solution.</p>
<p>I deleted all the bbPress files from my server.</p>
<p>Deleted all the tables from my database in MySql that began with the bb_ prefix.</p>
<p>Then started the process all over again.</p>
<p>However, this time I left the SECURE_AUTH_SALT field blank since it doesn't show in my wp-admin/options.php page (even though it's in my wp-config file).</p>
<p>Either the full reinstall or simply leaving that field blank worked.</p>
<p>Also, once I uninstalled bbPress I added the bbPress Integration plugin (<a href="http://wordpress.org/extend/plugins/bbpress-integration/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress-integration/</a>) to my WordPress install (don't know if that's made a difference either) but it said to add a couple lines to my wp-config.php file as well.</p>
<p>define( 'COOKIE_DOMAIN', '.somethingbeautifulpodcast.com' );<br />
define( 'COOKIEPATH', '/' );
</p>]]></description>
					</item>
		<item>
			<title>jdblundell on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73682</link>
			<pubDate>Wed, 08 Sep 2010 15:58:22 +0000</pubDate>
			<dc:creator>jdblundell</dc:creator>
			<guid isPermaLink="false">73682@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've hit the same snag. I tried logging out of my WordPress admin and now I can't login to the BBpress install or WordPress install.</p>
<p><a href="http://www.somethingbeautifulpodcast.com" rel="nofollow">http://www.somethingbeautifulpodcast.com</a><br />
<a href="http://www.somethingbeautifulpodcast.com/forums" rel="nofollow">http://www.somethingbeautifulpodcast.com/forums</a></p>
<p>When I click the login button on both WordPress and BBPress it simply sits on the same page or reloads the page. It's as if the Login buttons are broken.</p>
<p>I've tried changing the force_ssl_admin to true as mentioned here:<br />
<a href="http://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard" rel="nofollow">http://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard</a></p>
<p>function force_ssl_admin($force = 'true') {</p>
<p>I've updated all my auth keys in both WP config and BP config as mentioned here:<br />
<a href="http://bbpress.org/forums/topic/cannot-access-bb-admin" rel="nofollow">http://bbpress.org/forums/topic/cannot-access-bb-admin</a></p>
<p>(<a href="https://api.wordpress.org/secret-key/1.1/salt/" rel="nofollow">https://api.wordpress.org/secret-key/1.1/salt/</a>)</p>
<p>And I've added define( 'COOKIEPATH', '/' ); to my WP and BP config files as well.</p>
<p>Still no luck.</p>
<p>Any help would be appreciated. If nothing else I may start searching for the uninstall thread.
</p>]]></description>
					</item>
		<item>
			<title>root@0xd.pl on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73532</link>
			<pubDate>Sun, 05 Sep 2010 21:37:12 +0000</pubDate>
			<dc:creator>root@0xd.pl</dc:creator>
			<guid isPermaLink="false">73532@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>tuluto, try logging out of WordPress and logging in through bbPress. Did it help?
</p>]]></description>
					</item>
		<item>
			<title>ricardouk on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73513</link>
			<pubDate>Sun, 05 Sep 2010 11:17:24 +0000</pubDate>
			<dc:creator>ricardouk</dc:creator>
			<guid isPermaLink="false">73513@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>have you tried adding "bb-admin" to the end of your bbpress forum url? It might be that you're using a custom bbpress theme that hasn't got that option enabled on the theme.</p>
<p>try adding "bb-admin" and see if your wordpress login works.
</p>]]></description>
					</item>
		<item>
			<title>Elias Schwerdtfeger on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73507</link>
			<pubDate>Sun, 05 Sep 2010 03:34:37 +0000</pubDate>
			<dc:creator>Elias Schwerdtfeger</dc:creator>
			<guid isPermaLink="false">73507@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The next possible problem is a failure in the mapping of WP user roles to bbPress user roles in a user table integration -- this kind of problem is a harder one, it may require doing some SQL to add the bbPress capabilities for a user. So I leave this for the serious experts here...
</p>]]></description>
					</item>
		<item>
			<title>tuluto on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73505</link>
			<pubDate>Sun, 05 Sep 2010 01:55:51 +0000</pubDate>
			<dc:creator>tuluto</dc:creator>
			<guid isPermaLink="false">73505@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It still didn't work.</p>
<p>I tried many times, but never seen any "Admin" link beside the login name.
</p>]]></description>
					</item>
		<item>
			<title>Elias Schwerdtfeger on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73502</link>
			<pubDate>Sun, 05 Sep 2010 01:20:41 +0000</pubDate>
			<dc:creator>Elias Schwerdtfeger</dc:creator>
			<guid isPermaLink="false">73502@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is it integrated with this WP blog?<br />
<a href="http://www.nihaoedmonton.com/" rel="nofollow">http://www.nihaoedmonton.com/</a></p>
<p>If something isn't correct in the WP integration settings, you are logged in bbPress if you are logged in WP, but a click on the "Admin" link on your forums ("Admin" in English, don't know any word Chinese) will send you back to the forum's front page.</p>
<p>A typical symptom of that problem is: After you clicked the link "Log Out" and made a new login in bbPress (not in WordPress), you can access the bbPress dashboard.
</p>]]></description>
					</item>
		<item>
			<title>tuluto on "Can not get into admin panel"</title>
			<link>http://bbpress.org/forums/topic/can-not-get-into-admin-panel#post-73501</link>
			<pubDate>Sun, 05 Sep 2010 01:11:38 +0000</pubDate>
			<dc:creator>tuluto</dc:creator>
			<guid isPermaLink="false">73501@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I just install bbPress. But I can not enter admin panel. Each time I login, I got into forum instead of admin panel.<br />
<a href="http://www.nihaoedmonton.com/bbs" rel="nofollow">http://www.nihaoedmonton.com/bbs</a>
</p>]]></description>
					</item>
		<item>
			<title>Gautam on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70428</link>
			<pubDate>Sat, 26 Jun 2010 05:42:23 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">70428@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You should check this post - <a href="http://bbpress.org/forums/topic/wp-30-beta-2-integrated-user-registration#post-70058" rel="nofollow">http://bbpress.org/forums/topic/wp-30-beta-2-integrated-user-registration#post-70058</a>
</p>]]></description>
					</item>
		<item>
			<title>yangt299 on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70424</link>
			<pubDate>Sat, 26 Jun 2010 00:49:56 +0000</pubDate>
			<dc:creator>yangt299</dc:creator>
			<guid isPermaLink="false">70424@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>PLEASE?
</p>]]></description>
					</item>
		<item>
			<title>yangt299 on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70423</link>
			<pubDate>Fri, 25 Jun 2010 23:57:27 +0000</pubDate>
			<dc:creator>yangt299</dc:creator>
			<guid isPermaLink="false">70423@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Tried deactivating all plugins, still not working. Any other tips?
</p>]]></description>
					</item>
		<item>
			<title>yangt299 on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70422</link>
			<pubDate>Fri, 25 Jun 2010 23:55:28 +0000</pubDate>
			<dc:creator>yangt299</dc:creator>
			<guid isPermaLink="false">70422@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the help. I tried on Kakumei theme before posting and yes it also didn't work. I'll try deactivating plugins and get back to you.
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70421</link>
			<pubDate>Fri, 25 Jun 2010 23:39:52 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70421@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You may want try this on Kakumei theme too. If this works fine in Kakumei, your Apple theme is broken.
</p>]]></description>
					</item>
		<item>
			<title>hpguru on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70420</link>
			<pubDate>Fri, 25 Jun 2010 23:38:29 +0000</pubDate>
			<dc:creator>hpguru</dc:creator>
			<guid isPermaLink="false">70420@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Do you try de-activate ALL plugins? If this work, re-enable one by one and check which plugin is broken.
</p>]]></description>
					</item>
		<item>
			<title>yangt299 on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70419</link>
			<pubDate>Fri, 25 Jun 2010 23:29:40 +0000</pubDate>
			<dc:creator>yangt299</dc:creator>
			<guid isPermaLink="false">70419@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any help?
</p>]]></description>
					</item>
		<item>
			<title>yangt299 on "Unable to Register"</title>
			<link>http://bbpress.org/forums/topic/unable-to-register#post-70414</link>
			<pubDate>Fri, 25 Jun 2010 20:07:48 +0000</pubDate>
			<dc:creator>yangt299</dc:creator>
			<guid isPermaLink="false">70414@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have bbpress deeply integrated with WordPress but I am unable to register. Here's my website forum: <a href="http://itracki.com/forum" rel="nofollow">http://itracki.com/forum</a></p>
<p>When I try to register, it says that "email is required" even though I have clearly inputted an email. Is anyone else having this problem? Help?</p>
<p>Thanks :)
</p>]]></description>
					</item>
		<item>
			<title>talatorre on "MediaWiki, bbPress, and WordPress integration.."</title>
			<link>http://bbpress.org/forums/topic/mediawiki-bbpress-and-wordpress-integration/page/2#post-65999</link>
			<pubDate>Tue, 16 Mar 2010 06:13:54 +0000</pubDate>
			<dc:creator>talatorre</dc:creator>
			<guid isPermaLink="false">65999@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I am trying to integrate MediaWiki user authorization but after hours of searching I can't find the code for AuthPress.php.  </p>
<p><a href="http://spectaclar.org" rel="nofollow">http://spectaclar.org</a> is no longer online.  Can someone post the code here or link to a working site?  If I can find the code I  would love to resurrect this project; that is unless someone has a better way of creating a single sign on setup for WP, bbPress, and MediaWiki.
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "CollegeTimes - integrated WordPress and bbPress"</title>
			<link>http://bbpress.org/forums/topic/collegetimes-integrated-wordpress-and-bbpress#post-65136</link>
			<pubDate>Wed, 24 Feb 2010 17:16:16 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">65136@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@Meraj</p>
<p>I can work with you! Email me - <strong>ashishsainiashfame[[at]]gmail&#60;&#60;dot&#62;&#62;com</strong></p>
<p>{Edit - My bbPress design matching with WordPress &#62;&#62; <a href="http://needaproject.com">NAP</a>}</p>
<p>@pondering</p>
<p>Great buddy! Looking forward to it.
</p>]]></description>
					</item>
		<item>
			<title>Meraj Chhaya on "CollegeTimes - integrated WordPress and bbPress"</title>
			<link>http://bbpress.org/forums/topic/collegetimes-integrated-wordpress-and-bbpress#post-65110</link>
			<pubDate>Wed, 24 Feb 2010 11:58:23 +0000</pubDate>
			<dc:creator>Meraj Chhaya</dc:creator>
			<guid isPermaLink="false">65110@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Who did your design? I'm looking for a bbPress expert to help me, but I can't find anyone up for a paid job.
</p>]]></description>
					</item>
		<item>
			<title>kriskl on "CollegeTimes - integrated WordPress and bbPress"</title>
			<link>http://bbpress.org/forums/topic/collegetimes-integrated-wordpress-and-bbpress#post-61584</link>
			<pubDate>Fri, 11 Dec 2009 09:25:06 +0000</pubDate>
			<dc:creator>kriskl</dc:creator>
			<guid isPermaLink="false">61584@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Great! Looking forward to that!</p>
<p>kris
</p>]]></description>
					</item>
		<item>
			<title>mbeneteau on "CollegeTimes - integrated WordPress and bbPress"</title>
			<link>http://bbpress.org/forums/topic/collegetimes-integrated-wordpress-and-bbpress#post-61538</link>
			<pubDate>Thu, 10 Dec 2009 08:26:00 +0000</pubDate>
			<dc:creator>mbeneteau</dc:creator>
			<guid isPermaLink="false">61538@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Agreed the documentation sucks.  I wrote a simplified article:<br />
<a href="http://internet101.biz/installingintegrating-bbpress-and-a-script-install-of-wordpress-into-the-same-database-for-sharing-users/" rel="nofollow">http://internet101.biz/installingintegrating-bbpress-and-a-script-install-of-wordpress-into-the-same-database-for-sharing-users/</a><br />
But you are a couple light-years ahead.  Good luck!<br />
Marc
</p>]]></description>
					</item>
		<item>
			<title>pondering on "CollegeTimes - integrated WordPress and bbPress"</title>
			<link>http://bbpress.org/forums/topic/collegetimes-integrated-wordpress-and-bbpress#post-61518</link>
			<pubDate>Thu, 10 Dec 2009 02:46:30 +0000</pubDate>
			<dc:creator>pondering</dc:creator>
			<guid isPermaLink="false">61518@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Much time has gone into properly integrating our cookies, themes, and all.</p>
<p>Hoping to offer some sort of files download with instructions sometime soon so that future users don't have to go through all the pain and suffering that we did to accomplish all of this. Stay tuned in this thread!</p>
<p><a href="http://collegetimes.us" rel="nofollow">http://collegetimes.us</a> - WordPress<br />
<a href="http://forum.collegetimes.us" rel="nofollow">http://forum.collegetimes.us</a> - bbPress<br />
<a href="http://jobs.collegetimes.us" rel="nofollow">http://jobs.collegetimes.us</a> - JobPress<br />
<a href="http://reviews.collegetimes.us" rel="nofollow">http://reviews.collegetimes.us</a> - WP Review Site<br />
<a href="http://games.collegetimes.us" rel="nofollow">http://games.collegetimes.us</a> - MochiAds Arcade (still janky)
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "WordPress Theme Into BBpress"</title>
			<link>http://bbpress.org/forums/topic/wordpress-theme-into-bbpress#post-14890</link>
			<pubDate>Wed, 02 Apr 2008 02:53:54 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">14890@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Start by sharing a link to your forum and describing how you would like it to look unless it's completely obvious to anyone viewing exactly what is wrong with the positioning.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>Nick212004 on "WordPress Theme Into BBpress"</title>
			<link>http://bbpress.org/forums/topic/wordpress-theme-into-bbpress#post-14889</link>
			<pubDate>Wed, 02 Apr 2008 00:39:56 +0000</pubDate>
			<dc:creator>Nick212004</dc:creator>
			<guid isPermaLink="false">14889@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have integrated my wordpress theme into my bbpress theme but even though it looks the same, the text and forum is not in the same postition as they are supposed to be. How do I fix this?
</p>]]></description>
					</item>
		<item>
			<title>Slamlander on "MediaWiki, bbPress, and WordPress integration.."</title>
			<link>http://bbpress.org/forums/topic/mediawiki-bbpress-and-wordpress-integration/page/2#post-11974</link>
			<pubDate>Tue, 13 Nov 2007 18:48:28 +0000</pubDate>
			<dc:creator>Slamlander</dc:creator>
			<guid isPermaLink="false">11974@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I got this [http://slamlander.caselle-vpn.net/?p=21] :</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\Vweb\Slamlander\wiki\extensions\AuthPress.php:352) in C:\Inetpub\Vweb\Slamlander\wiki\includes\WebResponse.php on line 11</p>
<p>What I did:<br />
On current install on integrated WP and BBP, added a "wiki/" directory and unpacked mediawiki 1.10.1 there, ran the install, and used the same DB. The wiki, at this time works stand-alone. What's happening here is a version incompatibility issue, methinks, betwixt Authpress and MediaWiki. There are some code structure changes from 1.9.x to 1.10.1 but I don't know what they were. </p>
<p>I do know one thing, no one has submitted this to the MediaWiki team, why not? I should have been able to download it from there and I could even get help from them, if it were submitted.
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "MediaWiki, bbPress, and WordPress integration.."</title>
			<link>http://bbpress.org/forums/topic/mediawiki-bbpress-and-wordpress-integration/page/2#post-11944</link>
			<pubDate>Tue, 13 Nov 2007 12:03:52 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">11944@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There is an LDAP plugin which would be a good jumping off point for Active Directory authentication.</p>
<p><a href="http://bbpress.org/plugins/topic/26" rel="nofollow">http://bbpress.org/plugins/topic/26</a> </p>
<p>Theme compatibility between WordPress, bbPress and MediaWiki is a stretch. I have a project on the back-burner that might help with WordPress/bbPress theme integration, but MediaWiki is a big ask.
</p>]]></description>
					</item>
		<item>
			<title>Slamlander on "MediaWiki, bbPress, and WordPress integration.."</title>
			<link>http://bbpress.org/forums/topic/mediawiki-bbpress-and-wordpress-integration/page/2#post-11941</link>
			<pubDate>Tue, 13 Nov 2007 09:47:18 +0000</pubDate>
			<dc:creator>Slamlander</dc:creator>
			<guid isPermaLink="false">11941@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So, if I get this right;</p>
<p>1) Install WordPress (current version, 2.3.1)<br />
2) Install and integrate BBpress (current version)<br />
3) Install MediaWiki (current version, 1.10.x)</p>
<p>Making sure that they all use the same data container and not to let MediaWiki set any prefixes.</p>
<p>Okay, that should integrate the Auth stuff and some judicious use of DB triggers (using MySQL5) might actually take care of most of the fleas. However, to be real Enterprise 2.0 here, the themes have to integrate aas well. Also, has anyone got WordPress to authenticate against an Active Directory Domain, like they have for MediaWiki?.
</p>]]></description>
					</item>

	</channel>
</rss>

