Yatima
(Yatima Kagurazaka)
18 Junio, 2019 03:23
1
No matter what I set post_excerpt_maxlength to, the excerpt is always approx. 200 characters.
Not only Japanese, but also English.
Discourse v2.3.0.beta11 +34
I think you’re confusing things here. Post excerpts for pinned posts has a set value of 220. It cannot be configured via the site settings. I’ve recategorized the topic to Support because this is not a bug.
I noticed that there was a SiteSetting.post_excerpt_maxlength setting. Which I assume is this:
[image]
I was hoping to change the length of a pinned topic/post excerpt. Upon digging into the code, I noticed this:
[image]
It appears 220 is being used for a (pinned) topic excerpt.
I was wondering what the SiteSetting.post_excerpt_maxlength setting did, and if the pinned topic excerpt length can be made into a setting?
Yatima
(Yatima Kagurazaka)
18 Junio, 2019 06:59
3
Thanks for your explaining!