Not Solved Upgraded to 38 a weird problem while replying any thread
#11
Not Solved
Spinner appears briefly when editing a post with Quick Edit. Full Edit does not since the entire page is refreshed.
I have not dug into the code to see where it is called, but it appears between clicking Save Changes and the post refresh.
Perhaps between database update and commit then query to refresh.
Quick glance shows no difference in grep output between 1.8.37 and 1.8.38

~/Downloads/mybb_1838/Upload$ grep -r "spinner.gif"
jscripts/select2/select2.css:    background: #fff url('select2-spinner.gif') no-repeat 100%;
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
jscripts/select2/select2.css:    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
jscripts/select2/select2.css:    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
admin/jscripts/themes.js:	miniSpinnerImage: "../images/spinner.gif",
admin/inc/functions_themes.php:		md5('.validation_loading') => array("class_name" => '.validation_loading', "values" => "background: url(images/spinner.gif) no-repeat center left;\n\tcolor: #555;\n\tmargin: 5px 0;\n\tpadding: 5px;\n\tfont-weight: bold;\n\tfont-size: 11px;\n\tpadding-left: 22px;"),
install/resources/mybb_theme.xml:<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
install/resources/mybb_theme.xml:	var spinner_image = "{$theme['imgdir']}/spinner.gif";

A little deeper with grep -r "spinner" shows use of prefixes before spinner, indicates where you are likely to see it invoked.

quickreply_
mquote_
qreply_
mini_
.showthread_
.modal_
this.
Reply
#12
Not Solved
(2024-06-06, 02:25 PM)bv64 Wrote: @CrazyCat as far as I know the Quickreply has this spinner

I just remember I had this problem a year ago

@vk_knight do you use MyReactions-Plugin?
then take a look here: https://community.mybb.com/thread-203037...pid1255528
otherwise follow CrazyCat's advice

I am using MyAlerts Plugin. Does that help?

(2024-06-06, 06:52 PM)HLFadmin Wrote: Spinner appears briefly when editing a post with Quick Edit. Full Edit does not since the entire page is refreshed.
I have not dug into the code to see where it is called, but it appears between clicking Save Changes and the post refresh.
Perhaps between database update and commit then query to refresh.
Quick glance shows no difference in grep output between 1.8.37 and 1.8.38

~/Downloads/mybb_1838/Upload$ grep -r "spinner.gif"
jscripts/select2/select2.css:    background: #fff url('select2-spinner.gif') no-repeat 100%;
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
jscripts/select2/select2.css:    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
jscripts/select2/select2.css:    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
jscripts/select2/select2.css:    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
admin/jscripts/themes.js:	miniSpinnerImage: "../images/spinner.gif",
admin/inc/functions_themes.php:		md5('.validation_loading') => array("class_name" => '.validation_loading', "values" => "background: url(images/spinner.gif) no-repeat center left;\n\tcolor: #555;\n\tmargin: 5px 0;\n\tpadding: 5px;\n\tfont-weight: bold;\n\tfont-size: 11px;\n\tpadding-left: 22px;"),
install/resources/mybb_theme.xml:<div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div>
install/resources/mybb_theme.xml:	var spinner_image = "{$theme['imgdir']}/spinner.gif";

A little deeper with grep -r "spinner" shows use of prefixes before spinner, indicates where you are likely to see it invoked.

quickreply_
mquote_
qreply_
mini_
.showthread_
.modal_
this.

What should I do then? You have pointed out the problem correctly.
Reply
#13
Not Solved
(2024-06-07, 04:07 AM)vk_knight Wrote: I am using MyAlerts Plugin. Does that help?
no!
follow Crazycat's advice!

a link to your board maybe help too
support ended 
Reply
#14
Not Solved
(2024-06-07, 06:36 AM)bv64 Wrote:
(2024-06-07, 04:07 AM)vk_knight Wrote: I am using MyAlerts Plugin. Does that help?
no!
follow Crazycat's advice!

a link to your board maybe help too

Ok , I will follow @crazycats advice and try disabling the plugins.
Reply
#15
Not Solved
And give us the url so we can check.
Tchat en français
Do not ask me help through PM or Discord

Reply
#16
Not Solved
I still wonder why the update from 1.8.37 to 38 should give such a problem
support ended 
Reply
#17
Not Solved
https://seomotionz.com
Start a thread in the Introductions sub-forum.
Reply
#18
Not Solved
Provide a test account please
Tchat en français
Do not ask me help through PM or Discord

Reply
#19
Not Solved
Here you go.

username - mybb_tester
password - 123456
Reply
#20
Not Solved
Well, I tested it, it's a little bit slow but works as expected
Tchat en français
Do not ask me help through PM or Discord

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)