Diferior CMS on steroids
+1381 / 2338594 ( online 8 )

auto image resize


Comments: 1
Forum posts: 6
RX-7 (Junior member) @ 09 09 18 - 14:53:42 (edited 09 09 20 - 05:08:02)
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 0_0
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);