Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#6536 closed defect (bug) (fixed)

(BuddyPress) Recent Networkwide Posts widget

Reported by: kahless Owned by: r-a-y
Priority: normal Milestone: 2.4
Component: Templates Version: 2.3.0
Severity: normal 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
11 years ago

  • Keywords needs-patch good-first-bug added
  • Milestone Awaiting Review2.4
  • Severity majornormal

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

#2 @r-a-y
11 years ago

  • Owner set to r-a-y
  • Resolutionfixed
  • Status newclosed

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
11 years ago

  • Keywords needs-patch removed
  • Version 2.3.22.3.0

#4 @DJPaul
10 years ago

  • Component AppearanceTemplates
Note: See TracTickets for help on using tickets.