GREAT plugin for BuddyPress!
One question, I need to change the default "registration link" to a custom registration page. So basically, I need to change "wp-signup.php" to "xxx/new-fans/".
I've looked the in the plugin's files and can't seem to find where this might be. Also tried to simply redirect signup.php to the new page. No success.
Thanks!
http://wordpress.org/extend/plugins/buddypress-sliding-login-panel/
eonstone
Member
Posted 1 year ago #
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='http://your_site/your_page/'" />
<?php endif; ?
Great, thanks for posting.
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
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: http://countrymusicchicago.com