Re: Please Help Fix Bugs for 1.0.4
The members, groups and blogs sections have these menus:
<div class="content-header">
<ul class="content-header-nav">
<?php bp_blogs_blog_tabs() ?>
</ul>
</div>
But unlike menus in other sections, the function bp_blogs_blog_tabs already includes the ul tags. To be able to use another style navigation in my template I had to put a function bp_blogs_blog_tabs_minus_ul in bp_custom.php.
Not sure if this counts as a bug or where to post it. I tried the report-a-bug button, but couldn’t get access.