#2320 closed defect (bug) (worksforme)
Plugins.php missing a div
Reported by: | modemlooper | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Templates | Keywords: | theme, html |
Cc: |
Description
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>]
Change History (2)
Note: See
TracTickets for help on using
tickets.
Just checked out the "My Account > Settings" screen, which depends on the plugins.php template file.
I don't see any problems with layout.
Please reopen to clarify the issue if needed.