Customizing SMF > Modifications and Packages

NChat - No SQL Save BW shoutbox

<< < (3/82) > >>

nvcnvn:


--- Quote from: nvcnvn on April 14, 2011, 06:21:58 PM ---
--- Quote from: Groovy™ on April 14, 2011, 03:21:09 PM ---After you install this mod, the forum I always refresh

Please fix bug :(

RC5

--- End quote ---

did you CHMOD for 2 file I name in readme??

after that, check the httx://you-forum.com/NChat/index.php by paste it to browser, if any error (may be 403 or 500) check again all the file permission.

CHMOD: NChatMess.php, NChatSetting.php to write able (maybe 0666 or 0777)
all the left maybe 0644 or anything else that can help it run!

--- End quote ---


Can you install the mod for a new theme that not and show me your forum.
Did you realy try to CHMOD:
./NChat 0755
./NChat/NChatMess.php 0666 (or 0777)
./NChat/NChatSetting.php 0666 (or 0777)
./NChat/index.php 0644
./NChat/NChatBoardIndex.php 0644
./NChat/NChatHandle.php 0644



--- Quote from: Protectionist on April 14, 2011, 06:55:40 PM ---Got any screenshot of this plugin in action?

--- End quote ---
live demo:http://forum.thi.vn/index.php


see ataachments for screenshot

Groovy™:
now is ok ... is it possible to have this added to the bottom of the chat forums

Translation for serbian_latin-utf8


--- Code: ---$txt['NChat_add_smileys'] = 'Dodaj smajli';
$txt['NChat_blod'] = 'B';
$txt['NChat_italic'] = 'U';
$txt['NChat_underline'] = 'I';
$txt['NChat_black'] = 'Crna';
$txt['NChat_red'] = 'Crvena';
$txt['NChat_teal'] = 'Plavo-zelena';
$txt['NChat_blue'] = 'Plava';
$txt['NChat_green'] = 'Zelena';
$txt['NChat_brown'] = 'Braon';
$txt['NChat_orange'] = 'Naranđasta';
$txt['NChat_more_smileys'] = 'Vise...';
$txt['NChat_save'] = 'Sačuvaj';
$txt['NChat_clean'] = 'Očisti';
$txt['NChat_disable_guest'] = 'Onemogući pristup gostima';
$txt['NChat_enable_guest'] = 'Omogući pristup gostima';
--- End code ---

nvcnvn:

--- Quote from: Groovy™ on April 15, 2011, 06:31:44 AM ---now is ok ... is it possible to have this added to the bottom of the chat forums

Translation for serbian_latin-utf8


--- Code: ---$txt['NChat_add_smileys'] = 'Dodaj smajli';
$txt['NChat_blod'] = 'B';
$txt['NChat_italic'] = 'U';
$txt['NChat_underline'] = 'I';
$txt['NChat_black'] = 'Crna';
$txt['NChat_red'] = 'Crvena';
$txt['NChat_teal'] = 'Plavo-zelena';
$txt['NChat_blue'] = 'Plava';
$txt['NChat_green'] = 'Zelena';
$txt['NChat_brown'] = 'Braon';
$txt['NChat_orange'] = 'Naranđasta';
$txt['NChat_more_smileys'] = 'Vise...';
$txt['NChat_save'] = 'Sačuvaj';
$txt['NChat_clean'] = 'Očisti';
$txt['NChat_disable_guest'] = 'Onemogući pristup gostima';
$txt['NChat_enable_guest'] = 'Omogući pristup gostima';
--- End code ---

--- End quote ---

Yes, you can show it every where you want by add this line

--- Code: ---require_once($boarddir."/NChat/NChatBoardIndex.php");
--- End code ---

You should add this line before or some where to show the chat box at the bottom

--- Code: ---template_info_center();
--- End code ---

P/s: a update available, in this up date, I decided to display a unavailable error message instead of reload the window - I thought I'll help if your Internet line was disconect - but it was a stupid idea :))

Thanks for your Translation. It's very helpfull when you tranlate the unavilable error message to serbian_latin-utf8 too!

Alb0:
How could you change the default color of the text? MY theme is dark, and you can't see the text at all when it's set at black.

nvcnvn:

--- Quote from: Alb0 on April 22, 2011, 11:29:51 AM ---How could you change the default color of the text? MY theme is dark, and you can't see the text at all when it's set at black.

--- End quote ---

You can change the style of NChat_admin_shoutbox DIV tag by adding color:red; at the end of style attribute:
find this tag in NChatBoardIndex.php and NChatHandle.php

--- Code: ---<div id="NChat_admin_shoutbox" style="width:100%;height:150px;overflow:auto;border-style:solid;border-width:0.5px;"></div>

--- End code ---
Replace with this code if you want the text is red

--- Code: ---<div id="NChat_admin_shoutbox" style="width:100%;height:150px;overflow:auto;border-style:solid;border-width:0.5px;]color:red;"></div>

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version