Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: At my wit\'s end with custom theming …


madyogi
Participant

@madyogi

Okay, so I think I’m getting somewhere. Dug through the bp-core-templatetags.php file and found the bp_current_component() tag. So I added the following to my header.php file:

...
} elseif ( bp_current_component(profile) ) {
include (TEMPLATEPATH . '/../ARHealthCareersFrameTheme/customHeaders/communityHeader.php');
}

This seems to work, but all the components are now giving the communityHeader.php file, not just a profile page. So the activity, messages, friends, etc pages are all returning true for this particular elseif statement. Is the parameter “profile” meaningful in this case, or is this just checking to see if there is a bp_current_component or not? Alternatively, are all these pages (activity, messages, wire, etc) considered profile components?

Thanks again so much for all your help.

Skip to toolbar