Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Forumo foto resize. Ir Auto Link

Parašė MAnjack· 2010 Kov. 3 17:03:38
#6

$text = preg_replace("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#sie","'<img src=\'\\1'.str_replace(array('.php','?','&','='),'','\\3').'\\4\' style=\'border:0px\'>'",$text);




Keisk į:

$text = preg_replace("#\[img\]((http|ftp|https|ftps)://)(.*?)(\.(jpg|jpeg|gif|png|JPG|JPEG|GIF|PNG))\[/img\]#sie","'<span style=\'display: block; width: 300px; max-height: 300px; overflow: auto;\' class=\'forum-img-wrapper\'><img src=\'\\1'.str_replace(array('?','&amp;','&','='),'','\\3').'\\4\' alt=\'\\3\\4\' style=\'border:0px\' class=\'forum-img\' /></span>'",$text);




maincore.php čia. Šiaip dar gali reikalaut css forum-img-wrapper, forum-img clasių bet neradau savo to pasidaryto tai negalėjau įdėt. Šitą iš v7išėmiau gal veiks, netikrinau.