Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 2 years ago

#9188 closed task (fixed)

Update BP Hello Screen / Changelog for 14.0.0

Reported by: imath Owned by: imath
Priority: normal Milestone: 14.0.0
Component: Administration Version:
Severity: normal Keywords: has-patch
Cc:

Description

We need to update the content for it, but testing BuddyPress within WP Playground makes me think we should also search why we are redirecting to the WP Admin home instead of our BP Components settings page.

I believe being directly inside this part of BuddyPress after a fresh install would save some time to the Admin User to set the first BP Settings (like component activation...).

Attachments (1)

9188.dc.diff (5.3 KB ) - added by dcavins 2 years ago.
Minor language updates.

Download all attachments as: .zip

Change History (5)

#1 @imath
2 years ago

  • Looking at [11999] I don't think there's a specific reason about why redirecting to the dashboard page instead of the BP Components one. I just believe it's easier as we don't need to check whether BuddyPress is network installed or not to build the query args.

Our Main settings page is a submenu of 'settings.php' in Network admin while it's a submenu of 'options-general.php' in regular WordPress sites.

This ticket was mentioned in PR #324 on buddypress/buddypress by imath.


2 years ago
#2

  • Keywords has-patch added; needs-patch removed
  • Move the Hello Modal into the BP Components Admin screen: this should be easier for new installs to directly see where Admins can set their BuddyPress options / URLs..
  • Update the Hello Modal "What's new text" to inform about 14.0.0 changelog.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9188

This ticket was mentioned in Slack in #buddypress by imath. View the logs.


2 years ago

@dcavins
2 years ago

Minor language updates.

#4 @imath
2 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

In 13946:

Update Hello Modal for 14.0.0

  • Update the Hello Modal text.
  • Move the Hello Modal to the BuddyPress component settings screen.

Props dcavins

Fixes #9188
Closes https://github.com/buddypress/buddypress/pull/324

Note: See TracTickets for help on using tickets.