Re: buddypress and @typekit
Thanks. Excuse the non-coder questions, but should bp_profile_group_tabs() ?> be added (it’s not in bp-sn-parent) and in which profile php file?
I notice bp_profile_group_tabs() is in profiles/edit.php. This chunk of code caught my eye as being perfect for the main profile page (as opposed to the edit screen):
<?php get_header() ?>
<div class=”content-header”>
<ul class=”content-header-nav”>
<?php bp_profile_group_tabs(); ?>
</div>
Could that be added to the main profile php file?