Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #1  
Old 18th September 2011, 23:34
Nick Nick is offline
Member
 
Join Date: Dec 2010
P2P
Posts: 10
Default 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
Reply With Quote
  #2  
Old 19th September 2011, 11:55
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
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);
Reply With Quote
The Following User Says Thank You to cooly For This Useful Post:
zhoutai (21st September 2011)
  #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
Reply

Tags
image , shout

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 06:43. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.