<?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; User Favorites: johnhiler</title>
		<link>http://bbpress.org/forums/profile/</link>
		<description>bbPress Support Forums &#187; User Favorites: johnhiler</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 04:43:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>batrachoid on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-60047</link>
			<pubDate>Tue, 27 Oct 2009 18:50:18 +0000</pubDate>
			<dc:creator>batrachoid</dc:creator>
			<guid isPermaLink="false">60047@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I can't think of any reason not to just repeat the same process for all 24.
</p>]]></description>
					</item>
		<item>
			<title>bblover on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59993</link>
			<pubDate>Mon, 26 Oct 2009 00:18:08 +0000</pubDate>
			<dc:creator>bblover</dc:creator>
			<guid isPermaLink="false">59993@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hurrah....... I got it :-)<br />
                                               Dear Sir johnhiler..... After conversation with you i was  damn researching on this issue to solve this problem over the internet with your telling points.  So after watching the video" <a href="http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress" rel="nofollow">http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress</a>"  I  integrated my one bbpress ( Suppose bbpress01 ) to lonely wordpress.  so my first "bbpress01" had been successful integrate with one wordpress and all cookies and users was set.  so next i want to merge my other 24 bbpress install into this successful integration. </p>
<p>so my next working was;<br />
                                                     i copy paste my bbpress01 rename it to bbpress02. then i went to the bb-config.php of bbpress02 and add these stuff in it:</p>
<p>$bb_table_prefix = 'bb2_';<br />
define('CUSTOM_USER_TABLE', 'wp_users');<br />
define('CUSTOM_USER_META_TABLE', 'wp_usermeta');<br />
define( 'COOKIEPATH', '/' );</p>
<p>Note: database of all 25 bbpress and 1 wordpress was same just changing in tables prefix like bb1_, bb2_ bb3_ to bb25 and add just custom user table code.</p>
<p>you can i also view the screenshot of work here is it.</p>
<p>for wp-config.php:                                      <a href="http://img32.imageshack.us/img32/8249/wpconfig.jpg" rel="nofollow">http://img32.imageshack.us/img32/8249/wpconfig.jpg</a></p>
<p>for bbpress01 bb-config.php:                <a href="http://img23.imageshack.us/img23/6034/bb1su.jpg" rel="nofollow">http://img23.imageshack.us/img23/6034/bb1su.jpg</a></p>
<p>for bbpress 02 bb-config.php:                <a href="http://img21.imageshack.us/img21/2746/bb2xa.jpg" rel="nofollow">http://img21.imageshack.us/img21/2746/bb2xa.jpg</a></p>
<p>so here i was successful which i want. </p>
<p>1. share users<br />
2. shared database<br />
3. cookies integration</p>
<p>but "One" thing is still remain :-(</p>
<p>if a user "john" login to my bbpress01. he should also show login status on my other 24 forums. </p>
<p>I think you can understand it.  now i need cookies integration for other 24 bbpress. </p>
<p>cookies integration just was set b/w bbpress01 and wordpress. how can we set cookies for all my other remaining 24 forums.</p>
<p>I'll be great thankful to you if you try to solve my final step and give me the smart solution. </p>
<p>waiting for your reply with great curiosity :-)
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59982</link>
			<pubDate>Sun, 25 Oct 2009 15:14:19 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59982@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>One more question for you actually:  how many users are there in each of your bbPress installs?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59978</link>
			<pubDate>Sun, 25 Oct 2009 14:20:49 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59978@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ah ok.</p>
