Opened 7 years ago
Closed 7 years ago
#3502 closed enhancement (fixed)
Remove WordPress version dropdown from forums
Reported by: | Clorith | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
When creating a new topic on the WordPress.org forums you are asked to fill in your current WordPress version.
This field is often ignored, or the user doesn't actually know their own version and just pick the most recent (it's not always very obvious what version you are on for the average user).
Because of this, let's remove this field to avoid information "noise".
This seems to be a simple matter of deactivating the wporg-bbp-version-dropdown
plugin, just commenting out the actions and filters is also an option, but I'm not sure if other things on .org utilizes the plugin?
Change History (4)
#2
@
7 years ago
- Owner set to dd32
- Status changed from new to accepted
Disabling the plugin on the Support forums seems safe.
Localised support forums will also need the plugin disabled, and Rosetta tools will also need updating to not activate that plugin on new support sites.
Noting that it's used in these themes with function_exists()
checks:
- https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php#L409
- https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php#L644
@Clorith FYI It's disabled on wordpress.org/support now.
I think there's potentially other things we could do instead - Only showing the last 10 major versions, the latest version, and defaulting to I don't know
, for example: 4.6, 4.7, 4.8, 4.9, 4.9.4, I don't know
That might help with the decision of what to select and hopefully make the information more useful to volunteers?
#3
@
7 years ago
- Type changed from defect to enhancement
I think keeping it removed is fine, also keeping in mind (as Joy mentioned) that every now and then a reminder for the desire to eventually "removing" versions from core and make it as fluid at updates as Chrome pops up, making this field even less useful.
This seems funny to me, since there is a ticket for removing the WordPress version from showing very prominently in the admin, as if hiding the version number helps people.
But I can see that having bad data in the forum threads doesn't help.