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.
Stoli4naq
Registered User
Posts: 4
Joined: Fri Jul 31, 2009 11:25 am

Re: ReIMG Image Resizer

Post by Stoli4naq »

Thanks for this mod! :D
This should work on 3.0.4 as it is, without further changes to the code, right? Has anyone tried it? :ugeek:
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 »

eman80 wrote:
thesecret wrote:greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.

can it be that the image keeps appearing will loading? exactly like it do without the mod??
I agree with you .. because maybe some people who have slow speed internet are thinking there is no picture in the topic.
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.
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 »

Stoli4naq wrote:Thanks for this mod! :D
This should work on 3.0.4 as it is, without further changes to the code, right? Has anyone tried it? :ugeek:
The MOD itself should not be version-dependent but the edits might not match up.
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
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: ReIMG Image Resizer

Post by eman80 »

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.
Thanks please give it a try.
welcome to my forum:
http://www.elibrary4arab.com
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm

Re: ReIMG Image Resizer

Post by Muad''Dib »

DavidIQ wrote:
eman80 wrote:
thesecret wrote:greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.

can it be that the image keeps appearing will loading? exactly like it do without the mod??
I agree with you .. because maybe some people who have slow speed internet are thinking there is no picture in the topic.
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.
That would be fantastic... Its the only thing this mod needs!
User avatar
red_dragons
Registered User
Posts: 9
Joined: Tue Jul 28, 2009 7:57 pm

Re: ReIMG Image Resizer

Post by red_dragons »

Hi, I have a template called 'rainbow pearl'. Do you know if this would work with it? Also, does this mod mess with the header logo images? Thanks in advance!

*Edit*
I would really prefer Lightbox, but i cant get it to work *gave up lol*.


btw, using latest phpbb.
I like work, it fascinates me,
I could sit & watch it all day!

http://www.simmodders.co.uk
mp95gp
Registered User
Posts: 7
Joined: Sat Jul 25, 2009 8:07 pm

Re: ReIMG Image Resizer

Post by mp95gp »

I am getting a handful of:
"The Find specified by the MOD could not be found"
using autoMOD. I attempted to edit the files myself, but am running into the same issue. I cannot find certain lines that you say to edit. I downloaded the file from your website, and from this site (both are different BTW). Both gave me variations of the same thing, different files for each .zip. I'd love to be able to use this, and have no edited any of the prosilver or subsilver2 files, so I am not sure why I am getting this problem.
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 »

This MOD installs fine with the latest AutoMOD and phpBB 3.0.5. This is part of our validation process ;)
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.
mp95gp
Registered User
Posts: 7
Joined: Sat Jul 25, 2009 8:07 pm

Re: ReIMG Image Resizer

Post by mp95gp »

fixed
Last edited by mp95gp on Sat Aug 01, 2009 5:01 am, edited 1 time in total.
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 »

If you don't have any of this in that file then you have bigger problems :?

Code: Select all

				$template->assign_vars(array(
					'ERROR'				=> (sizeof($error)) ? implode('<br />', $error) : '',
					'SIGNATURE'			=> $signature,
					'SIGNATURE_PREVIEW'	=> $signature_preview,

					'S_BBCODE_CHECKED' 		=> (!$enable_bbcode) ? ' checked="checked"' : '',
					'S_SMILIES_CHECKED' 	=> (!$enable_smilies) ? ' checked="checked"' : '',
					'S_MAGIC_URL_CHECKED' 	=> (!$enable_urls) ? ' checked="checked"' : '',

					'BBCODE_STATUS'			=> ($config['allow_sig_bbcode']) ? sprintf($user->lang['BBCODE_IS_ON'], '<a href="' . append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode') . '">', '</a>') : sprintf($user->lang['BBCODE_IS_OFF'], '<a href="' . append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode') . '">', '</a>'),
					'SMILIES_STATUS'		=> ($config['allow_sig_smilies']) ? $user->lang['SMILIES_ARE_ON'] : $user->lang['SMILIES_ARE_OFF'],
					'IMG_STATUS'			=> ($config['allow_sig_img']) ? $user->lang['IMAGES_ARE_ON'] : $user->lang['IMAGES_ARE_OFF'],
					'FLASH_STATUS'			=> ($config['allow_sig_flash']) ? $user->lang['FLASH_IS_ON'] : $user->lang['FLASH_IS_OFF'],
					'URL_STATUS'			=> ($config['allow_sig_links']) ? $user->lang['URL_IS_ON'] : $user->lang['URL_IS_OFF'],
					'MAX_FONT_SIZE'			=> (int) $config['max_sig_font_size'],

					'L_SIGNATURE_EXPLAIN'	=> sprintf($user->lang['SIGNATURE_EXPLAIN'], $config['max_sig_chars']),

					'S_BBCODE_ALLOWED'		=> $config['allow_sig_bbcode'],
					'S_SMILIES_ALLOWED'		=> $config['allow_sig_smilies'],
					'S_BBCODE_IMG'			=> ($config['allow_sig_img']) ? true : false,
					'S_BBCODE_FLASH'		=> ($config['allow_sig_flash']) ? true : false,
					'S_LINKS_ALLOWED'		=> ($config['allow_sig_links']) ? true : false)
				);
Or you're looking at the wrong file (i.e. acp/acp_profile.php instead...)
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
Jorup16
Registered User
Posts: 427
Joined: Sun Dec 14, 2008 5:13 am
Location: Guatemala
Name: Jorge

Re: ReIMG Image Resizer

Post by Jorup16 »

Hi, I have this version installed
http://www.phpbb.com/community/viewtopi ... 0&t=907805

How can I update up to this version?
http://www.phpbb.com/community/viewtopi ... &t=1696215

:roll:
Spanish Translations for Ext phpBB :D - Traducciones al español para Ext phpBB :)
>>>>> https://github.com/Jorup16 <<<<<
User avatar
Sr X
Registered User
Posts: 202
Joined: Wed Feb 07, 2007 9:25 am

Re: ReIMG Image Resizer

Post by Sr X »

Great, the first resize img mod validated :!:
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:Hi, I have this version installed
http://www.phpbb.com/community/viewtopi ... 0&t=907805

How can I update up to this version?
http://www.phpbb.com/community/viewtopi ... &t=1696215

:roll:
Update instructions are in the contrib directory.
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
Jorup16
Registered User
Posts: 427
Joined: Sun Dec 14, 2008 5:13 am
Location: Guatemala
Name: Jorge

Re: ReIMG Image Resizer

Post by Jorup16 »

DavidIQ wrote:
Jorup16 wrote:Hi, I have this version installed
http://www.phpbb.com/community/viewtopi ... 0&t=907805

How can I update up to this version?
http://www.phpbb.com/community/viewtopi ... &t=1696215

:roll:
Update instructions are in the contrib directory.
Where?....

reimg_image_resizer\contrib\js_original
Image


:cry:
Spanish Translations for Ext phpBB :D - Traducciones al español para Ext phpBB :)
>>>>> https://github.com/Jorup16 <<<<<
devxtech
Registered User
Posts: 5
Joined: Wed Dec 21, 2005 7:26 pm
Location: Kansas,USA

Re: ReIMG Image Resizer

Post by devxtech »

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?

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