needs auto image resize mod because page screws up if u post big image shoud not be hard to put this up sorry for my bad english here is par of code u need to resize images if they are not on server (linked ones ) $s = preg_replace(„/\[img\](http:\/\/[^\s'\“<>]+(\.(jpg|gif|png)))\[\/img\]/i„, “<img border=0 src=\„\\1\“ alt=\„\“ onload=\„NcodeImageResizer.createOn(this);\“>", $s);
Forum posts: 6
shoud not be hard to put this up
sorry for my bad english
here is par of code u need to resize images if they are not on server (linked ones )
$s = preg_replace(„/\[img\](http:\/\/[^\s'\“<>]+(\.(jpg|gif|png)))\[\/img\]/i„, “<img border=0 src=\„\\1\“ alt=\„\“ onload=\„NcodeImageResizer.createOn(this);\“>", $s);