Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: aragornRSB on July 25, 2019, 10:31:23 AM

Title: Problems with Quote button
Post by: aragornRSB on July 25, 2019, 10:31:23 AM
Hi,

I upgraded my SMF 2.0.15 to 2.1 RC2. I managed almost everything that bothered me, but I still have a problem wit Quote button. When users want to quote somebody, instead of qouted text, cursor is moved to quick reply and there is no quoted text. Also, on the top of the screen there is loading bar and it looks like it went to some endless loop.

Interesting thing is that qoute works fine if I go to recent posts, and then select qoute button. But in regular posts it wont work.

Any ideas how to fix this?

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi66.tinypic.com%2F29qfnug.png&hash=b8c7c2a0e58475bb78cde6c38fe2cb89c5caea60)

After I click Quote button that is on screen...

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi67.tinypic.com%2F34j80vq.png&hash=5d81f09d7a24318764bb95a3f47953262b1af94e)

This is error in error log...

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi68.tinypic.com%2F2q2eamx.png&hash=7d3730f671f727ce07c0d0c8e51cebabda1b00f2)

This is code...
Title: Re: Problems with Qoute button
Post by: Arantor on July 25, 2019, 11:07:48 AM
Mods installed? Errors in browser console?
Title: Re: Problems with Qoute button
Post by: aragornRSB on July 25, 2019, 01:13:14 PM
(https://a.imge.to/2019/07/25/ZnLXx.png)


(https://b.imge.to/2019/07/25/ZnAU2.png)
Title: Re: Problems with Qoute button
Post by: Arantor on July 25, 2019, 01:29:40 PM
Hmm... ok. So when you press quote, in the network tab of your browser's inspector, you should see an XHR request for the quote. What does that return exactly?
Title: Re: Problems with Qoute button
Post by: aragornRSB on July 25, 2019, 03:13:54 PM
Quote<script async defer src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2"></script><?xml version="1.0" encoding="UTF-8"?>
<smf>
   <quote>
Quote from: laflarre7 on July 22, 2019, 01:17:05 PM
Прошле сезоне смо играли драфт, кад би да организујемо лигу, то јест сатницу за драфтовање ? Сад сам поред компа па рекох да то направим зачас.
</quote>
</smf>


(https://serving.photos.photobox.com/25544357feda37f15872c469b4f92cc1453d68b7bbd810fc6b98ffd3d102a65dff1fc93f.jpg)



There is quoted text, but post box (quick reply) stays empty.

Same thing is with quick edit - also gives empty box...
Title: Re: Problems with Qoute button
Post by: Arantor on July 25, 2019, 03:18:09 PM
A mod is breaking it, looks like a Facebook Connect mod of some kind?
Title: Re: Problems with Qoute button
Post by: aragornRSB on July 25, 2019, 04:59:08 PM
Thats it!

I uninstall Embed Facebook BBCode mod and now quoted text is there. Same with quick reply.

Thank you very much :)