Skip to:
Content

bbPress.org

Opened 8 years ago

Closed 8 years ago

#3076 closed enhancement (fixed)

Clarify "your account still allows you to do so" notices

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch commit
Cc:

Description

These sentences sound confusing to me, as there is no verb that "to do so" should substitute for:

  • This forum is closed to new content, however your account still allows you to do so.
  • This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.
  • This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.

I've also seen some inaccurate translations because of that. Suggestions:

  • This forum is closed to new content, however your account still allows you to post.
  • This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.
  • This forum is marked as closed to new topics, however your posting capabilities still allow you to create a topic.

Attachments (2)

3076.patch (1.9 KB) - added by SergeyBiryukov 8 years ago.
3076.1.diff (2.3 KB) - added by netweb 8 years ago.

Download all attachments as: .zip

Change History (8)

@SergeyBiryukov
8 years ago

#1 @SergeyBiryukov
8 years ago

  • Keywords has-patch added

#2 @johnjamesjacoby
8 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 2.6

Thank you. I've never been very fond of this verbiage, but it also didn't bother me enough to tweak it. Suggestions look better to my eyes.

#3 in reply to: ↑ description @netweb
8 years ago

Replying to SergeyBiryukov:


This forum is closed to new content, however your account still allows you to post.

Thinking this should align more with the other two strings proposed verbiage:

  • This forum is closed to new content, however your posting capabilities still allow you to post.
  • This topic is marked as closed to new replies, however your posting capabilities still allow you to reply.
  • This forum is marked as closed to new topics, however your posting capabilities still allow you to create a topic.

@netweb
8 years ago

#4 follow-up: @netweb
8 years ago

Patch 3076.1.diff updates with the new proposed verbiage and also adds the This forum is closed to new content... template notice to form-reply.php whereas previously there was no notice indicating that the forum was closed to new content as it already does on form-topic.php

#5 in reply to: ↑ 4 @SergeyBiryukov
8 years ago

Replying to netweb:

previously there was no notice indicating that the forum was closed to new content as it already does on form-topic.php

Related: #meta2353

#6 @netweb
8 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 6361:

General: Improve verbiage for closed forum and closed topic template notices.

This changeset also adds a template notice to the reply form noting that the forum you're posting to is closed to new content.

Props @SergeyBiryukov.
Fixes #3076.
See also #2353-meta.

Note: See TracTickets for help on using tickets.