can u please give a installation manual for buddypress?
in WP3.0 there is no /wp-content/mu-plugins/ directory. I uploaded it in the buddypress directory (/wp-content/plugins/buddypress/) and changed the following
if ($name == "secure_invite_signup_page") { return "wp-signup.php,/register"; }
if ($name == "secure_invite_registration_page") { return trim(get_bloginfo("wpurl"), '/') . "/wp-signup.php"; }
to-
if ($name == "secure_invite_signup_page") { return "/bp-core/bp-core-signup.php,/register"; }
if ($name == "secure_invite_registration_page") { return trim(get_bloginfo("wpurl"), '/') . "/bp-core/bp-core-signup.php"; }
and it didn't work.
it wud b great if you cud write an step-by-step installation procedure for buddypress and wordpress 3.0 (dashboard has changed from 'site admin' to 'super admin' so new screenshots wud b marvelous!)
i'm using jukt-micronics-buddypress-buddypack child theme for buddypress 1.2...
please let me know what am i doing wrong?