Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,551
- How-to & Troubleshooting
- 127,786
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,392
- Third Party Plugins
- 9,716
- Showcase
- 3,317
- Ideas
- 1,331
- Miscellaneous
- 8,843
-
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