<p>1) Your first step is going to be to get all of the installs to use the same users table.  Technically, you'll want to follow steps similar to the ones described here:<br />
<a href="http://bbpress.org/forums/topic/successful-reverse-integration-steps" rel="nofollow">http://bbpress.org/forums/topic/successful-reverse-integration-steps</a></p>
<p>However, your job will be greatly complicated by the fact that each install will have overlaps in terms of userid and usernames.  For example, userid <a href="http://trac.bbpress.org/ticket/5">#5</a> on bbPress install <a href="http://trac.bbpress.org/ticket/1">#1</a> is going to refer to a different user than userid<a href="http://trac.bbpress.org/ticket/5">#5</a> on bbPress install<a href="http://trac.bbpress.org/ticket/2">#2</a>.  You're going to have to address that - this link will help greatly:<br />
<a href="http://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations" rel="nofollow">http://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations</a></p>
<p>2) Phew, it's good that they're all in the same database... hopefully your WordPress install is also in the same database.  This will simplify things a bit.</p>
<p>3) Ok, good to know.</p>
<p>I can't offer custom help - I'm just a volunteer!  But I'm glad to try and help you here, so others can learn from the discussion...</p>
<p>Here's what I would recommend:</p>
<p>1) Your first step would be to backup all of your data.<br />
2) Then, I'd setup a test environment exactly like your current environment and put your data there.  That way, you can work on the integration with much less stress. :-)<br />
3) Then I would figure out how to deal with the userid and username overlap described above.  This will probably be the hardest part!<br />
4 ) Once you've figured that out, you're all set to integrate all the installs to use the same usertable.<br />
5) Finally once that's done, you can also integrate the cookies so users only have to signin once!</p>
<p>If this sounds waaay too hard, you may want to hire a consultant or expert to help ya out!  Here's a list of people who are available:<br />
<a href="http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic" rel="nofollow">http://bbshowcase.org/forums/topic/bbpress-professionals-advertise-in-this-topic</a>
</p>]]></description>
					</item>
		<item>
			<title>bblover on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59977</link>
			<pubDate>Sun, 25 Oct 2009 13:57:34 +0000</pubDate>
			<dc:creator>bblover</dc:creator>
			<guid isPermaLink="false">59977@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>here we go...<br />
                       yes sir,<br />
1.  my database of 25 forums and 01 wordpress is same name. but different table prefix. but not sharing user table: No it's not true; if you sign up from one bbpress install with the name of "John" then you can't login other 24 bbpress installs. we really need it.<br />
2.  my bbPress installs is not sharing a user table. also tell me how it's possible. yes they are in same database.</p>
<p>3. I'm using bbpress Version 1.0.2 and wordpress Version 2.8.5</p>
<p>Another request: is it possible to contact with you with IM?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59976</link>
			<pubDate>Sun, 25 Oct 2009 12:37:47 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59976@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm sorry to say this, but integrating your 25 installs is probably going to require more work than filling in a setting page. :-(</p>
<p>A few questions for you:</p>
<p>1) You have 25 bbPress installs, and they are currently not sharing a user table... is that right?  As in, if I sign up as "john" on one install...  can I sign in with that username and password on another one of your bbPress installs?<br />
2) If your bbPress installs are not sharing a user table... do you know if all of the user tables are in the same database?<br />
3) Finally, what versions of WordPress and bbPress are you using?
</p>]]></description>
					</item>
		<item>
			<title>bblover on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59971</link>
			<pubDate>Sun, 25 Oct 2009 11:03:27 +0000</pubDate>
			<dc:creator>bblover</dc:creator>
			<guid isPermaLink="false">59971@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear sir....<br />
                       I think you are not complete understand my question..... rethink about it.... when i complete successful integration of wp-bb and finally go to the admin panel of wp  after activation of bbpress integration plugin then it is asking me to give bbpress url of one of my forums like bbpress01-of-25...<br />
click following linkh to see screenshot:<br />
<a href="http://img229.imageshack.us/img229/2820/wpadmin.gif" rel="nofollow">http://img229.imageshack.us/img229/2820/wpadmin.gif</a><br />
so, where i put my other 24 bbpress forums url in this field? I've bit knowledge of coding .. so tell me how can i integrate these 25 forums with one wordpress.. provide me simple and clear solution. </p>
<p>another question......<br />
                                     tell me clearly about user shared login...... i want to share user logins between my 25 forums...... when one user register to my first forum i.e. bbpress01 then he can also use this id on my other 25 forums where he no need more registration for other 24 forums.</p>
