Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 9 years ago

#4601 closed defect (bug) (fixed)

Adjust the position of the "now run the wizard" notice after activation

Reported by: apeatling's profile apeatling Owned by:
Milestone: 1.7 Priority: low
Severity: normal Version: 1.7
Component: Core Keywords: has-patch
Cc:

Description

Using r6408 of BuddyPress trunk and r22236 of WP trunk.

When you activate BuddyPress the admin notice asking you to run the install wizard is jammed against the top of the screen. The position of the "admin_notices" action is unfortunate, so there's not much you can do about this without some hackery.

Ideally it would be good to add the "Run the installation wizard" message to the default core "Plugin activated." notice, but there are no filters to allow this to happen. Probably worth a core WP ticket.

Here's a patch with a single line of JS to reposition the install wizard notice so it's in a better place, after the notice generated by core. We do a similar thing on WordPress.com, but it's still hackery. :)

Attachments (3)

activate-notice.patch (922 bytes) - added by apeatling 12 years ago.
Patch for repositioning activated notice.
before.png (279.2 KB) - added by apeatling 12 years ago.
Before: Admin notice jammed to the top.
after.png (276.8 KB) - added by apeatling 12 years ago.
After: better positioning.

Download all attachments as: .zip

Change History (7)

@apeatling
12 years ago

Patch for repositioning activated notice.

@apeatling
12 years ago

Before: Admin notice jammed to the top.

@apeatling
12 years ago

After: better positioning.

#1 @apeatling
12 years ago

  • Owner apeatling deleted
  • Status changed from new to assigned

#2 @DJPaul
12 years ago

  • Keywords has-patch added

#3 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Closing as wontfix. The wizard is deprecated.

#4 @DJPaul
9 years ago

  • Component changed from General - UX/UI to Core
Note: See TracTickets for help on using tickets.