Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Buddy Press Registration Page (9 posts)

Started 7 months, 1 week ago by: stevecas

  • Profile picture of stevecas stevecas said 7 months, 1 week ago:

    I have installed Blogs MU 1.2.9 by WPMU DEV Theme with buddy press but cannot get the registration page to appear when clicking on register. The page has been created and linked in the buddy press pages setup but whenever register is clicked it reverts to the home page.
    Any ideas?
    Thanks

  • Profile picture of Famous Famous said 7 months, 1 week ago:

    I have the exact same problem:
    WPMU Version 3.2.1
    BuddyPress 1.5.1
    mysite.com/register >>> goes to >>> mysite.com//

  • Profile picture of valuser valuser said 7 months, 1 week ago:

    In mysite.com/wp-admin/network/settings.php

    Have you checked Both sites and user accounts can be registered. in Settings—->Network Settings ???

  • Profile picture of Famous Famous said 7 months, 1 week ago:

    double checked and triple checked, this one is checked.
    >> User accounts may be registered.

    I don’t want to deal with too many splogs corrupting the database, so I just enabled user accounts.
    I used to use the below code in my wp-config to keep people from setting up spammy user accounts, but now that just says page not found.

    define( ‘BP_ACTIVATION_SLUG’, ‘customactivation’ );
    define( ‘BP_REGISTER_SLUG’, ‘customregister’ );

  • Profile picture of stevecas stevecas said 7 months, 1 week ago:

    I’ve looked at setting.php and it does say both sites can be registered.

    <input name="registration" type="radio" id="registration4" value="all" />

  • are you logged in when you try to access that page? seems like a dumb question, but i know on my site (from rather laughable experience) that a currently registered user who is logged in can’t access it. anyone not logged in can…just double-checking!

  • Profile picture of Famous Famous said 7 months ago:

    positively not logged in, just keep getting redirected when I type in mysite.com/register to mysite.com instead

  • Profile picture of pabmarabpac pabmarabpac said 7 months ago:

    test post

  • Profile picture of Famous Famous said 7 months ago:

    I had a redirect on my htaccess, and because this doesn’t work anymore:
    define( ‘BP_ACTIVATION_SLUG’, ‘madeupslug’ );
    define( ‘BP_REGISTER_SLUG’, ‘madeupregistrationpage’ );
    in wp-config

    I resorted to going back to the /register page, however it didn’t work because the rewrite rule