Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Skeleton Member Theme – Missing “Settings” Pages

@jeffsayre

Participant

Look at bp-core-catchuri.php. You’ll find all sorts of good URL discovery and parsing functions.

You can use this to test for the current component. If you are on the settings page, as an example, this will evaluate to “settings”.

$bp->current_component

Skip to toolbar