Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   shout image (http://www.bvlist.com/showthread.php?t=7016)

Nick 18th September 2011 23:34

shout image
 
would have a small question, and indeed what I need to shout in the images via bbcode
[img] test.jpg [/ img] is shown for example because it shows only the link at the time.
I have xbtit 2.2.1

cooly 19th September 2011 11:55

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\]/", "", $s);
    $s = preg_replace("/\[IMG\]((http)+(s)?:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.php))\[\/IMG\]/", "", $s);


Nick 20th September 2011 03:40

Quote:

Originally Posted by cooly (Post 30164)
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\]/", "", $s);
    $s = preg_replace("/\[IMG\]((http)+(s)?:\/\/[^\s'\"<>]+(\.gif|\.jpg|\.png|\.php))\[\/IMG\]/", "", $s);


super class thank you for your super fast help many many thanks


All times are GMT +2. The time now is 04:43.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.