ReIMG Image Resizer

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
nicky1952
Registered User
Posts: 24
Joined: Fri Jan 01, 2010 2:01 pm

Re: ReIMG Image Resizer

Post by nicky1952 »

Hello, Happy New Year ! ;)

Thank you for this mod! However, i have some troubles with it. I had installed the Highslide Attachment Mod. After that i installed this mod. I enabled the Highslide Zoom but i think its conflict with the Highslide Attachment Mod. To make i easier for you i post a picture. The first picture is like it should be. The 3rd picture too. But the 2nd picture should be resized like the 3rd :/ Is it possible to expect the whole Attachment from this mod? Sorry for bad english ;P

Image
Om Ahmed
Registered User
Posts: 35
Joined: Thu Nov 20, 2008 9:36 pm

Re: ReIMG Image Resizer

Post by Om Ahmed »

hello, thanks for the Mod
it didn't work for me in subsilver2.. but I noticed there are no edits for
ucp_pm_viewmessage.html,
and: viewtopic_body.html,
only for the _print template files
should it work without those??
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

Om Ahmed wrote:hello, thanks for the Mod
it didn't work for me in subsilver2.. but I noticed there are no edits for
ucp_pm_viewmessage.html,
and: viewtopic_body.html,
only for the _print template files
should it work without those??
Those edits are not needed for subsilver2. You also need to purge the cache.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

nicky1952 wrote:Hello, Happy New Year ! ;)

Thank you for this mod! However, i have some troubles with it. I had installed the Highslide Attachment Mod. After that i installed this mod. I enabled the Highslide Zoom but i think its conflict with the Highslide Attachment Mod. To make i easier for you i post a picture. The first picture is like it should be. The 3rd picture too. But the 2nd picture should be resized like the 3rd :/ Is it possible to expect the whole Attachment from this mod? Sorry for bad english ;P
It all depends. I need a link to the example topic in question on your board.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

DavidIQ wrote:Thank you for this mod! However, i have some troubles with it. I had installed the Highslide Attachment Mod. After that i installed this mod. I enabled the Highslide Zoom but i think its conflict with the Highslide Attachment Mod. To make i easier for you i post a picture. The first picture is like it should be. The 3rd picture too. But the 2nd picture should be resized like the 3rd :/ Is it possible to expect the whole Attachment from this mod? Sorry for bad english ;P
First and second images are using reimg. The third image is using something else. Not sure why you want to have 2 different image resizing methods for attachments but use one or the other, not both. There's no point in using them both.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
nicky1952
Registered User
Posts: 24
Joined: Fri Jan 01, 2010 2:01 pm

Re: ReIMG Image Resizer

Post by nicky1952 »

Okay now you got me. The problem is that the first attached picture is overwritten by the reimg mod. I dont know why -> no clue.. The 3rd picture is like it should be -> Resized by the Highslide Attachment Mod..

My problem now is.. how to get rid of the re img mod in the attachements ?
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

You can just remove the edits from attachment.html. Specifically replace this:

Code: Select all

<!-- IF S_REIMG -->style="border: none;" {REIMG_PROPERTIES}<!-- ELSE -->onclick="viewableArea(this);"<!-- ENDIF -->
with this:

Code: Select all

onclick="viewableArea(this);"
Might also want to remove this:

Code: Select all

<!-- IF S_REIMG --> style="overflow: hidden; max-height: none;"<!-- ENDIF -->
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
nicky1952
Registered User
Posts: 24
Joined: Fri Jan 01, 2010 2:01 pm

Re: ReIMG Image Resizer

Post by nicky1952 »

Hm i dont got something like this. Iam using a based on subsilver style. This is the code i got now: (After i did the ReImg edits)

Code: Select all

		<!-- IF _file.S_IMAGE -->
			<img src="{_file.U_INLINE_LINK}" alt="{_file.DOWNLOAD_NAME}" {REIMG_PROPERTIES} title="<!-- IF _file.COMMENT_CLEAN -->{_file.COMMENT_CLEAN} / <!-- ENDIF -->{_file.DOWNLOAD_NAME}"/><br />
			<span class="gensmall">{_file.DOWNLOAD_NAME} [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</span>
		<!-- ENDIF -->
nicky1952
Registered User
Posts: 24
Joined: Fri Jan 01, 2010 2:01 pm

Re: ReIMG Image Resizer

Post by nicky1952 »

Hm I just removed:

Code: Select all

{REIMG_PROPERTIES}
...looks like its working now. was this action correct? ;)
elainemarley
Registered User
Posts: 5
Joined: Sat Jan 02, 2010 6:53 pm

Re: ReIMG Image Resizer

Post by elainemarley »

So I have installed this mod on my prosilver based theme and it won't work. I checked the installation was succesful because if I change to prosilver it works. So, I either did something wrong editing my actual theme or the theme itself is doing something weird for the MOD not to work.

I edited the theme files just the same as I did edit the prosilver's, the only difference was that the </body> tag wasn't in the overall_footer.html file, but in a different one called simple_footer.html (I added the code before the tag in that last file). I don't know if that's what's preventing the mod from working.

Here's a link to my forum: http://www.waitforit-guild.com/viewtopi ... p=593#p593
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

nicky1952 wrote:Hm I just removed:

Code: Select all

{REIMG_PROPERTIES}
...looks like its working now. was this action correct? ;)
Yes. That is what you needed to remove. And yes that edit is correct according to the many many other people that have made that same edit to their subsilver2-based style.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

elainemarley wrote:So I have installed this mod on my prosilver based theme and it won't work. I checked the installation was succesful because if I change to prosilver it works. So, I either did something wrong editing my actual theme or the theme itself is doing something weird for the MOD not to work.

I edited the theme files just the same as I did edit the prosilver's, the only difference was that the </body> tag wasn't in the overall_footer.html file, but in a different one called simple_footer.html (I added the code before the tag in that last file). I don't know if that's what's preventing the mod from working.

Here's a link to my forum: http://www.waitforit-guild.com/viewtopi ... p=593#p593
Looks fine to me. You also need to refresh the imageset to get the red and green boxes to actually be the correct image.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
elainemarley
Registered User
Posts: 5
Joined: Sat Jan 02, 2010 6:53 pm

Re: ReIMG Image Resizer

Post by elainemarley »

Yes, I found that the overall_footer was the correct place to place the code, instead of the other file, even tho there was no body tag in it. Now it shows up fine, thx.
nicky1952
Registered User
Posts: 24
Joined: Fri Jan 01, 2010 2:01 pm

Re: ReIMG Image Resizer

Post by nicky1952 »

Hi ! Now i got the problem that the ReIMG Mod is not working when no file is attached. So i have to attach a file to get the ReIMG Mod in the Post working.

Anyone any idea ? :/
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

nicky1952 wrote:Hi ! Now i got the problem that the ReIMG Mod is not working when no file is attached. So i have to attach a file to get the ReIMG Mod in the Post working.

Anyone any idea ? :/
Never heard of this. PM me a link to a post where this is happening.
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
Locked

Return to “[3.0.x] MOD Database Releases”