Log in

View Full Version : Need Help with wide image automatic resize


mr.gamesbay
09-23-2004, 11:52 AM
Hi Com

I used this one for wide image automatic resize

[vB 3.0.3] - Wide image automatic resize [IMG] TAG

//replace (around line 1015) in includes/functions_bbcodeparse.php


return '<img src="' . $link . '" border="0" alt="" />';


//with


return '<img src="' . $link . '" border="0" alt="" OnLoad="if(this.width > 500) {this.width=500; this.style.cursor=\'hand\'; this.title=\'Click Here to open the image in a new window\';}" onClick="javascript:window.open(\'' . $link . '\',\'\',\'scrollbars=1,toolbar=0,resizable=1,menu bar=0,directories=0,status=0\' )" />';

It workes fine and work fast, but i have a prob. when i the WYSIWYG editor and the IMG Code:
http://www.gamesbay.de/showpost.php?p=45128&postcount=2
Under the posting there is a part of the code.

I hope someone can help.


I know, there is ithis code too:
https://vborg.vbsupport.ru/showthread.php?t=67743
but this one, is extreme slow and have some probs. with dead links.

nexialys
09-23-2004, 12:01 PM
you will receive help on this hack by posting in the THREAD related to the hack... that's why forums are built for...

thanks!

mr.gamesbay
09-23-2004, 12:02 PM
you will receive help on this hack by posting in the THREAD related to the hack... that's why forums are built for...

thanks!

There is no thread for this Hack :roll:

Dean C
09-23-2004, 12:07 PM
Questions about modifying vBulletin's default behaviour and asking about modifications in general, should be posted in General vBulletin Questions. Please read the forum descriptions more carefully in future. I've moved your thread there for you :)

Thanks,
- Dean

nexialys
09-23-2004, 12:19 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=67743" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=67743</a>

mr.gamesbay
09-23-2004, 12:24 PM
https://vborg.vbsupport.ru/showthread.php?t=67743

No, i dont mean the Version from Steve St.Lauren. The Version is slooooooooow down Boards ;)

I mean this Version:
[vB 3.0.3] - Wide image automatic resize [IMG] TAG

//replace (around line 1015) in includes/functions_bbcodeparse.php


return '<img src="' . $link . '" border="0" alt="" />';


//with


return '<img src="' . $link . '" border="0" alt="" OnLoad="if(this.width > 500) {this.width=500; this.style.cursor=\'hand\'; this.title=\'Click Here to open the image in a new window\';}" onClick="javascript:window.open(\'' . $link . '\',\'\',\'scrollbars=1,toolbar=0,resizable=1,menu bar=0,directories=0,status=0\' )" />';
This Version is from Aurous, but there is no thread, there is only one posting.

Aurous
09-23-2004, 02:33 PM
I replied to your PM, and I should also mention it here. I had the same error with WYSIWYG editor. Since vB staff reported the editor to have serious security issues, I disabled it! Using such editor is not really a big factor for my board, so I dont care much about it.

I created the image resize code, as its simple and doesnt slow down my servers. If you have a fix to my code or can find a solution to this problem, then do post it here.

Cheers
Aurous

mr.gamesbay
09-28-2004, 11:24 PM
If you have a fix to my code or can find a solution to this problem, then do post it here.

Cheers
Aurous

Take a look of this one:
https://vborg.vbsupport.ru/showthread.php?p=556900#post556900