• IngeB1983

    (@ingeb1983)


    Hi there,

    I’d like to personalise my registration page a bit more.
    I want to add a line of text & links at the bottom of the page like this:

    What I want

    So far what I have achieved is this:

    What I get

    What I have done so far:

    1. I have adjusted the Buddypress registration.php (child theme) and added this line pretty much anywhere to test where it would show up:

    <?php
    echo "Hello World!";
    ?>

    Result: image number 2.

    2.
    Created a custom template (copy of page.php) for the registration page and again added this code to see if it would do anything:

    <?php
    echo "Hello World!";
    ?>

    Result: nothing.

    Can anyone tell me where to put what code to get a line of text on the bottom of the buddypress registration page? I’d like to add a link there to terms & conditions.

    Thanks in advance everybody!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    I recommend asking at https://buddypress.org/support/ so the BuddyPress developers and support community can help you with this.

    Thread Starter IngeB1983

    (@ingeb1983)

    Hi James,

    Thank you for responding.

    I have done that as well but unf. no response yet. That is why I also tried here. Perhaps people with more PHP / HTML knowledge now how to handle this.

    Moderator James Huff

    (@macmanx)

    Possibly, though I do suspect you’ll get more people who know how BuddyPress operates over in the BuddyPress forums. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a line to Buddypress registration page’ is closed to new replies.