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.
so goodļ¼ļ¼ļ¼
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
Just as an addition
As a free addon this is on my radar but not my first priority.
I will take a look soon.
This should be fixed. Let me know if you have any further issues:
Thanks for the quick fix Robert
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
I can PR, if you want @merefield.
Lovely, thank you!
Here:
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.
responded.
Great piece of work, thanks @Arkshine, merged!
you guys are awesome. thanks Robert and Arkshine for the quick fix
Iām guessing Iām doing something silly, but I am not seeing this plugin listed as available in <mysite>/admin/plugins
after installing it.
I have added the git repo to my app.yml and rebuilt the app. I also entered the app (launcher enter app) and verified in /var/www/discourse/plugins directory that the discourse-quick-quote folder is there.
Any ideas?
Build: 3.5.0.beta8-dev (64b738bc0a)
Plugin Repo added to app.yml: https://github.com/merefield/discourse-quick-quote.git
Yes. This is a theme component, not a plugin. So you install it as explained in the topic linked in the first post (Installing a theme or theme component), and you can find it at Admin > Customize > Themes & Components.
Thank you again, Moin! You are awesome
Hello! Not sure if this part of the recent mentions of the component being broken, but it seems that the new Rich Text Composer has broken this in someway potentially.
If I click to reply to a post like this example one:
The quick quote function works, but the quote doesnāt render nicely within the Rich Text composer. It appears as some kind of precomposed code:
Iām able to fix it by deleting the <p>
and </p>
and then toggling between the markdown composer and the rich text composer, but this isnāt ideal for my users (or people in general, I imagine).
Any chance someone knows what is going wrong and if thereās a way to fix it? Thanks!
Yeah this wasnāt written with the rich text composer in mind since it pre-dates it by several years.
Iāve made an explicit note of this limitation in the OP.
I do not have time to look at this but if anyone wants to PR I will definitely review.