Opened 17 years ago
Closed 16 years ago
#2051 closed defect (bug) (wontfix)
1.2.2 widget align
| Reported by: | chouf1 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Activity | Version: | |
| Severity: | 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
was in 1.2.1 and also avaible for 1.2.2 ;-)