Forum Bug - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Rules & Requests (https://discoverygc.com/forums/forumdisplay.php?fid=6) +--- Forum: Site & Forum Feedback (https://discoverygc.com/forums/forumdisplay.php?fid=14) +--- Thread: Forum Bug (/showthread.php?tid=176008) Pages:
1
2
|
Forum Bug - Lambda 4 - 01-06-2020 I can't quote any post from forums, does anyone has same problem ? RE: Forum Bug - Thunderer - 01-06-2020 As well, since about 2 days ago. RE: Forum Bug - Promotheus - 01-06-2020 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. RE: Forum Bug - Smokey - 01-06-2020 (01-06-2020, 10:51 PM)Lambda 4 Wrote: I can't quote any post from forums, does anyone has same problem ? I'm glad you mentioned this. I assumed it was my cruddy net connection RE: Forum Bug - Lambda 4 - 01-06-2020 (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. thank you, we can also use that option too RE: Forum Bug - Alley - 01-06-2020 This is MyBB devs again, I assume Alex patched the forums and ended up bringing this issue here. A glance at this is obvious enough: https://github.com/mybb/mybb/search?q=MyBBEditor&unscoped_q=MyBBEditor 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. Edit: Explanation improved RE: Forum Bug - Smokey - 01-06-2020 Laz Wrote:Alley is right RE: Forum Bug - Alex. - 01-07-2020 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. RE: Forum Bug - Lambda 4 - 01-07-2020 (01-07-2020, 12:03 AM)Alex. Wrote: Thanks for the report. It should work better now. Still doesn't work RE: Forum Bug - Nerva Regis - 01-07-2020 (01-07-2020, 12:19 AM)Lambda 4 Wrote:(01-07-2020, 12:03 AM)Alex. Wrote: Thanks for the report. It should work better now. Works for me, on Firefox. |