On line 1122 in your file you deleted several lines from the original code. Starting on line 1122 you should have:
Quote:
$link = strip_smilies(str_replace('\\"', '"', $link));
// remove double spaces -- fixes issues with wordwrap
$link = str_replace(' ', '', $link);
|
and then on with the hack (which you have in your file):
Quote:
// Image Size hack r1.2
// Modified by SS to resize large pics and place link to full size pic
// return '<img src="' . $link . '" border="0" alt="" />';
|
I'm not sure if that's what is causing your error or not but it's the only thing I can see wrong in your file. BTW, I believe that they do not want people posting any of the vB files in their entirety on here so you should probably delete that attachment. I have it saved on my machine to give you further help.