Page 8 of 10

Re: ReIMG Image Resizer

Posted: Thu Sep 02, 2010 2:14 am
by bredin
Thanks David for your help.

I seem to have fixed the problem (at least temporarily) by setting Zooming Link to "Link Resized Image" and using LightBox only

G.

Re: ReIMG Image Resizer

Posted: Thu Sep 23, 2010 12:26 pm
by manuel
Hello david 8-)

I installed it and did not generate any error, the problem is that it resizes, it's as if I had not installed.

Since the installation and check all this as I asked.

It also updates everything.

Re: ReIMG Image Resizer

Posted: Thu Sep 23, 2010 12:57 pm
by DavidIQ
And you made sure you edited the files for the style you're actually using? What's the link to the site?

Re: ReIMG Image Resizer

Posted: Thu Sep 23, 2010 1:12 pm
by manuel
Mi Foro

user: prueba
password: prueba
Style: PokemonBB

I was working very well, when I installed the almsamim-wysiwyg-0.0.9-phpbb3-BETA004 stopped working, but before another style(subsilver and DirtyBoard) also had installed both and both worked very well.

Re: ReIMG Image Resizer

Posted: Fri Sep 24, 2010 1:22 am
by DavidIQ
That MOD interferes with this one since it likely has to modify how BBCodes are handled and likely overwrote the image tag changes that are needed to use this MOD. You'll need to pick one or the other or figure out how to get them to work together or maybe just go through the edits for ReIMG and make sure they're all in place. Aside from that I can't help you much since I've never used the Almsamim WYSIWYG editor nor looked at its code.

Re: ReIMG Image Resizer

Posted: Fri Sep 24, 2010 7:51 pm
by manuel
This solution gave me, and it works

Fin

Code: Select all

         '#\[img([^\]]*)\]([^\]]*)\[\/img([^\]]*)\]#is' => '<img src="\\2" alt="" />',
Replace

Code: Select all

   //      '#\[img([^\]]*)\]([^\]]*)\[\/img([^\]]*)\]#is' => '<img src="\\2" alt="" />',

Re: ReIMG Image Resizer

Posted: Sun Sep 26, 2010 7:10 pm
by silverpen
Hi David,

I am using your excellent, excellent MOD but ran into a little hiccup. In the ACP I set the "Ignore Signature Images" to YES and it works and doesn't work. In detail:

The MOD successfully ignores the signature image dimensions in the "View Profile" pages but NOT in the "View Topic" pages.

Do you know of a way to have it ignore the dimensions under "View Topic" also? If it helps, I'm using 1.0.1. (Not the latest, I know, but I'm happy with the current version for now. I like to set aside a lot of time when installing/updating MODs in case things go out of array so I'm hoping this issue is a simple fix.)

Oh, and off topic: Do you offer phpBB software upgrade services? I'm running phpBB3 3.0.5 and would like to upgrade to the latest version but am hesitant because I have a few MODs that have altered core files and the alterations would have to be retained for any upgrade. If you do, I'd approach you later down the line when I comfortably have enough extra cash to ask for your services.

Thanks for helping with both questions!

Re: ReIMG Image Resizer

Posted: Sun Sep 26, 2010 11:54 pm
by DavidIQ
The edit for viewtopic for that feature was:
Find:

Code: Select all

		'SIGNATURE'			=> ($row['enable_sig']) ? $user_cache[$poster_id]['sig'] : '',
Replace with:

Code: Select all

		'SIGNATURE'			=> ($row['enable_sig']) ? ($config['reimg_ignore_sig_img'] ? str_replace(reimg_properties(), '', $user_cache[$poster_id]['sig']) : $user_cache[$poster_id]['sig']) : '',
And yes I offer phpBB software upgrade services. I assume you're the person that submitted the contact us form?

Re: ReIMG Image Resizer

Posted: Mon Sep 27, 2010 5:57 am
by silverpen
Thank you very much, I must have missed that edit previously.

And no, that wasn't me who sent you a message via the Contact Form. I browsed through the services you offered on your site though and didn't see upgrading package their so I thought I'd kill two birds with one stone and ask both here.

Thanks again and further down the line I'll contact you with my own upgrade inquiries.

Re: ReIMG Image Resizer

Posted: Tue Oct 12, 2010 8:51 am
by Muppi
Hi, I have the problem when I make investing as an attachment in my forum so you are on a white sheet appears when I link back but they will open with java. you know what can that be? I use the same gallery but also the nickvergessen. :shock:

Re: ReIMG Image Resizer

Posted: Tue Oct 12, 2010 8:56 pm
by DavidIQ
Have you talked to nickvergessen already? Might be better since you probably speak the same language. Right now it's hard to understand what you just said...

Re: ReIMG Image Resizer

Posted: Wed Oct 13, 2010 2:30 am
by Muppi
Hello David, my ReIMG Image Resizer doesnt work ready in my Forum in the moment. Can you verrify the problem pleas in my Forum ? If i klick on an uploads image then go off with an in with screen in the Background. And if click an link image then works your mod fine. Can you help me ?

Re: ReIMG Image Resizer

Posted: Wed Oct 13, 2010 9:41 am
by DavidIQ
Link?

Re: ReIMG Image Resizer

Posted: Thu Oct 14, 2010 2:06 am
by Muppi

Re: ReIMG Image Resizer

Posted: Thu Oct 14, 2010 9:55 am
by DavidIQ
I need a link to an actual post that is displaying this problem you're trying to describe. I don't have time to fish around for such a post much less when the site is in German...