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.
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18541
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

devxtech wrote:Where is the zoom image set at? For some reason I only get red and green squares to click on to enlarge and minimize the images. No magnifying glass. What can I look at to figure out why?
You need to refresh your imageset.
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: 18541
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

Jorup16 wrote:Where?....
I just realized that when I uploaded it for the MODDB I took out all of the update MODX files. :oops:
You'll need to get them from my site.
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.
TaleTN
Registered User
Posts: 121
Joined: Tue Mar 18, 2008 4:24 pm
Location: The Netherlands

Re: ReIMG Image Resizer

Post by TaleTN »

DavidIQ wrote:I have to tinker with this. An AJAX loading image might be the sensible solution. i.e. put an "Image Loading" gif in the place of an image and then it goes away once the image loads.
Another solution is to let the img BBCode insert a "loading" image along with the actual image, and then hide the "loading" image as soon as the actual image has loaded. The downside of this is that without javascript the "loading" images will never disappear... You could perhaps first hide the "loading" images using CSS (for the non-javascripters), and undo this CSS hiding using javascript.
autinhyeu
Registered User
Posts: 685
Joined: Mon Apr 14, 2008 6:34 am
Location: Vietnamese

Re: ReIMG Image Resizer

Post by autinhyeu »

how to use full function of highslide???
can i do it? :P
thanks for great MOD

Autinhyeu
phpBB Community in Vietnamese: http://www.phpbbvn.com

Sorry, my English language is fine impossible
azzam
Registered User
Posts: 345
Joined: Sat May 03, 2008 11:33 am

Re: ReIMG Image Resizer

Post by azzam »

I installed this mod successfully and acp settings also appearing.But sadly images are not resizing.Nor any zoom in/zoom out button appearing.I refreshed theme,templates,imagest and purged cache.Also removed my browser cookies.But still no luck for me.

http://yourplace.byethost13.com/viewtopic.php?f=30&t=85

You can look into my site.No problem what so ever except mod not working. :(
Azzam Malik
I love mods :)
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm

Re: ReIMG Image Resizer

Post by Muad''Dib »

Quickly looking at your page, it appears that your missing some edits. I see that the reimg functions exist, but not the actual onload attributes of each <img>. I would say start by checking your bbcode.html and bbcode.php edits.
azzam
Registered User
Posts: 345
Joined: Sat May 03, 2008 11:33 am

Re: ReIMG Image Resizer

Post by azzam »

I want to say that bbcode.html is appearing in ifle manager but not in acp as i always edit hmtl files from acp.This time i edit file form net2ftp.But still bbcode.html file not exist in acp.

I rechecked but nothing wrong with files :(
Azzam Malik
I love mods :)
TaleTN
Registered User
Posts: 121
Joined: Tue Mar 18, 2008 4:24 pm
Location: The Netherlands

Re: ReIMG Image Resizer

Post by TaleTN »

I don't think editing the HTML files from the ACP is a very good idea. In most configurations the template folder will not be writable, which means your editing directly in the database. Then when you refresh the template it will read the template data from file and overwrite the edited template in the database, so all your edits will be lost. (At least, that's my understanding of how it works.)

Having said that, I think Muad''Dib is right: You should have this line in your bbcode.html:

Code: Select all

<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" {REIMG_PROPERTIES}/><!-- END img -->
The {REIMG_PROPERTIES} is what actually resizes images, without it this MOD won't work.
azzam
Registered User
Posts: 345
Joined: Sat May 03, 2008 11:33 am

Re: ReIMG Image Resizer

Post by azzam »

Thank you for your replies.I really appreciate
Azzam Malik
I love mods :)
azzam
Registered User
Posts: 345
Joined: Sat May 03, 2008 11:33 am

Re: ReIMG Image Resizer

Post by azzam »

I installed wysiwyg editor.But i disable this mod acp.

I already have this line in bbcode.html.

Code: Select all

 <!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" {REIMG_PROPERTIES}/><!-- END img -->
Should i uninstall wysiwyg editor ?

Or i am doing some thing wrong?

Edit: I fully removed lines from bbcode.html.But still bbcode button are working. Why?

Edit: Problem was with wysiwyg editor i removed lines from bbcode and now its working fine.
Hope i didn't disturb you.Sorry

Thank you :)
Azzam Malik
I love mods :)
TaleTN
Registered User
Posts: 121
Joined: Tue Mar 18, 2008 4:24 pm
Location: The Netherlands

Re: ReIMG Image Resizer

Post by TaleTN »

azzam wrote:Edit: Problem was with wysiwyg editor i removed lines from bbcode and now its working fine.
Great!
azzam wrote:Hope i didn't disturb you.Sorry
Not at all. If somebody else has the same problem, we now already know what the solution is. ;)
commo27
Registered User
Posts: 4
Joined: Wed Jun 17, 2009 11:13 pm

Re: ReIMG Image Resizer

Post by commo27 »

Installed it today and works great. Thanks!!!
Rhawn
Registered User
Posts: 10
Joined: Thu Jul 30, 2009 4:57 pm

Re: ReIMG Image Resizer

Post by Rhawn »

I installed this using automod, and it said everything was successful, but for the life of me I cannot find the settings in the ACP. Where should they be?
JeRicHoOL
Registered User
Posts: 449
Joined: Sun Jun 01, 2008 4:02 pm

Re: ReIMG Image Resizer

Post by JeRicHoOL »

I have noticed a malfunction of this mod. Sometimes it doesn't resize the images. Instead it shows the image larger than it originally is.

Can anyone please give me suggestions of how to fix that issue?
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18541
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

Re: ReIMG Image Resizer

Post by DavidIQ »

JeRicHoOL wrote:I have noticed a malfunction of this mod. Sometimes it doesn't resize the images. Instead it shows the image larger than it originally is.

Can anyone please give me suggestions of how to fix that issue?
You'll need to be more specific and provide an example. Nobody else has reported this.
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.

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