#4601 closed defect (bug) (fixed)
Adjust the position of the "now run the wizard" notice after activation
Reported by: |
|
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. :)
Patch for repositioning activated notice.