print which template is being used
global $template;
print_r( $template );
remember you might need to hook it something like:
add_action(‘wp_footer’, ‘stick_in_function_for_above’)
add_action(‘wp_footer’, ‘stick_in_function_for_above’)
Buddypress Template Hierachy