But surely thatâs true for every post, not just the first one?
I really am not convinced quoting the very last post, wherever you are in the Topic, makes that much sense in any case? I would definitely set quick quote post location threshold
to at least 1 as 0 is definitely wasteful of space.
1 Like
Lilly
September 27, 2023, 3:44pm
44
Looks like this component isnât working as of the latest Discourse update. I had to disable it this morning on one of my instances because all my reply buttons stopped working (core was updated last night). @merefield
2 Likes
merefield
(Robert)
September 27, 2023, 4:54pm
46
As a free addon this is on my radar but not my first priority.
I will take a look soon.
2 Likes
merefield
(Robert)
September 27, 2023, 9:03pm
47
This should be fixed. Let me know if you have any further issues:
committed 08:59PM - 27 Sep 23 UTC
@Festinger @JammyDodger
6 Likes
Lilly
September 27, 2023, 9:16pm
48
Thanks for the quick fix Robert
2 Likes
Lilly
March 21, 2025, 4:38am
49
hmmm I think this component functionality might have broken in a recent update.
@pfaffman added this (but didnât want to add his own post?): Reply Quotes No Longer Appearing Automatically
2 Likes
I can PR, if you want @merefield .
4 Likes
Here:
master
â Arkshine:modernize
opened 05:30PM - 21 Mar 25 UTC
This PR does the following:
* Adds support for native class in the core
* Adds⌠missing config files, including lint
* Removes `es6` extension
* Removes API version and pin theme to 3.5.0.beta1-dev
* Makes the replacing links regex lazy to avoid removing text between two links
The code itself is untouched. I checked the core, and it's still up to date.
<details>
<summary>Demo</summary>
https://github.com/user-attachments/assets/d2195f62-a0b9-4e26-9237-f38bfe736980
</details>
<details>
<summary>About the issue with links, here is an example:</summary>

Visually, it was matching:

But now:

And it works better:

</details>
Also, it is worth noting that it fixes an issue with replacing links.
The regex was too greedy and would delete any text between two links.
5 Likes
Great piece of work, thanks @Arkshine , merged!
5 Likes
Lilly
March 21, 2025, 7:57pm
55
you guys are awesome. thanks Robert and Arkshine for the quick fix
6 Likes