MyBB Community Forums

Full Version: Images are being resized and I never told it to.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: 31jTP.png]
http://fogest.net16.net/showthread.php?pid=12#pid12

I had a plugin that when you click on the image it would zoom in on it. It wasn't working so I got rid of it. I think it messed up my signatures now. It resizes all images to smaller and you must click them to get them bigger and it opens the image not just enlarges it so this is really annoying and ugly.

How can I fix this?
What plugin?
(2011-11-09, 04:20 AM)Paul H. Wrote: [ -> ]What plugin?

MyBB_Extras_Highslide

But it is a premium plugin. I could give you download via pm if you need to help me.
You may have set the wrong signature resizing value in plugin settings which is causing sig images to resize.
(2011-11-09, 04:58 AM)crazy4cs Wrote: [ -> ]You may have set the wrong signature resizing value in plugin settings which is causing sig images to resize.

The thing is I removed the plugin.
Open postbit_signature template from your theme > Postbit Templates:

Find & replace:

<hr size="1" width="25%"  align="left" />

with:

<hr size="1" align="left" />

And for resizing it in post area, paste your entire postbit template here.
(2011-11-09, 05:32 AM)crazy4cs Wrote: [ -> ]
<hr size="1" width="25%"  align="left" />

That's nothing to do with the image, that's just the horizontal line.

The plugin hasn't been removed correctly, try reverting the postbit_signature template to original.
Dang, I was so sleepy & dizzy that I though width=25% as a part of some <img> tag, lol. Yeah, hr is just a seperator's width, my bad.
(2011-11-09, 02:04 PM)AJS Wrote: [ -> ]
(2011-11-09, 05:32 AM)crazy4cs Wrote: [ -> ]
<hr size="1" width="25%"  align="left" />

That's nothing to do with the image, that's just the horizontal line.

The plugin hasn't been removed correctly, try reverting the postbit_signature template to original.

It's just at this:
<hr size="1" width="25%"  align="left" />
{$post['signature']}

I believe that is in fact the default, yet it is still messed up.
Are you sure you've deactivated/unistalled the plugin through the ACP?

PM me admin login details if you want me to take a look.
Pages: 1 2