Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Reposition BuddyPress (Complete Sign Up) Button


  • Rob
    Participant

    @robjsinger

    Hi, is there a minor change I can make to move the Complete Sign Up button located on the Registration page? It sits at the very bottom right and not visible without scrolling to the bottom of the page. Moving it directly under the Profile Details field would be ideal or somewhere closer making it visible without scrolling.

    You can see it here: http://harmonyglen.us/register/

Viewing 3 replies - 1 through 3 (of 3 total)

  • ckchaudhary
    Participant

    @ckchaudhary

    1. If your theme already has register.php template file, go step 2 directly.
      If not, copy file plugins\buddypress\bp-templates\bp-legacy\buddypress\members\register.php to themes\your-theme\buddypress\members\register.php
    2. Open register.php file and find following code:
      <?php do_action( 'bp_before_registration_submit_buttons' ); ?>
      
      <div class="submit">
      	<input type="submit" name="signup_submit" id="signup_submit" value="<?php esc_attr_e( 'Complete Sign Up', 'buddypress' ); ?>" />
      </div>
      
      <?php do_action( 'bp_after_registration_submit_buttons' ); ?>

      Move this code block to just before the line which says </div><!-- #profile-details-section -->

    That should do it.


    Rob
    Participant

    @robjsinger

    My theme did not have those folders so I moved the code to the location you described and it worked perfectly. I did this in the buddypress folder.

    Without confusing things, should I have those folders and file within my theme folder instead? I don’t want to have other issues down the road if this is really needed.

    Thank you for the prompt assistance!


    @mercime
    Keymaster

    @mercime

    should I have those folders and file within my theme folder instead?


    @robjsinger
    No. You only need to add the file/s you want to revise and follow the directory structure.

    edit – marking this topic as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Reposition BuddyPress (Complete Sign Up) Button’ is closed to new replies.
Skip to toolbar