Opened 8 years ago
Closed 8 years ago
#2121 closed enhancement (fixed)
Forums: Increase time limit to edit a post
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch commit |
Cc: |
Description
One of ru_RU forum members raised a point that time limit for editing posts should be increased.
Apparently it's set to just a couple of minutes now, which might not be enough to catch all the typos or fix code formatting issues. And if you submit corrections in a follow-up post, the topic goes out of the "No Replies" view and gets less attention.
A workaround is to prepare the post in advance using Notepad or other text editor, but that's not a very friendly UX.
Attachments (1)
Change History (8)
#3
follow-ups:
↓ 4
↓ 5
@
8 years ago
You can change this in bbadmin.
/wp-admin/options-general.php?page=bbpress
EN is now 60 minutes. Do you need someone with access to that to bump that?
#4
in reply to:
↑ 3
@
8 years ago
Replying to Ipstenu:
You can change this in bbadmin.
/wp-admin/options-general.php?page=bbpress
EN is now 60 minutes. Do you need someone with access to that to bump that?
I have a vague recollection this was going to be added to the _forum creations script_ by @jmdodd, if not it should be along with updating all the existing international forums.
#5
in reply to:
↑ 3
@
8 years ago
Replying to Ipstenu:
You can change this in bbadmin.
/wp-admin/options-general.php?page=bbpress
EN is now 60 minutes. Do you need someone with access to that to bump that?
Yeah, Rosetta forum admins don't have access to that page. I think it should be done programmatically via a filter for all forums.
#6
@
8 years ago
- Keywords has-patch commit added
EN is now 60 minutes.
2121.patch sets that value for all forums.
bbPress' default time is 5 minutes...
https://bbpress.trac.wordpress.org/browser/trunk/src/includes/core/options.php#L33