Topic: jQuery and PunBB
I recently added jQuery to my forums for an extension I'm building and for some reason it's breaking the width of my forums and I'm at a loss trying to figure out what is causing it.
Everything displays fine in Chrome and Firefox, but it breaks in IE (go figure).
At first I thought it was a conflict with the common.js that is used on the forum but I've checked it both with and without that and the width problem still persists.
My site: http://hg.slickplaid.net/
I'm currently in the process of disabling the extensions one by one and hopefully I'll find the problem that way.
Could someone take a look and give me some suggestions on what is causing it?
Edit: I've disabled every single addon, one by one, and the error still persisted.
I'm going to disable the addon that's causing it and only add the jquery library to see what happens.
Edit: Disabled my addon and just added the library. It's definitely something with my extension. I'll post the code up here for it shortly. Until then, someone at least tell me the css value or something that is causing it so I can narrow my search in the extension.
Edit: Here's my diliemma: I've tried putting this code
<script type="text/javascript" src="<?php echo $ext_info['url'] ?>/js/jquery-1.3.2.min.js"></script>
in both the header and footer of the page and when it's in the extension, it causes the error. If I add it directly to the page either in the main.tpl or in the announcement section, it works fine.
Why is this?
Edit: Okay, I take it back... it only shows up now when you're logged in for some reason. The <script> code is now put in the main.tpl and not even in the extension.
Edit: I've removed all the css that I've added and it still shows up as messed up. It has to be the javascript (I think).
You can log in using "test" as the username and "testuser" as the password.
Edit: I've had to remove the offending javascript because users of IE can't log in due to the login and password fields being covered up.
I am willing to monetarily compensate whoever works with me to fix this error. My email is in my profile, slickpla \[at\] slickplaid.net