<p>I'll very thankful to you if you solve this problem... i really love you :x
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59966</link>
			<pubDate>Sun, 25 Oct 2009 03:30:10 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">59966@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is absolutely possible.  I wrote a bit about it here:<br />
<a href="http://bbpress.org/forums/topic/create-multiple-forums" rel="nofollow">http://bbpress.org/forums/topic/create-multiple-forums</a></p>
<p>I now have about 10 bbPress installs all working, and they're both integrated with two separate WordPress installs.  So this is definitely possible. :-)  You just need to make sure that all the installs are using the same users table.</p>
<p>The bigger issue is: do any of your installs share usernames?  For example, a "John" registered on one site and on another one?  That will be tricky to manage - a path is described nicely here... look for the section on "user_id" conflicts:<br />
<a href="http://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations#post-28701" rel="nofollow">http://bbpress.org/forums/topic/integration-of-established-wp-and-bbpress-installations#post-28701</a></p>
<p>Good luck!
</p>]]></description>
					</item>
		<item>
			<title>bblover on "Integration Multiple BBpress With One WordPress"</title>
			<link>http://bbpress.org/forums/topic/integration-multiple-bbpress-with-one-wordpress#post-59965</link>
			<pubDate>Sun, 25 Oct 2009 02:10:05 +0000</pubDate>
			<dc:creator>bblover</dc:creator>
			<guid isPermaLink="false">59965@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>dear all coders,<br />
                           I'm lover of bbpress so I was working on 25 different bbpress forums and one wordpress. Now i want to integrate theses stuff to each other. but i think one wordpress only can integrate with one bbpress forum. but i can't face this situation because i'm working on my forums preceding 4 months. if i fail to integration these 25 forum with one wordpress then all my effort will go to the hell. it's humble request to all developers to solve this situation and save my work and give me the smart solution. </p>
<p>Note: I don't want to install 25 wordpress to integrate 25 forums.<br />
Remember: 25 forums integration with one wordpress</p>
<p>Please Please Help me :( </p>
<p>It is very crucial situation for me ... tell me how to handle it. :(
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "What is the opposite of &quot;deep integration&quot;?"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-opposite-of-deep-integration#post-36854</link>
			<pubDate>Sun, 14 Jun 2009 09:03:15 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">36854@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>By the way, I don't like supporting the last one. But I am.
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "What is the opposite of &quot;deep integration&quot;?"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-opposite-of-deep-integration#post-36853</link>
			<pubDate>Sun, 14 Jun 2009 09:02:08 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">36853@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I tend to use these terms and they are all potentially mutually exclusive, no one type of integration absolutely depends on the other although the first one generally requires the second one to work (99.9% of the time).</p>
<ul>
<li>Cookie integration - Sharing of login cookies with WordPress</li>
<li>User database integration - Sharing of user data tables with WordPress</li>
<li>Deep integration - Including the WordPress codebase (PHP) inside bbPress to allow use of WordPress functions inside bbPress</li>
</ul>]]></description>
					</item>
		<item>
			<title>johnhiler on "What is the opposite of &quot;deep integration&quot;?"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-opposite-of-deep-integration#post-36852</link>
			<pubDate>Sun, 14 Jun 2009 08:37:13 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">36852@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When the only integration is single-signon through the cookie... what do you call that?</p>
<p>I've heard it called a bunch of things:<br />
* shallow integration<br />
* simple integration<br />
* regular integration<br />
* standalone integration</p>
<p>Wondering if one of these terms emerging as the standard... what do you guys call this type of integration?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "trusted roles"</title>
			<link>http://bbpress.org/forums/topic/trusted-roles#post-23868</link>
			<pubDate>Sun, 08 Feb 2009 22:35:01 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">23868@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This would be huge for my forum... some of my best members are getting their posts regularly marked as spam, and it's really upsetting for them!</p>
<p>Does anyone know if bbPress 1.0 has built-in support for this?  Or if a plugin along these lines has been built in the past year?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-23283</link>
			<pubDate>Wed, 21 Jan 2009 06:00:13 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">23283@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If that's how it's supposed to work, I could live with it.  But the interface mentions Sticking a post in general versus Sticking a post to the "front"...  but only one of those works seems to work as described.  </p>
