Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2051 closed defect (bug) (wontfix)

1.2.2 widget align

Reported by: chouf1's profile chouf1 Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Activity Keywords:
Cc:

Description

When the Recently activ widget contains ie. 7 avatars, saying with an output of 3 cols, we have 2 lines with 3 avatars and the 7th picture is alone on the 4th line, if we add another widget after it in the same column, this widget is aligned aside the latest picture.
This need to be cleared with something like this at the end of the widget block:

{{{ <?php echo '<div style="clear:both;"></div>'; ?>

<?php echo $after_widget; ?> }}}

That's what i used in bp-core-widgets.php approx line 127

Attachments (1)

screenshot_widget_block.jpg (63.0 KB) - added by chouf1 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @chouf1
14 years ago

  • Component set to Activity
  • Milestone set to 1.2.3
  • Summary changed from 1.2.1 widget align to 1.2.2 widget align

was in 1.2.1 and also avaible for 1.2.2 ;-)

#2 @chouf1
14 years ago

on the picture you can see the title of the Tag Cloud at the right of the RA widget.

#3 @GautamGupta
14 years ago

This looks like more of a theme's work, not of BP.

#4 @r-a-y
14 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

This can be fixed via CSS.

You can either add extra padding to the avatars or clear the "tags" widget.

Note: See TracTickets for help on using tickets.