Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

Last modified 8 years ago

#2320 closed defect (bug) (worksforme)

Plugins.php missing a div

Reported by: modemlooper's profile 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)

#1 @r-a-y
14 years ago

  • Component changed from Core to Theme
  • Resolution set to worksforme
  • Status changed from new to closed

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.

#2 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.