Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,669
- How-to & Troubleshooting
- 127,979
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
sacstephen, try to put this in bp-template.php
function my_bp_override_core_domain() {
$domain = get_bloginfo('url');
return $domain;
}
add_filter('bp_core_get_root_domain','my_bp_override_core_domain');
If you don’t have this file, create it in wp-content/plugins
Let us know.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS