<?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 Plugin Browser Topic: Force Login</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Force Login</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 23:40:56 +0000</pubDate>

<item>
<title>deuts on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-4845</link>
<pubDate>Sun, 01 Nov 2009 09:48:14 +0000</pubDate>
<dc:creator>deuts</dc:creator>
<guid isPermaLink="false">4845@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Okay, so &#60;a href=&#34;http://bbpress.org/forums/topic/force-login-for-bbpress-101&#34;&#62;this&#60;/a&#62; actually worked for me. I'm using bbpress 1.0.2. &#60;/p&#62;
&#60;p&#62;@nepf, you should check it out: &#60;a href=&#34;http://bbpress.org/forums/topic/force-login-for-bbpress-101&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/force-login-for-bbpress-101&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>deuts on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-4844</link>
<pubDate>Sun, 01 Nov 2009 09:03:08 +0000</pubDate>
<dc:creator>deuts</dc:creator>
<guid isPermaLink="false">4844@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I got the same error as nepf with the latest version of BbPress, 1.0.2. I used to make this work with the previous version. Would really love to see an update on this plugin. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>nepf on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-4249</link>
<pubDate>Sun, 09 Aug 2009 20:55:25 +0000</pubDate>
<dc:creator>nepf</dc:creator>
<guid isPermaLink="false">4249@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I get this error-message:&#60;br /&#62;
[code]Fatal error: Call to a member function get_error_message() on a non-object in /www/htdocs/w00b9995/buddypress/bbpress/bb-templates/kakumei/login.php on line 11[/code]&#60;/p&#62;
&#60;p&#62;_ck_ mentioned some ideas.&#60;br /&#62;
Is anyone able to make this plugin better?
&#60;/p&#62;</description>
</item>
<item>
<title>kinkythought on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-3721</link>
<pubDate>Thu, 18 Jun 2009 06:01:25 +0000</pubDate>
<dc:creator>kinkythought</dc:creator>
<guid isPermaLink="false">3721@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;So is it safe to use this plugin with 0.9 (and I guess 1.0 soon) until something more reliable comes along?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-3482</link>
<pubDate>Mon, 25 May 2009 21:30:16 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3482@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This plugin is very old and I'm not crazy about the way this plugin works, it tries to directly load the login template at bb_init which is bad behavior as it steps on other plugins, it even skips bb_send_headers which happens after init.&#60;/p&#62;
&#60;p&#62;A redirect might be better and definitely change the last line to this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;bb_init&#38;#39;, &#38;#39;force_login_init&#38;#39;,999);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which allows other plugins to initialize before it.&#60;/p&#62;
&#60;p&#62;It also might more reliable to use PHP_SELF to compare the script name instead of the URL
&#60;/p&#62;</description>
</item>
<item>
<title>Michael3185 on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-3480</link>
<pubDate>Mon, 25 May 2009 20:38:52 +0000</pubDate>
<dc:creator>Michael3185</dc:creator>
<guid isPermaLink="false">3480@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The force-login plugin worked fine for me, until I got a spammer trying to (auto?)register on a forum just created, with a main domain index.html page catching anyone visiting. I wonder how he knew the index.php was there..?&#60;/p&#62;
&#60;p&#62;Anyway, I enabled Akismet and the SkipAkismet (for moderators) plugin, but then found I couldn't register as a new test member. Clicking 'Register' just kept sending me back to the Log-in page, meaning nobody could register. I've disabled force-login, but for one forum I definitely need to stop non-authorised visitors reading posts. Off to trawl the plugins again.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-196</link>
<pubDate>Wed, 11 Apr 2007 20:51:29 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">196@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I love this plugin b/c it forces people to register to view the forum, instead of allowing them to just troll around for months without even signing up.&#60;/p&#62;
&#60;p&#62;If you don't mind people seeing your RSS feed without being registered/logged in, you can add the following line to your code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;#38;&#38;#38; 0 !== strpos($_SERVER[&#38;#39;REQUEST_URI&#38;#39;], bb_get_option( &#38;#39;path&#38;#39; ) . &#38;#39;rss.php&#38;#39;)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add it right after the register.php line.  This will let people view the feed without being logged in, but theoretically the only way they would know where the feed was is by logging into the forum and clicking on a RSS link.  Sure, if they really wanted to they could probably guess, but for most people this will get the job done.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Force Login"</title>
<link>http://bbpress.org/plugins/topic/force-login/#post-87</link>
<pubDate>Mon, 12 Feb 2007 23:08:02 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">87@http://bbpress.org/plugins/</guid>
<description>Users that are not logged in must do so at the log in page in order to view any content.</description>
</item>

</channel>
</rss>
