MyBB Community Forums

Full Version: Image Resizer & Optimizer with GD doesn't work with new skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I coded my own skin, but I realized that Image Resizer & Optimizer with GD plugin dowsn't resize images in my posts.

Example:

http://www.sharefenix.com/forum/at-SubsF...06#pid2106

Morover, I noticed that quick reply doesn't do anything if I click on EDIT, which could be the causes? I edited only templates not other things, and I'ven't touched any showthread tempate.

I have this problems only with this skin, in which I used conditionals and jQuery.
you need jQuery no conflict code after jQuery loading script ... like below :
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Well, I've added it.. now, the EDIT buttton brings me directly to advanced edit... and the image resizer doesn't work..
Hi,

now al works properly. I think there is some iusse in MyBB style editor, it's not the first time that it reader a space as &nbsp;...