|
Page 2 of 4
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 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
|
#16 Thu 31 Aug, 2006 18:13 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
| |
difus 
Joined: August 2006
Posts: 763
Location:
|
 Re: Chatbox Block For XS
download bbcode.php from my site and replace
|
#17 Thu 31 Aug, 2006 18:26 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 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
|
#18 Thu 31 Aug, 2006 18:29 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Chatbox Block For XS
do i have to add this to my bbcode.php?
- //// 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
|
#19 Thu 31 Aug, 2006 19:07 |
|
difus 
Joined: August 2006
Posts: 763
Location:
|
 Re: Chatbox Block For XS
and what do you want ? reply to smilies pass
|
#20 Thu 31 Aug, 2006 19:16 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 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
|
#21 Thu 31 Aug, 2006 19:27 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Chatbox Block For XS
Here are premodded files for Chatbox 3.1.0... I've installed the mod, but not tested it!
| 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
|
#22 Sat 02 Sep, 2006 04:57 |
|
Claire 
Joined: August 2006
Posts: 151
Location:  London
|
 Re: Chatbox Block For XS
Is anyone using this so I can have a nosy to see what it's like please?
|
#23 Sat 02 Sep, 2006 10:17 |
|
KugeLSichA 
Joined: August 2006
Posts: 803
Location:  Dresden
|
 Re: Chatbox Block For XS
im also interested in seeing this MOD running... i´m too lazy to install this to my forum ATM
|
#24 Sat 02 Sep, 2006 13:00 |
|
difus 
Joined: August 2006
Posts: 763
Location:
|
 Re: Chatbox Block For XS
needs little more time
|
#25 Sat 02 Sep, 2006 13:15 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 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
|
#26 Sat 02 Sep, 2006 13:49 |
|
difus 
Joined: August 2006
Posts: 763
Location:
|
 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
|
#27 Sat 02 Sep, 2006 14:06 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 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
|
#28 Sat 02 Sep, 2006 14:11 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 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
|
#29 Sat 02 Sep, 2006 15:54 |
|
difus 
Joined: August 2006
Posts: 763
Location:
|
 Re: Chatbox Block For XS
try on my site
I like it
|
#30 Sat 02 Sep, 2006 16:21 |
|
|
Page 2 of 4
|
Was this topic useful?
Was this topic useful?
| Link this topic |
| URL |
|
| BBCode |
|
| HTML |
|
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
|
|
|
|