Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next
 
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
i've got this error when posting in chat

Fatal error: Call to undefined function: smilies_pass() in /home/zuker14/public_html/foro/chatbox_mod/messenger_view.php on line 147
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
download bbcode.php from my site and replace
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
don't u got the fix for the error?
i've got my bbcode.php mod  
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
do i have to add this to my bbcode.php?

Code: [Download] [Hide]
  1. ////  difus add//function smilies_pass($message){    static $orig, $repl;    if (!isset($orig))    {        global $db, $board_config;        $orig = $repl = array();        $sql = 'SELECT * FROM ' . SMILIES_TABLE;        if( !$result = $db->sql_query($sql) )        {            message_die(GENERAL_ERROR, "Couldn't obtain smilies data", "", __LINE__, __FILE__, $sql);        }        $smilies = $db->sql_fetchrowset($result);        if (count($smilies))        {            usort($smilies, 'smiley_sort');        }        for ($i = 0; $i < count($smilies); $i++)        {            $orig[] = "/(?<=.W|W.|^W)" . preg_quote($smilies[$i]['code'], "/") . "(?=.W|W.|W$)/";            $repl[] = '<img src="'. $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['emoticon'] . '" border="0" />';        }    }    if (count($orig))    {        $message = preg_replace($orig, $repl, ' ' . $message . ' ');        $message = substr($message, 1, -1);    }        return $message;}function smiley_sort($a, $b){    if ( strlen($a['code']) == strlen($b['code']) )    {        return 0;    }    return ( strlen($a['code']) > strlen($b['code']) ) ? -1 : 1;} 


it's the only call to smilies_pass in you bbcode.php
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
and what do you want ? reply to smilies pass  
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
i've add that to my bbcode and is working now

i'm editting tpls now
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
Here are premodded files for Chatbox 3.1.0... I've installed the mod, but not tested it!

chatbox_v3_1_0.rar
Description: Chatbox 3.1.0 XS 
Download
Filename: chatbox_v3_1_0.rar
Filesize: 32.18 KB
Downloaded: 268 Time(s)

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
Is anyone using this so I can have a nosy to see what it's like please?
 




____________
No site anymore
 
ClaireSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
im also interested in seeing this MOD running... i´m too lazy to install this to my forum ATM
 




____________

Play Games at GamesCampus!
 
KugeLSichASend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
needs little more time  
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
If you want to try my attached file... there is no need to install... just copy the files and login to chat...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
how to change text color I read,
but why color tables presents in chat window if they are not working ?

I updated chat on my site
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
I can't remember the code... but I think you can choose different colors by setting them up in PHP files...

No external files are used or included to get the chat as quick as possible.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
The box that is used to choose the colour of the messege doesen't work with firefox
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Chatbox Block For XS 
 
try on my site

I like it  
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron