User tests: Successful: Unsuccessful:
Fixes #47710.
This PR fixes an issue in the Articles module where the "Read More" button is not displayed when the introtext is truncated using the Intro Text Limit, but no readmore marker is present.
Previously, the button was only shown if fulltext existed.
This update adds a condition to also show the "Read More" button when the displayed introtext is shorter than the original introtext (i.e., it has been truncated).
Additionally, Joomla applies the introtext limit based on characters (not words).
To stay consistent with this behavior, the truncation detection compares the length of the original introtext with the displayed introtext instead of relying on word count.
Introtext is truncated but no "Read More" button is displayed.
Introtext is truncated and the "Read More" button is displayed correctly.

| Status | New | ⇒ | Pending |
| Category | ⇒ | Modules Front End |
| Labels |
Added:
PR-5.4-dev
|
||