MyBB Community Forums

Full Version: Quick reply Ajax
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4

MikeInToshx

That one doesnt give me the option to revert to default.

edit: ( somehow it does now , but it didnt help, still doesnt work )
Really odd Mike - you have checked that the html is correct I think?

The AJAX reply does depend on the hTML being correct and that the server is able to handle it. As you were able to use the quick reply on default theme then the issue HAS to be theme related.

Try the same actions on showthread - again,make a copy of the current template.

MikeInToshx

Hey, I only got 1 html error, all the rest validates.

I tried showthread, didn't work either Sad
Hmm. This is so odd, we know it is not the install because the default theme worked, therefore it HAS to be the templates. What browser are you using? Is this only happening on admin account or all accounts?
did you check the console? perhaps something preventing the JS from running
(2013-04-15, 11:23 AM)ElectricShock Wrote: [ -> ]Reupload the /jscripts folder from a fresh installation package....

Did you try that?

MikeInToshx

Hey guys, I'm using IE10. I just tried it in Google chrome and Firefox, it's the same.

@brad-t: I don't know any console, nor do I understand anything but lil HTML and CSS.

ElectricShock: I just tried that, didn't help either. Used diff browsers.

I hope someone still has some ideas to fix this !
Thanks for the support untill now though!
Do you have any mods on that page which are not visible to guests? The validator will be looking at your site as a guest and so would miss any badly formed HTML.

I think it has to be the template somewhere as you said it worked perfectly on the default theme, so it is not user/board settings.

MikeInToshx

Can't it be any plugin? I swear it worked before with that theme, because when I purchased my domain, I instantly installed that theme on it.

What u mean with mods? moderator? theres only 1 mod that's me, guests can see everything, just not create a topic.

Edit: Can u maybe look into it, like before?
(2013-04-16, 03:52 PM)MikeInToshx Wrote: [ -> ]Can't it be any plugin? I swear it worked before with that theme, because when I purchased my domain, I instantly installed that theme on it.

What u mean with mods? moderator? theres only 1 mod that's me, guests can see everything, just not create a topic.

Edit: Can u maybe look into it, like before?

you have the following errors on the page
Failed to load resource: the server responded with a status of 404 (Not Found)
http://computerhelpforum.be/jscripts/fit...js?ver=230
Failed to load resource: the server responded with a status of 404 (Not Found)
http://computerhelpforum.be/jscripts/downloadlink.js

Uncaught ReferenceError: use_xmlhttprequest is not defined rating.js:133

Uncaught ReferenceError: use_xmlhttprequest is not defined showthread.php:115

Uncaught ReferenceError: cookiePrefix is not defined prototype.js:5733

Uncaught ReferenceError: use_xmlhttprequest is not defined general.js:274

this still points to templates .... check the headerinclude template
from looking at the standard headerinclude template and yours, it looks as if the problem lies here with a java conflict try adding
jQuery.noConflict();
just below the google code ... however I have never used that code so this may not work
Pages: 1 2 3 4