[buddypress-trac] [BuddyPress] #2320: Plugins.php missing a div

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Mon Apr 19 20:20:37 UTC 2010


#2320: Plugins.php missing a div
-------------------------+--------------------------------------------------
 Reporter:  modemlooper  |       Owner:             
     Type:  defect       |      Status:  new        
 Priority:  normal       |   Milestone:  1.3        
Component:  Core         |    Keywords:  theme, html
-------------------------+--------------------------------------------------
 The rest of the theme files place a content div around the nav and the
 item-body and when so if you are styling via css it wont match up. Needs
 to be wrapped with activity-content.

 [<div id="activity-content">
                         <div id="item-nav">
                                 <div class="item-list-tabs no-ajax" id
 ="object-nav">
                                         <ul>
                                                 <?php
 bp_get_displayed_user_nav() ?>
                                         </ul>
                                 </div>
                         </div>

                         <div id="item-body">

                                 <div class="item-list-tabs no-ajax"
 id="subnav">
                                         <ul>
                                                 <?php bp_get_options_nav()
 ?>

                                                 <?php do_action(
 'bp_member_plugin_options_nav' ) ?>
                                         </ul>
                                 </div>
                                 </div>]

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2320>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list