<?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 Topic: Disallowing Registration</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Disallowing Registration</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 03:39:16 +0000</pubDate>

<item>
<title>davidbessler on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3299</link>
<pubDate>Thu, 18 Jan 2007 07:24:33 +0000</pubDate>
<dc:creator>davidbessler</dc:creator>
<guid isPermaLink="false">3299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mouse8b, I had the same problem and used your solution.  In addition, I commented out the registration link in the file login-form.php and saved it (along with my new registration.php) in my-templates so the modified template gets preserved through upgrades.&#60;/p&#62;
&#60;p&#62;-cheers
&#60;/p&#62;</description>
</item>
<item>
<title>mouse8b on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3286</link>
<pubDate>Thu, 18 Jan 2007 00:03:28 +0000</pubDate>
<dc:creator>mouse8b</dc:creator>
<guid isPermaLink="false">3286@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;k, good to know. I think I will take my chances on that for now.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3197</link>
<pubDate>Sat, 13 Jan 2007 18:43:31 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3197@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That works well.  The only thing is that people can still manually POST their own data to your root/registration.php file.  Just because you don't link to it anywhere doesn't mean it's gone :)
&#60;/p&#62;</description>
</item>
<item>
<title>mouse8b on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3188</link>
<pubDate>Sat, 13 Jan 2007 11:21:09 +0000</pubDate>
<dc:creator>mouse8b</dc:creator>
<guid isPermaLink="false">3188@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In the default template's register.php, I replaced the registration form with a message and link and it seems to have worked just fine. ( &#60;a href=&#34;http://www.bandtr.com/wordpress/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.bandtr.com/wordpress/bbpress/&#60;/a&#62; ). If there are some other factors at work that I am not aware of and need to know about, please let me know.
&#60;/p&#62;</description>
</item>
<item>
<title>mouse8b on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3187</link>
<pubDate>Sat, 13 Jan 2007 11:10:53 +0000</pubDate>
<dc:creator>mouse8b</dc:creator>
<guid isPermaLink="false">3187@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Forgive me if I misunderstand, but after looking at the source, could I not simply replace the registration form in bb-templates/register.php with a message and a link to my form? I don't see how the user could already be added when no information has been collected.
&#60;/p&#62;</description>
</item>
<item>
<title>ear1grey on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3136</link>
<pubDate>Fri, 12 Jan 2007 14:58:24 +0000</pubDate>
<dc:creator>ear1grey</dc:creator>
<guid isPermaLink="false">3136@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This does make me think perhaps UserPress could be created as a separate user management project.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3120</link>
<pubDate>Fri, 12 Jan 2007 09:36:47 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">3120@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sadly, by the time you get to the registration template, the user has already been added.&#60;/p&#62;
&#60;p&#62;You could write a plugin that, during the &#60;code&#62;bb_init&#60;/code&#62; hook, checks to see if $_SERVER['REQUEST_URI'] matches the registration link and, if so, send a header(&#34;Location: &#60;a href=&#34;http://blah.blah/my-reg.php&#34; rel=&#34;nofollow&#34;&#62;http://blah.blah/my-reg.php&#60;/a&#62;&#34;).
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3086</link>
<pubDate>Wed, 10 Jan 2007 16:54:13 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">3086@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Maybe add&#60;br /&#62;
&#60;code&#62;&#38;lt;php header(&#38;quot;Location: path/to/your/page&#38;quot;); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
to the top of your bbpress registration template?&#60;/p&#62;
&#60;p&#62;Just a thought.
&#60;/p&#62;</description>
</item>
<item>
<title>mouse8b on "Disallowing Registration"</title>
<link>http://bbpress.org/forums/topic/disallowing-registration#post-3082</link>
<pubDate>Wed, 10 Jan 2007 06:14:50 +0000</pubDate>
<dc:creator>mouse8b</dc:creator>
<guid isPermaLink="false">3082@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a site with bbPress and WordPress. They are all integrated to where if you log in to one location, you are logged into the others as well. I also have (well, am working on) a unified registration page where I ask for all needed information and write it to whichever database needs it. Since I have this, I need to have bbPress lose the ability to register. Should I just change register.php to inform the user to register on the main registration page, or is there a better way?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
