Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,233
- How-to & Troubleshooting
- 127,072
- Creating & Extending
- 25,549
- Requests & Feedback
- 9,270
- Third Party Plugins
- 9,667
- Showcase
- 3,317
- Ideas
- 1,298
- Miscellaneous
- 8,711
-
Along with the corrections that r-a-y points out, I took a quick cursory look and saw this error:
<?php $localNetwork = bp_get_the_site_group_name() ?>;
Should be:
<?php $localNetwork = bp_get_the_site_group_name(); ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS