Skip to main content
Topic: [ADDON] Quick Quote (Read 12995 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: [ADDON] Quick Quote

Reply #15

Quote from: Frenzie – I suppose I could patch that up quickly and say the new version is only compatible with 1.1.
No problem having two versions, one of 1.0 and one for 1.1 
sorry for my bad english

Re: [ADDON] Quick Quote

Reply #16

I think only two changes should suffice (and they might still work on 1.0, too):
Code: [Select]
var username = (quotebuttons[i].parentNode.parentNode.parentNode.parentNode.previousElementSibling.querySelector('.name').textContent).trim();

var time_unix = quotebutton.parentNode.parentNode.parentNode.parentNode.querySelector('time').getAttribute('data-timestamp');
(That is, an extra .parentNode.)

Could you give it a go?

Re: [ADDON] Quick Quote

Reply #17

Thank you @Frenzie‍ , that seems to work fine. (only needs a CTRL+F5) 8)
Last Edit: September 15, 2017, 02:42:40 am by radu81
sorry for my bad english

Re: [ADDON] Quick Quote

Reply #18

@radu81
Alright, I've pushed the update to GitHub (v0.4 download, changes).


Re: [ADDON] Quick Quote

Reply #20

If the "Quick Reply" form is disabled, Quick Quote does not work.


Re: [ADDON] Quick Quote

Reply #22

Will there be an update of this addon for the version ElkArte 1.1.7

Re: [ADDON] Quick Quote

Reply #23


Quote from: forumovod – Will there be an update of this addon for the version ElkArte 1.1.7
A bit late to reply, but the version 0.4 works fine with Elkarte 1.1.7 and 1.1.8
sorry for my bad english

Re: [ADDON] Quick Quote

Reply #24

It works fine on Elkarte 1.1.8 : thank you for this addon, and thank you @radu81 to have made me know this addon.
The french translation for the button : Citer la sélection that means Quote selection (i find it's more understandable than Quick quote).

Re: [ADDON] Quick Quote

Reply #25

Hope this will be added in 2.0 as a new feature.

Re: [ADDON] Quick Quote

Reply #26

 Spuds makes a note

Re: [ADDON] Quick Quote

Reply #27

I added the French and Russian translations and tagged a v0.5.0 (download).