Group Mods

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

Support: Installing BuddyPress

Problems with getting it running.

Custom register.php (7 posts)

Started 2 years, 1 month ago by: thomallen

  • I am trying to create a custom register.php form, but am having some issues.

    Currently nothing shows up between the <form> </form> tags, I’m assuming because this statement returns false, <?php if ( ‘request-details’ == bp_get_current_signup_step() ) : ?>.

    Not sure if I need to set some includes?

    Thanks for any help or direction.

  • Profile picture of r-a-y r-a-y said 2 years, 1 month ago:

    What are you trying to do exactly?

    Are you trying to modify the BP registration page?

  • Actually, I’m trying to get BP features to work with the Thesis Theme. I need to use the registration/activation feature, and several other features like Members and Activity.

    What I tried to do is create a custom template with the register.php code, and assigned it to a page called Register.

    Anyway, I’ve looked for days on topics to integrate Thesis and BuddyPress. So I decided I wanted to try and get these plugins to work. I’ve gone down the Thesis road pretty far.

  • Profile picture of r-a-y r-a-y said 2 years, 1 month ago:

    If you’re using Thesis as the parent theme, you’ll have to enable BP support for your theme.

    Two options:

    1) Use the BP Template Pack plugin:

    http://wordpress.org/extend/plugins/bp-template-pack/

    2) Manually add BP support to your theme.

    thekmen has added BP support to a child theme of the Hybrid framework:

    http://buddypress.org/forums/topic/testing-new-theme-hybrid-as-a-parent#post-40217

    You can check out what he did as a guide.

  • Profile picture of kaster kaster said 1 year, 10 months ago:

    I use php form software for custom form. And it works fine

  • Profile picture of Iain Manley Iain Manley said 1 year, 8 months ago:

    I’m experiencing the same problem – but I’m definitely using a BuddyPress enabled theme. I’m trying to enable registration on my home page by using a template, but nothing is being returned by bp_get_current_signup_step(), so nothing is displayed between . Is there a way of working around this? @thomallen Did you get this working eventually?

  • Profile picture of kniftontf kniftontf said 1 year, 1 month ago:

    You need to add: define('BP_REGISTER_SLUG', ''); to your wp-config.php file. Should work after that, you may want to check if the user is already logged in as well.