Skip to:
Content
Pages
Categories
Search
Top
Bottom

Closed registrations

  • @kipperman

    Member

    I’ve looked into the plug ins but can’t find what I was looking for, unless I missed it.

    I want to close my forum to new member registrations. The forum is solely for the use of my WPMU members to flick over to. I have the two integrated so I am not going to need forum reg only.

    I can’t find the admin section to control the membership registrations anyway. But I’m new probably missed that to.

Viewing 11 replies - 1 through 11 (of 11 total)
  • @ipstenu

    Moderator

    I put this in my .htaccess for my forums:

    Redirect /forums/register.php http://mysite.com/wpmu/wp-signup.php
    Redirect /forums/bb-reset-password.php http://mysite.com/wpmu/wp-login.php?action=lostpassword

    Not so much a disable but ‘Ignore the man behind the curtain’.

    @kipperman

    Member

    Like it – looks like a sound idea. Thanks

    @kipperman

    Member

    I’ve just notice that is no .htaccess by default in the forum directory – Should there be?

    @ipstenu

    Moderator

    Only if you want pretty permalinks and all. If it’s not there, you can make one.

    @chrishajer

    Participant

    @grosbouff

    Participant

    I have mydomain.com

    My bbpress is at

    mydomain.com/bbpress

    but I use a subdomain

    forums.mydomain.com which redirects on it.

    I put an .htaccess file inside /bbpress with this content

    Redirect 301 /register.php http://www.mydomain.com/wordpress/wp-login.php?action=register

    Redirect 301 /bb-reset-password.php http://www.mydomain.com/wordpress/wp-login.php?action=lostpassword

    But it does nothing. Chmodd is 755.

    I try too with

    Redirect 301 /bbpress/...

    and

    Redirect 301 (no start slashes)

    and it does not work either.

    Any idea ?

    Thanks !

    Any idea ?

    @ipstenu

    Moderator

    Different topic. We’re talking abotu closing registrations here :) Make a new topic for your request, por favor!

    (And chris – I was on topic :) He was asking why an .htaccess is needed in general, and I was explaining and telling him he could make one to alleviate his closed registration issh. It was all the same discussion and topical! :) )

    @pixelgirl

    Member

    I closed the registrations the brutal way. ;) I removed all <form></form> in register.php and added a message instead. Quick and dirty, but effective since I’m using bbpress with wpmu+buddypress, so users don’t need to register in the forums.

    pxlgirl.

    @kawauso

    Member

    @pixelgirl Give me your forums’ link and I’ll see if I can register ;P you might still get spambots if they work out how to spam bbPress forums. Brutally brutal way would be to change $_POST && 'post' == strtolower($_SERVER['REQUEST_METHOD']) in register.php in bbPress’ base directory to false, which would turn off processing for any data passed to the register page.

    @pixelgirl

    Member

    Registrations are enabled via my wpmu for now, but this will be disabled after I launch the site. You won’t get 100% security of course, but at least it would decrease unwanted user registrations. I’ll check some bbpress plugins due to spam protection.

    pxlgirl.

    @kawauso

    Member

    I’ve found running SABRE with stealth mode on in WordPress stops 100% of our bot registrations and I just point bbPress at that. If you disable registration with either .htaccess or changing the function, it’ll put a complete stop to any registrations on the bbPress side, so you shouldn’t need any spam protection besides that unless you let unregistered users post. bbPress comes with Askimet installed anyway though.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Skip to toolbar