If you click reply on the post you want to quote you can quote them that way still.
Bit of a workaround, but as a temp solution it's something at least.
(01-06-2020, 11:01 PM)Promotheus Wrote: If you click reply on the post you want to quote you can quote them that way still.
Bit of a workaround, but as a temp solution it's something at least.
The code is attempting to call an insert function that does not exist in MyBBEditor, instead the function is named insertText. Renaming the two occurences of insert in the js files will fix the problem. I assume this bug is not too much of an issue on mainline MyBB forums, but it certainly is one on a frankenstein MyBB like Disco's.
It is most likely we are one of the rare forums encountering this as we are using YuiEditor instead of the mainline ScEditor, as insert apparently still exist in ScEditor.
(01-07-2020, 12:03 AM)Alex. Wrote: Thanks for the report. It should work better now.
I didn't go for that exact solution, but it certainly seems to be the source of the problem.
(01-07-2020, 12:03 AM)Alex. Wrote: Thanks for the report. It should work better now.
I didn't go for that exact solution, but it certainly seems to be the source of the problem.