Thread: shout image
View Single Post
  #3  
Old 20th September 2011, 03:40
Nick Nick is offline
Member
 
Join Date: Dec 2010
P2P
Posts: 10
Default
Quote:
Originally Posted by cooly View Post
Its a simple addon of bbcode.

In ajaxchat/format_shout.php search..

Code:
    @fclose($f);
add after...

Code:
   
    $s = preg_replace("/\[img\]((http)+(s)?:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.php))\[\/img\]/", "<a href=\"\\1\" target=\"_new\" rel=\"thumbnail\"><img border=0 src=\"\\1\" style=\"width: 100px;\"></a>", $s);
    $s = preg_replace("/\[IMG\]((http)+(s)?:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.php))\[\/IMG\]/", "<a href=\"\\1\" target=\"_new\" rel=\"thumbnail\"><img border=0 src=\"\\1\" style=\"width: 100px;\"></a>", $s);
super class thank you for your super fast help many many thanks
Reply With Quote