Bugs in Community, Fun & Corporate themes

I installed each of them, but when you click LOG-IN or SIGNUP, it brings you to the log-in page

And if you click Register on the Log in Page, it brings you to a blank wp-login page.

Sad..cause these are nice themes…

Any advice

here’s my site: http://www/nyfilmfinance.com

  • Richie_KS
    • HummingBird

    hi hexone19

    delete or rename registration folder inside the theme

    and also if active.php or register.php exist in theme..delete or rename it too.

    sample rename:

    activate.php to activate_bak.php

    and it will automatically used default wp-login/sign-up.php instead.

  • nissan
    • New Recruit

    I don’t know about the corporate and community theme, but for the fun theme enter this at the top of the wp-signup.php file located in the main directory, and the register link will work by redirecting you to the theme’s register page:

    /*Begin redirect hack for Buddypress register page */

    wp_redirect( "http://" . $current_site->domain . $current_site->path . "register" );

    /*End hack */

  • argh2xxx
    • The Incredible Code Injector

    If you remove registration directory and activate.php and register.php in corporate theme, then the normal login stuff of buddypress will kick in, but the avatar cropping and upload avatar when sign up with not work.

  • glittereyes
    • Site Builder, Child of Zeus

    Hi,

    Bump on this one. I use corporate theme. If I go to login page and click on register (see picture), it goes to wp-signup.php with a blank page. If I rename register.php and activate.php in /bp-corporate/registration, it works but the header and the screen looks off.. help!

    [attachments are only viewable by logged-in members]

  • Richie_KS
    • HummingBird

    that will need you to hack the wp-login.php since bp did not have any hook or

    action to change the wp-login.php register link.

    make backup of the wp-login.php

    and find line 530

    you’ll find site_url(‘wp-login.php?action=register’, ‘login’:wink:

    change it to

    site_url(‘register’, ‘login’:wink:

    that should direct register to buddypress register page.

  • hexone19
    • WPMU DEV Initiate

    I just tested the new corporate, community, and fun themes…trying to create a new member registtant on my site and when I go to the email to click the activation email link..it brings me to this error message in each of these themes (I also tried with another theme and it worked fine)..

    Fatal error: Call to undefined function bp_is_blog_page() in /homepages/1/d132351531/htdocs/lazyMU/wp-content/themes/bp-community/header.php

    any idea why?

    thanks…

  • James Farmer
    • Founder & Chair (honest)

    Hi hexone19,

    They work pretty well for everyone else so I’m guessing it’s something to do with your install – have you tried turning off all plugins and are you certain that BuddyPress is turned on sitewide?

    I’m not saying you don’t have an issue – just that I’d wager we can help you fix it and it’ snot a theme issue.

  • hexone19
    • WPMU DEV Initiate

    Ok…

    I actually started Brand New.

    New WordPress MU uploaded.

    New Database created.

    No Plugins (except for the bp-global-adminbar plugin included in the theme package..which I place in the mu-plugins).

    No other themes except the social, corporate, fun and community (and the wordpress mu defaults).

    A clean clean install…right…

    Warning: copy(/homepages/1/d132351531/htdocs/nycff-wpmu/wp-content/blogs.dir/1/files/thumb.php) [function.copy]: failed to open stream: No such file or directory in /homepages/1/d132351531/htdocs/nycff-wpmu/wp-content/themes/bp-social/includes/custom-functions.php on line 19

    Any clues??

    thanks…

  • hexone19
    • WPMU DEV Initiate

    Also just gave me this error when trying to create a new blog…

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/1/d132351531/htdocs/nycff-wpmu/wp-content/themes/bp-social/includes/custom-functions.php:19) in /homepages/1/d132351531/htdocs/nycff-wpmu/wp-includes/pluggable.php on line 865

  • hexone19
    • WPMU DEV Initiate

    Seems the Buddypress plugin that is on WordPress is corrupt..it’s not completing the install and forgetting files when it unpacks…I went to Buddypress and grabbed that one and after re-installing everything again with that in tow..things are looking great!