Page 7 of 10

Re: ReIMG Image Resizer

Posted: Wed May 26, 2010 9:29 am
by Norvu
Sure.

Default style where everything works fine:

http://www.gamadeux.com/viewtopic.php?f=17&t=14

Second style where none of the [img] bbcode works in either post messages or signatures (scroll down a bit and you'll see broken image links in peoples signatures):

http://www.gamadeux.com/viewtopic.php?f=38&t=88

Re: ReIMG Image Resizer

Posted: Fri May 28, 2010 7:09 am
by sora99
phpBB 3.0.7-PL1 using ReIMG and Spoiler BBCode

My problem is the image in the spoiler breaks the borders of the forum. ReIMG works fine if the image is not in the Spoiler.

Resizer Working...
Image

Broken Spoiler...
Image

my Spoiler BBcode

Code: Select all

<div style="padding: 3px; background-color: #f9f9f9; border: 1px solid #d8d8d8; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"><span onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>Close</a>'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>Open</a>'; }" /><b>Spoiler: </b><a href="#" onClick="return false;">Open</a></span></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
Any fix for this? Thanks.

Re: ReIMG Image Resizer

Posted: Sun Jun 06, 2010 4:01 pm
by relawda
hi
i have this error, after isstalling the mod reimg

Fatal error: Cannot redeclare reimg_properties() (previously declared in /homez.330/portailt/www/forum/includes/functions.php:4719) in /homez.330/portailt/www/forum/includes/functions.php on line 4728

http://forum.portail-tetouan.com/

Re: ReIMG Image Resizer

Posted: Sun Jun 06, 2010 4:05 pm
by DavidIQ

Re: ReIMG Image Resizer

Posted: Thu Jun 24, 2010 5:00 pm
by phpangela
Works amazing, after sorting though dud programs all morning I'm really happy now, thanks so much!

Re: ReIMG Image Resizer

Posted: Sun Jul 04, 2010 8:00 am
by tnpihl
Often in picture posts the loading pic is showing, but nothing happens. You have to click refresh the page before they load.

Image

After refresh you can see the pictures. Its especially in Internet Explorer I get this problem. But why is the loading pic showing when the pictures are so small. I though ReIMG just was working for big pictures. Is there a way for ReIMG to ignore small pictures? I what can I do to avaoid this problem.

Image

http://www.jimcarreyonline.com/forum/vi ... =8&t=10566

Re: ReIMG Image Resizer

Posted: Sun Jul 04, 2010 9:50 am
by DavidIQ
I'll have to look into that...not sure why it would not show the picture immediately after the page loads simply because it's a small image. :? Must be something in the javascript...

Re: ReIMG Image Resizer

Posted: Tue Jul 20, 2010 6:15 pm
by mysticalos
I've searched internet high and low and i cannot find this 1.0.3 version existing anywhere, only 1.0.2 which is designed for phpbb 3.0.6. why is the current version no where in this thread?

Re: ReIMG Image Resizer

Posted: Tue Jul 20, 2010 6:40 pm
by DavidIQ
Don't know what you're talking about as there is no version 1.0.3 available yet. Version 1.0.2 works perfectly fine with 3.0.7-pl1.

Re: ReIMG Image Resizer

Posted: Sat Jul 24, 2010 4:24 pm
by mysticalos
the install instructions were a little confusing. i've installed many mods before but i don't understand this step

In-line Add after
{REIMG_PROPERTIES}

whaht's that even mean? where do I add it?

Code: Select all

			<img src="{_file.U_INLINE_LINK}" alt="{_file.DOWNLOAD_NAME}" {REIMG_PROPERTIES}/><br />
Eevery line that says "in-line" doesn't make sense to me. but i just always put it right next to what it said to in line to heh. that's how i understand the instructions.

Edit:

Everything seems to work with subsilver2, and custom emuza2, for some reason prosilver is fubared so i just disabled it. i didn't edit it any different than emuza2 (which is prosilver based). strange. here is what happened to pro silver
Image

Re: ReIMG Image Resizer

Posted: Mon Jul 26, 2010 12:48 am
by DavidIQ
Nothing's edited by this MOD in index_body.html unless that's showing on all pages. Then the problem would have been in overall_header.html.

I gather that you figured out what an in-line find and in-line edit was? :)

Re: ReIMG Image Resizer

Posted: Tue Aug 31, 2010 1:36 am
by bredin
I have installed everything (AutoMOD, said everything ok)) then edited the style manually.

When a page loads with a resized image it automatically loads the lightbox/highslide overlay, as if the image was clicked on...

At first I thought it was something to do with highslide being loaded twice (Stargate Portal also uses it), but it also does this with lightbox which I do not think anything else on my board uses and now Im stumped.
I have also checked FF IE and Chrome, they all do it.

Example Here

Any Ideas before I do a rollback?

Thanks,
G.

Re: ReIMG Image Resizer

Posted: Tue Aug 31, 2010 7:33 am
by DavidIQ
What is autoSize() for?

Re: ReIMG Image Resizer

Posted: Tue Aug 31, 2010 5:33 pm
by bredin
Thanks for looking so promptly.
DavidIQ wrote:What is autoSize() for?
Beats Me :)
But Im certain its not the issue

http://insanityindustries.net/blog.php?u=2&b=6

same autoload issue, but no autoSize() function call in the page.

I will ensure that the displaytype is set to litebox, just to eliminate one possibility (i just looked, it already was..)

Thanks again
G

Re: ReIMG Image Resizer

Posted: Tue Aug 31, 2010 9:36 pm
by DavidIQ
You have so much javascript there it's hard to figure out what's causing what. I do notice that you have a separate prototype.js there so that might be it. Also there seems to be a javascript error on loading of your pages.