MyBB Community Forums

Full Version: Broken report button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My report button seems to be broken.

Anyone mind checking it out?

site: http://www.alltechtalk.net/
Test account: Test
Test account pw: test1234567890

Thanks in advance,
Mike
Seems fine for me.
(2012-04-09, 05:07 PM)JovanJ. Wrote: [ -> ]Seems fine for me.
Really? that seems odd? did you try to report a post?

Edit: i just logged into the test account and cannot report. Please make a report if you can.
Yea i see now. You writted it wrong i thought image is corruppted.

JavaScript on button doesen't work. And same for multi quote button.

Let me take a look what is happening.

Edit:

Those buttons don't work from start or? What changes did you make to theme?
(2012-04-09, 05:15 PM)JovanJ. Wrote: [ -> ]Yea i see now. You writted it wrong i thought image is corruppted.

JavaScript on button doesen't work. And same for multi quote button.

Let me take a look what is happening.

Edit:

Those buttons don't work from start or? What changes did you make to theme?

They initially worked, but I made several changes to the theme. However, I don't think i ever edited the thread display, only the header and footer.

It looks like the js is the broken part (not calling the correct file). How will I go about fixing this? Where is the actual js located?

Is a small bump ok?

Thanks zumanity for your this fix.

To help future users, solution:

Go to Template & Styles> templates>showthread templates> showthread

Replace:
<script type="text/javascript" src="jscripts/thread.js"></script>
with:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thread.js"></script>