<p>So there seems to be a disconnect between what the interface implies, and how the feature actually works (at least, as I'm understanding it).
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-23274</link>
			<pubDate>Wed, 21 Jan 2009 03:26:44 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">23274@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You know, I've thought about this type of thing, and I think that bbPress really tries to hide the forum layout as much as possible. It doesn't surprise me that it would work this way, as super stickies tend to really act like forum wide announcements than as stickies. That being said, showing them in a forum that's already halfway hidden is a little redundant.</p>
<p>bbPress really does work much differently than your typical forum, and it takes a little massaging to make it feel like phpBB or vBulletin.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-23272</link>
			<pubDate>Wed, 21 Jan 2009 02:59:45 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">23272@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ah sounds like it's still an issue in Version 1.0-alpha-2:<br />
<a href="http://bbpress.org/forums/topic/using-sticky-post" rel="nofollow">http://bbpress.org/forums/topic/using-sticky-post</a>
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-23270</link>
			<pubDate>Wed, 21 Jan 2009 02:41:56 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">23270@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This recently started happening to me when I upgraded to v .9...  I don't remember it being an issue in earlier versions.</p>
<p>Does anyone know if there are plans to fix this in future versions?  Or is this the way it's supposed to work from now on...
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-22031</link>
			<pubDate>Sat, 20 Dec 2008 15:00:25 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">22031@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I think it's confusing too and I am not sure why they did that.</p>
<p>You could try at the start of  the <code>forum.php</code> template<br />
<code>global $super_stickies;</code><br />
or maybe<br />
<code>$stickies=array_merge($stickies,$super_stickies);</code><br />
but php may renumber the topics causing it to fail.<br />
or try<br />
<code>$stickies=$stickies+$super_stickies;</code></p>
<p>Of course this will show all super stickies in each forum. </p>
<p>A real plugin would have to be written to do this properly.
</p>]]></description>
					</item>
		<item>
			<title>dragunoff on "Super Sticky Problem"</title>
			<link>http://bbpress.org/forums/topic/super-sticky-problem#post-22027</link>
			<pubDate>Sat, 20 Dec 2008 13:58:17 +0000</pubDate>
			<dc:creator>dragunoff</dc:creator>
			<guid isPermaLink="false">22027@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yes, I am having the same problem :/<br />
Even though it is intended to behave like this many users find that confusing.</p>
<p>I've tried modifying the code in forum.php to include the $super_stickies like on the front page but without success...<br />
<pre><code>&#60;?php if ( $topics &#124;&#124; $super_stickies &#124;&#124; $stickies ) : ?&#62;</code></pre>
<p>Is there a workaround?
</p>]]></description>
					</item>
		<item>
			<title>Silvanovicz on "Related threads in a WordPress post"</title>
			<link>http://bbpress.org/forums/topic/related-threads-in-a-wordpress-post#post-20953</link>
			<pubDate>Sat, 22 Nov 2008 15:26:51 +0000</pubDate>
			<dc:creator>Silvanovicz</dc:creator>
			<guid isPermaLink="false">20953@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi John - _CK_'s pluging bring up related topics, but this plugin only works in bbPress. </p>
<p>I'm after a plugin that shows related topics on a WordPress article (so you'd be able to show related posts and related topics on the forum).
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Related threads in a WordPress post"</title>
			<link>http://bbpress.org/forums/topic/related-threads-in-a-wordpress-post#post-20786</link>
			<pubDate>Wed, 19 Nov 2008 12:40:11 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">20786@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>_ck_ just wrote a great plugin that does what you're asking for, I believe:<br />
<a href="http://bbpress.org/plugins/topic/related-topics/" rel="nofollow">http://bbpress.org/plugins/topic/related-topics/</a>
</p>]]></description>
					</item>
		<item>
			<title>Silvanovicz on "Related threads in a WordPress post"</title>
			<link>http://bbpress.org/forums/topic/related-threads-in-a-wordpress-post#post-20782</link>
			<pubDate>Wed, 19 Nov 2008 08:58:53 +0000</pubDate>
			<dc:creator>Silvanovicz</dc:creator>
			<guid isPermaLink="false">20782@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi guys - I'm looking for a way to pull in ~5 related threads in posts, in a similar way you can install a plugin to show related posts. </p>
