Changeset 1578
- Timestamp:
- 06/24/2009 07:00:51 PM (16 years ago)
- Location:
- branches/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-forums/installation-readme.txt
r1366 r1578 60 60 $bb->bb_xmlrpc_allow_user_switching = true; 61 61 62 12. Log into your WPMU admin interface and head to " Site Admin > Group Forums" fill in the details on that62 12. Log into your WPMU admin interface and head to "BuddyPress > Forums Setup" fill in the details on that 63 63 page. Make sure you don't leave out the ending slash on your bbPress URL. (http://example.com/bbpress/) 64 64 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 255 255 256 256 $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 ); 258 258 } 259 259 add_action( 'init', 'xprofile_load_blog_signup_meta' );
Note: See TracChangeset
for help on using the changeset viewer.