Viewing 4 replies - 1 through 4 (of 4 total)
  • Here is my solution.
    for your reference
    <div class=”left” style=”width:195px;”>
    <?php if ( bp_get_signup_allowed() ) : ?>
    <h2>Signup for free</h2>
    <input type=”button” name=”signup-submit” id=”signup-submit” value=”<?php _e( ‘Sign Up’, ‘buddypress’ ) ?>” onclick=”location.href=’https://your_site/your_page/'&#8221; />
    <?php endif; ?

    Thread Starter Scott Winterroth

    (@countrymusicchicago)

    Great, thanks for posting.

    Thread Starter Scott Winterroth

    (@countrymusicchicago)

    Not working for me, this is the error I’m getting.

    Parse error: syntax error, unexpected T_ELSE in /XXXXXX/wp-content/plugins/buddypress-sliding-login-panel/update-content.php on line 191

    Thread Starter Scott Winterroth

    (@countrymusicchicago)

    Thanks. I was able to get this to work but ‘<?php if ( bp_get_signup_allowed() ) : ?>’, calls the default registration system and I’m not using this. If I delete that line of code, it comes up with just a plain button but the link works. Any way I can add the current style to “new button”.

    Here’s the site: https://countrymusicchicago.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BuddyPress Sliding Login Panel] Change registration page link’ is closed to new replies.