MyBB Community Forums

Full Version: Report button not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Seems like quote button doesn't work too (i am not sure, i don't use it). But i am sure report button is not working...it worked before and on the same theme but now for some reason it doesnt. Any help ?
Site: http://sleepless.000webhostapp.com

EDIT: I've searched this on google...so so so many people have same problem and barely who got it fixed :(
Also, yes i tested on default theme it does not work there either....And i repeat, it worked on custom theme....No idea why it won't work now..
There is a javascript error on your forum which I believe may be blocking the report button functionality.

Quote:Uncaught Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher
So, how do i fix this ? Please help meh :c
You can try upgrading to 1.12.4. I'm not sure what else this would impact on your forum though.

In your headerinclude template, find
https://sleepless.000webhostapp.com/jscr...s?ver=1806

Replace with
https://code.jquery.com/jquery-1.12.4.min.js

Make sure to clear your browser's cache after changing. If that doesn't work, let me know before rolling back so I can check the errors.
Woo...easy...i am kinda new to this. Where is headerinclude (i know i sound dumb, but i really need your help). ACP? And where ? And to copy all from https://code.jquery.com/jquery-1.12.4.min.js and replace with that ?

Little edit: I think i found headerinclude
ACP>Template & styles>Templates>My theme>Down on the bottom is Ungrouped Templates and in there is headerinclude

HUGE EDIT: I just went to my FTP all the way where jquery.js is located
And pasted content from "https://code.jquery.com/jquery-1.12.4.min.js" (thanks spork985), then saved it and went to history (ctrl+h) and cleared cached images and files. Then refreshed, and tested report button works perfectly. I was so scared to do that, made a backup of old content in jquery.js and i though it will look like a mess when i refresh, but it turns out that it looks same and report button works... Thanks a lot ! I hope everyone browsing threads (like i did, a lot of them) finds this helpful. There is many unsolved threads such as mine.
(2017-03-09, 06:22 PM)Straxedix Wrote: [ -> ]Woo...easy...i am kinda new to this. Where is headerinclude (i know i sound dumb, but i really need your help). ACP? And where ? And to copy all from https://code.jquery.com/jquery-1.12.4.min.js and replace with that ?

Little edit: I think i found headerinclude
ACP>Template & styles>Templates>My theme>Down on the bottom is Ungrouped Templates and in there is headerinclude

HUGE EDIT: I just went to my FTP all the way where jquery.js is located
And pasted content from "https://code.jquery.com/jquery-1.12.4.min.js" (thanks spork985), then saved it and went to history (ctrl+h) and cleared cached images and files. Then refreshed, and tested report button works perfectly. I was so scared to do that, made a backup of old content in jquery.js and i though it will look like a mess when i refresh, but it turns out that it looks same and report button works... Thanks a lot ! I hope everyone browsing threads (like i did, a lot of them) finds this helpful. There is many unsolved threads such as mine.

Where did you paste it? What kind of file?