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.
Pages: 1 2
Hi there,

Neither my quote button or my report button is working?

Forum URL: www.thetechfanatics.com/forums.php
which theme you are using ? provide a test user account so that someone can check referred issues.
I'm using a custom theme.

Username: Test
Password: 123456789
looks like you are missing the jquery library....
I am not missing it though.
Anyone?
referred issues appear to be related to jQuery (may be due to combined js). you can put back original
scripts & check
. temporary access to admin panel (and may be to files) required to check & fix the issues.

(Edit: I may not be able to check it in next 12 - 15 hours)
Thank you for your response. I will try this and post back.

Does not work. Rate button and multi moderator tools do not work either.
Anyone?
1. Change jQuery to $ in jscripts/myalerts.js
2. Remove jQuery.noConflict(); line from jscripts/combined.js
3. Remove
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
    document.write(unescape("%3Cscript src='http://code.jquery.com/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
from the headerinclude template.

There may be more issues inside the combined.js - not sure if you copied everything correctly.

EDIT: also, combining the 3 files may be not a good idea since jquery.js and general.js are used in other places too - ACP, installation, upgrade, etc.
Pages: 1 2