Quote:
Originally Posted by nexialys
|
No, i dont mean the Version from Steve St.Lauren. The Version is slooooooooow down Boards
I mean this Version:
Code:
[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,menubar=0,directories=0,status=0\' )" />';
This Version is from Aurous, but there is no thread, there is only one posting.