[buddypress-trac] [BuddyPress] #4986: bp_nav_menu avtivity favourit filter selection clash with bbPress favourits
    buddypress-trac 
    noreply at wordpress.org
       
    Wed Jul 17 08:17:58 UTC 2013
    
    
  
#4986: bp_nav_menu avtivity favourit filter selection clash with bbPress favourits
-------------------------------------------+--------------------
 Reporter:  hnla                           |       Owner:
     Type:  defect (bug)                   |      Status:  new
 Priority:  normal                         |   Milestone:  1.8.1
Component:  Core                           |     Version:  1.7
 Severity:  normal                         |  Resolution:
 Keywords:  reporter-feedback needs-patch  |
-------------------------------------------+--------------------
Comment (by hnla):
 > If I'm incorrect regarding which menu you're speaking of
 It's the newish {{{ bp_nav_menu() }}} so isn't in general use so far as it
 needs to be implemented in templates to replace old object nav
 You would need to do:
 {{{
 <div id="item-nav">
   <div class="item-list-tabs no-ajax" id="object-nav" role="navigation">
     <?php bp_nav_menu(); ?>
   </div>
 </div>
 }}}
 In /members/home.php & removing the subnav calls
 I ran up a set of template files & styles when I was test implementing the
 menu which can be used if easier:
 https://github.com/hnla/hnla-bp-nav-menu/tree/master
 The issue is then as described in opening ticket selecting
 activity>friends would set that link to 'current' but forums link also
 receives the class 'current' causing issues with styles.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4986#comment:2>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list