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.
Tazmanian
Registered User
Posts: 218
Joined: Wed Jan 25, 2006 7:02 pm
Location: Belgium
Contact:

Re: ReIMG Image Resizer

Post by Tazmanian »

Does anyone have the Dutch and French language files?
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 »

Tazmanian wrote:Does anyone have the Dutch and French language files?
If you want to translate the English language file I'd be more than happy to include them ;)
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.
comkidwizzer3
Registered User
Posts: 375
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];
Contact:

Re: ReIMG Image Resizer

Post by comkidwizzer3 »

I have to say, this is the best MOD yet! :D
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
User avatar
.Joel
Registered User
Posts: 127
Joined: Sat Jan 28, 2006 11:41 pm

Re: ReIMG Image Resizer

Post by .Joel »

Nice modification David, i'll give it a try now.
User avatar
.Joel
Registered User
Posts: 127
Joined: Sat Jan 28, 2006 11:41 pm

Re: ReIMG Image Resizer

Post by .Joel »

Worked perfectly. The only issue I can see is if you are like me and edit the files of your skin via FTP you are going to need to delete and reinstall your skin after you refresh the imageset config.

Great mod, works perfectly!

Regards,

.Joel
User avatar
btfz_pl
Registered User
Posts: 1
Joined: Mon Jul 20, 2009 10:58 am
Location: Poland
Contact:

Re: ReIMG Image Resizer

Post by btfz_pl »

Hi everyone, i'm new to phpbb.com community.

I want to ask to for help with ReIMG - i've already put everything up on the ftp and sql like it was said in Installation Instructions for 'ReIMG Image Resizer' Version 1.0.0.

But something is probably wrong, maybe example will tell you a bit more :

http://i4.photobucket.com/albums/y143/GrZeS/blad1.jpg
http://i4.photobucket.com/albums/y143/GrZeS/blad2.jpg

Everywhere is something like this : class="reimg" onload="reimg(this);" onerror="reimg(this);"


I'm sitting on this second hour, and i have no idea what i've done wrong. Please help me if you know how to do it right :oops: :oops: :oops:
Find out what you like doing best and get someone to pay you for it.
Katherine Whitehorn
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 »

My guess would be that the edit to this line in bbcode.php:

Code: Select all

				'img'		=> '<img src="$1" alt="' . $user->lang['IMAGE'] . '" />',
you've this placed AFTER the /> instead of before:

Code: Select all

' . reimg_properties() . '
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.
IsolatedPurity
Registered User
Posts: 11
Joined: Sun Jul 19, 2009 4:09 am

Re: ReIMG Image Resizer

Post by IsolatedPurity »

Having a odd problem:

Fatal error: Call to undefined function reimg_properties() in /home/platoonc/public_html/forums/includes/bbcode.php on line 421


'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . ' ' . reimg_properties() . '"/>',

is the line.
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 »

IsolatedPurity wrote:Having a odd problem:

Fatal error: Call to undefined function reimg_properties() in /home/platoonc/public_html/forums/includes/bbcode.php on line 421


'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . ' ' . reimg_properties() . '"/>',

is the line.
Well first off you've placed the reimg_properties function call above to be before the quote...it should go after otherwise you're breaking the alt tag and this likely won't render out the image correctly either. Second of all the adding of the function to functions.php was not done correctly. You'll need to review where exactly you put it. If you put it before some other bracket (}) then that would be the problem.
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.
IsolatedPurity
Registered User
Posts: 11
Joined: Sun Jul 19, 2009 4:09 am

Re: ReIMG Image Resizer

Post by IsolatedPurity »

DavidIQ wrote:
IsolatedPurity wrote:Having a odd problem:

Fatal error: Call to undefined function reimg_properties() in /home/platoonc/public_html/forums/includes/bbcode.php on line 421


'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . ' ' . reimg_properties() . '"/>',

is the line.
Well first off you've placed the reimg_properties function call above to be before the quote...it should go after otherwise you're breaking the alt tag and this likely won't render out the image correctly either.
I'm sorry but I really don't understand what you mean by this, So it should be?

'img' => '<img src="$1" alt="' . $user->lang['IMAGE'] . '" ' . reimg_properties() . '/>',


I was able to remove that error but instead of the zoom button I get a green square in the top left corner of the picture and when i click it it just takes you to the actual image page and I do have lightbox set as my setting.
WastedJoker
Registered User
Posts: 74
Joined: Mon Nov 17, 2008 10:20 pm

Re: ReIMG Image Resizer

Post by WastedJoker »

I want to change the magnifying glass icons which appear when you hover over the image. It's a little too transparent.

Should I edit the image or is there .css controlling the transparency?

Edit: Sorted it by editing this section in reimg_content.html to:

Code: Select all

	<!-- IF S_REIMG_ZOOM -->
	var reimg_zoomImg = "{T_IMAGES_PATH}spacer.gif";
	var reimg_zoomStyle = "<!-- IF REIMG_ZOOM_IN_IMG_SRC --><!-- IF REIMG_ZOOM_IN_IMG_WIDTH -->width: {REIMG_ZOOM_IN_IMG_WIDTH}px; <!-- ENDIF --><!-- IF REIMG_ZOOM_IN_IMG_HEIGHT -->height: {REIMG_ZOOM_IN_IMG_HEIGHT}px; <!-- ENDIF -->background: url({REIMG_ZOOM_IN_IMG_SRC}) top left no-repeat; <!-- ELSE -->width: 20px; height: 20px; background: green; <!-- ENDIF -->filter: Alpha(Opacity=90); opacity: .90;";
	var reimg_zoomHover = "background-position: 0 100%; cursor: pointer; filter: Alpha(Opacity=100); opacity: 1.00;";
	var reimg_zoomAlt = "{L_REIMG_ZOOM_IN}";
	var reimg_zoomTarget = "{S_REIMG_ZOOM}";
	<!-- ENDIF -->
YeeP
Registered User
Posts: 99
Joined: Wed Jul 09, 2008 10:06 pm

Re: ReIMG Image Resizer

Post by YeeP »

DavidIQ wrote:
YeeP wrote:Error:

Code: Select all

Parse error: syntax error, unexpected $end in ...includes/acp/acp_board.php on line 835
Line of code referred to:

Code: Select all

						'load_user_activity'	=> array('lang' => 'LOAD_USER_ACTIVITY',	'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
Any thoughts?
Need a little more code than that. Try posting the whole file.
Ok here you go.
acp_board.php
(45.12 KiB) Downloaded 117 times
Thanks!
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 »

IsolatedPurity wrote:I was able to remove that error but instead of the zoom button I get a green square in the top left corner of the picture and when i click it it just takes you to the actual image page and I do have lightbox set as my setting.
Have you refreshed 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: 18316
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón
Contact:

Re: ReIMG Image Resizer

Post by DavidIQ »

YeeP wrote:Ok here you go.
I suggest you start over with a clean copy of acp_board.php. The one you've posted, if it's the one you're getting the error with, is all sorts of screwy. Use Notepad++ instead of regular notepad or whatever it is you're using to edit the files.
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.
IsolatedPurity
Registered User
Posts: 11
Joined: Sun Jul 19, 2009 4:09 am

Re: ReIMG Image Resizer

Post by IsolatedPurity »

DavidIQ wrote:
IsolatedPurity wrote:I was able to remove that error but instead of the zoom button I get a green square in the top left corner of the picture and when i click it it just takes you to the actual image page and I do have lightbox set as my setting.
Have you refreshed your imageset?
Thanks ^^, so how do I make the lightbox thing work?
Locked

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