Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,690
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Doh! (he says… with a hearty slap to the forehead). I had forgotten to remove the `current_component` condition.
Change the “if” line of the code to this:
`if ( $bp->settings->slug ) {`
It’ll work just fine now.