bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Force Login (0.8)

Download

Version: 0.8

Other Versions

Last Updated: 2007-2-12

Requires bbPress Version: 0.8 or higher

Compatible up to: 0.8

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(1)

Your Rating

Author: Michael D Adams

This simple plugin will keep people who are not logged in from viewing any of your forum's content.

As a side effect, feed readers that do not support cookies will not be able to see any of your feeds.

Tags: ,

  1. 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.

    If you don't mind people seeing your RSS feed without being registered/logged in, you can add the following line to your code:

    && 0 !== strpos($_SERVER['REQUEST_URI'], bb_get_option( 'path' ) . 'rss.php')

    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.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.