Opened 9 years ago
Closed 8 years ago
#1298 closed defect (bug) (fixed)
Cyrillic topic titles are limited to 50 characters on Rosetta forums
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Forums | Keywords: | |
Cc: |
Description (last modified by )
Currently, topic titles on Rosetta forums are limited to 50 characters, and anything after that is just silently cut off (slugs are cut off as well, but let's leave that for another ticket).
For a language where most words are longer than in English, this is often insufficient. English topic titles, on the other hand, allow up to 80 characters (which is the maxlength
attribute on the input).
If the title happens to be cut in the middle of a UTF-8 sequence, it disappears altogether, see #1297.
This often causes confusion when the topic author puts the question in the title rather than the topic text. Each time that happens, I have to apologize for the bug and ask them to repeat or rephrase the question.
Some examples of recent topics where the title was cut off:
https://ru.forums.wordpress.org/topic/Сайт-для-роботов-выдает-глупый-текст-на-иностран
https://ru.forums.wordpress.org/topic/Зз-за-nextgen-gallery-не-грузится-страничка-сайтаА-плагин-это
https://ru.forums.wordpress.org/topic/Не-работает-ajax-запрос-для-неавторизованных-польз
Should be fixed with the upgrade to bbPress 2.x. This ticket is just for tracking and reference.
Change History (6)
#2
@
9 years ago
bbPress 2.x default topic title length is 80 characters, is 80 enough for Russian or should this be bumped to 120 or so?
It's a filterable setting so we can make the decision to set this higher for all locales of just specific locales now.
#3
follow-up:
↓ 4
@
9 years ago
Cool, I think 80 should be OK.
We could look at other locales with longer words and increase the length later if needed.
#4
in reply to:
↑ 3
@
9 years ago
Replying to SergeyBiryukov:
Cool, I think 80 should be OK.
We could look at other locales with longer words and increase the length later if needed.
Cool 👍
Related: #1297, #1299, #1300.