#4702 closed enhancement (fixed)
Add a post-download-of-WordPress page
Reported by: | andreamiddleton | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
When people download WordPress from WordPress.org, there is no page or message that comes up, post-download, that tells them they've succeeded or that anything has happened. It's confusing and leads to people downloading WordPress multiple times.
There should be a page that comes up after successful download that says something like:
Hooray! You’ve successfully downloaded WordPress!
For help getting started, check out our [Documentation and Support Forums]https://wordpress.org/support/.
Meet other WordPress enthusiasts and share your knowledge at a [WordPress meetup]https://www.meetup.com/pro/wordpress/ group or [WordCamp]https://central.wordcamp.org/!
To support education about WordPress and open source software, please donate to the [WordPress Foundation]https://wordpressfoundation.org/donate/.
Attached is a mock-up.
Attachments (1)
Change History (14)
#1
follow-up:
↓ 2
@
5 years ago
Oh, this is an interesting idea!
I'm nervous about it being deployed as a page, because that'd require us to execute a JavaScript update after the download link has been clicked - that might be confusing/undesirable to many users.
How about we deploy this as a modal overlay, instead?
#2
in reply to:
↑ 1
@
5 years ago
Sure, I don't have a strong opinion on whether it's an overlay or a page :) Are there any other technical barriers or considerations?
#3
follow-up:
↓ 5
@
5 years ago
When and where would it be displayed? Like here: https://wordpress.org/download/ after you click the download button?
#4
@
5 years ago
Yep. We could later extend to match on any/various .zip download URLs, and add context, too ("You just downloaded a theme; here's how to install it!").
Hah, turns out we do a flavour of this on yoast.com.
Visit https://yoast.com/wordpress/plugins/seo/ and click the 'Download Yoast SEO Free' link.
#5
in reply to:
↑ 3
@
5 years ago
Replying to Otto42:
When and where would it be displayed? Like here: https://wordpress.org/download/ after you click the download button?
Yes, that's what I had in mind. Any blockers to implementation that you can think of? :)
#12
@
5 years ago
Implemented as a modal per @jonoaldersonwp recommendation. Copy is as provided by @andreamiddleton, though the sub-header text was changed from
You’ve successfully downloaded WordPress!
to
You're on your way with the latest WordPress!
The impetus for that change being that the implementation is not such that the actual download progress/status is known. Thus, it needed to not actually reference the success or state (downloading vs downloaded) of the download.
Mockup of a post-download page