Skip to:
Content

BuddyPress.org

Changeset 1578


Ignore:
Timestamp:
06/24/2009 07:00:51 PM (16 years ago)
Author:
apeatling
Message:

Fixes #804 props doug.daulton

Location:
branches/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-forums/installation-readme.txt

    r1366 r1578  
    6060        $bb->bb_xmlrpc_allow_user_switching = true;
    6161
    62 12. Log into your WPMU admin interface and head to "Site Admin > Group Forums" fill in the details on that
     6212. Log into your WPMU admin interface and head to "BuddyPress > Forums Setup" fill in the details on that
    6363    page. Make sure you don't leave out the ending slash on your bbPress URL. (http://example.com/bbpress/)
    6464    Enter the username and password for the user that you signed up in step 8.
  • branches/1.0/bp-xprofile/bp-xprofile-signup.php

    r1503 r1578  
    255255   
    256256    $bp_meta = unserialize( stripslashes( $_COOKIE['bp_xprofile_meta'] ) );
    257     $bp_blog_signup_meta = array_merge( $bp_meta, $blog_meta );
     257    $bp_blog_signup_meta = array_merge( (array)$bp_meta, (array)$blog_meta );
    258258}
    259259add_action( 'init', 'xprofile_load_blog_signup_meta' );
Note: See TracChangeset for help on using the changeset viewer.