ReIMG Image Resizer

Any and all modifications I have created for phpBB3 will be listed here and support will be provided.
bredin
Posts: 3
Joined: Tue Aug 31, 2010 1:24 am

Re: ReIMG Image Resizer

Post 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.
manuel
Posts: 3
Joined: Thu Sep 23, 2010 12:24 pm

Re: ReIMG Image Resizer

Post 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.
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

And you made sure you edited the files for the style you're actually using? What's the link to the site?
manuel
Posts: 3
Joined: Thu Sep 23, 2010 12:24 pm

Re: ReIMG Image Resizer

Post 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.
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post 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.
manuel
Posts: 3
Joined: Thu Sep 23, 2010 12:24 pm

Re: ReIMG Image Resizer

Post 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="" />',
silverpen
Posts: 2
Joined: Sun Sep 26, 2010 7:02 pm

Re: ReIMG Image Resizer

Post 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!
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post 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?
silverpen
Posts: 2
Joined: Sun Sep 26, 2010 7:02 pm

Re: ReIMG Image Resizer

Post 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.
Muppi
Posts: 3
Joined: Tue Oct 12, 2010 8:40 am

Re: ReIMG Image Resizer

Post 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:
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post 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...
Muppi
Posts: 3
Joined: Tue Oct 12, 2010 8:40 am

Re: ReIMG Image Resizer

Post 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 ?
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

Link?
Muppi
Posts: 3
Joined: Tue Oct 12, 2010 8:40 am

Re: ReIMG Image Resizer

Post by Muppi »

DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: ReIMG Image Resizer

Post 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...
Locked