Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#6536 closed defect (bug) (fixed)

(BuddyPress) Recent Networkwide Posts widget

Reported by: kahless's profile kahless Owned by: r-a-y's profile r-a-y
Milestone: 2.4 Priority: normal
Severity: normal Version: 2.3.0
Component: Templates Keywords: good-first-bug
Cc:

Description

There is either an extra or missing div element somewhere in this widget. When I add it to a site with the following layout in the indicated spot

<div class="content">
    <div id="post-entry" class="home-column">
     Widget placed here
    </div>
    <div id="side-entry">
        <div id="center-column"></div>
        <div id="right-column"></div>
    </div>
</div>

instead of getting three columns next to each other, I get one column with the widget contents and then below it the other two columns that should be to the right. Removing the widget and adding another of the built in widgets works as expected.

Change History (4)

#1 @DJPaul
9 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone changed from Awaiting Review to 2.4
  • Severity changed from major to normal

Yeah, good spot. There is a div missing. (BP_Blogs_Recent_Posts_Widget)

#2 @r-a-y
9 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 10215:

Blogs: Fix closing element in 'Recent Networkwide Posts' widget.

Broken since BuddyPress 2.3.0, specifically r9469.

Props kahless.

Fixes #6536.

#3 @r-a-y
9 years ago

  • Keywords needs-patch removed
  • Version changed from 2.3.2 to 2.3.0

#4 @DJPaul
9 years ago

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