<p>So if I were to write a post about Britney, it would show up to 5 threads in bbPress that have either been tagged with Britney or based on the content in the thread.</p>
<p>Any idea if such a plugin exists, or if there already is a way to do this?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20659</link>
			<pubDate>Thu, 13 Nov 2008 06:03:03 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20659@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It might be possible to create the MediaWiki cookie from the bbPress side and visa versa.</p>
<p>From the mediawiki side, you could do something as simple as<br />
<pre><code>require(&#39;./bb-load.php&#39;);
wp_set_auth_cookie( (int) $user_id,0 );</code></pre>
<p><em> </em><br />
Which will create the bbPress cookie. Where $user_id is the user's bbPress id. Since you are using the same user table, it should be available?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20657</link>
			<pubDate>Thu, 13 Nov 2008 04:54:58 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">20657@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The bbPress I'm using is on 0.83...  upgrading to 0.9.0.2 on a test server, and then testing the integration with WordPress and Mediawiki.  </p>
<p>Once everything is looking good, we'll migrate the live site to use bbPress 0.9.0.2.  Then I'll install this plugin - excited!</p>
<p>Yah Mediawiki is tricky stuff.  The worst part is that the cookies don't truly integrate! I used a plugin to get both software reading off of the same bbPress users table... so that works.  But you have to re-sign in manually as you click from the blog/boards to the wiki... alas.</p>
<p>Will keep you posted on the plugin!!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20635</link>
			<pubDate>Wed, 12 Nov 2008 06:43:57 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20635@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It should work with both 0.9 and 1.0, what kind of trouble were you having?</p>
<p>MediaWiki is tricky indeed. I looked at installing it for a minute and gave up another minute later.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20633</link>
			<pubDate>Wed, 12 Nov 2008 04:09:27 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">20633@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ran into a little trouble installing it... I'll upgrade my bbpress version this weekend!</p>
<p>It's a little tricky since we've integrated our bbPress with a WordPress and a MediaWiki installation... plus dozens of bbPRess plugins.  But we'll get it working soon, and I'll send that donation off!
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20571</link>
			<pubDate>Sun, 09 Nov 2008 12:47:09 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20571@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Don't send $500, that's crazy. Well unless that's a single day of your adsense or something, lol. <a href="http://bbshowcase.org/donate/">Donate here</a>.</p>
<p><a href="http://bbpress.org/plugins/topic/instant-password/" rel="nofollow">http://bbpress.org/plugins/topic/instant-password/</a></p>
<p>Make sure you install the <a href="http://bbpress.org/plugins/topic/human-test/">Human Test plugin</a> with it.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20570</link>
			<pubDate>Sun, 09 Nov 2008 12:40:28 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">20570@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>_ck_ - I have always been a fan of your fantastic plugins.  Just let me know the best way to pay you (Paypal?), and I'll send $500 asap.</p>
<p>Thanks so much,<br />
John
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20568</link>
			<pubDate>Sun, 09 Nov 2008 08:37:56 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20568@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I now have this working as a plugin and will make it available later today. I expect donations from both of you considering the small fortunes you were willing to pay an outsider ;-)
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Allowing New Users to pick their own passwords"</title>
			<link>http://bbpress.org/forums/topic/allowing-new-users-to-pick-their-own-passwords#post-20567</link>
			<pubDate>Sun, 09 Nov 2008 06:59:28 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">20567@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I suggested they <a href="http://trac.bbpress.org/ticket/779">change this in the core long ago and let the user choose passwords</a> while sending only an activation link  via email.</p>
<p>If you don't need them to verify via a link in the email this could be written in an hour  as a plugin. The code for password entry with re-entry verification can be lifted from the 1.0 alpha source.</p>
<p>I do recommend you use my Human Test plugin however.
</p>]]></description>
					</item>

	</channel>
</rss>

