Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 13 post(s). Click here to show all
Posted by: Dandello
Posted on: Mar 8th, 2018 at 5:15pm
Against YaBB Build 2010+
Chatbox
Posted by: Dandello
Posted on: Mar 31st, 2018 at 1:30pm
The last 4 Posts were moved here from 2.7.00 Mods [move by] Dandello.
Posted by: Dandello
Posted on: Dec 8th, 2017 at 12:48pm
It's on my list of things to do. Maybe, possibly, next week sometime.
Posted by: Rucola
Posted on: Dec 8th, 2017 at 2:01am

good ,but can not adapt irc-chat mod?
Posted by: Dandello
Posted on: Dec 7th, 2017 at 11:53pm
I didn't write the mod, I just adapted it to work with  2.7.
Posted by: Rucola
Posted on: Dec 7th, 2017 at 10:57pm
I have a personal request-you can not send messages to the chat by pressing Enter
Posted by: Dandello
Posted on: Oct 11th, 2017 at 1:52pm
Version tested against 2.7 Build 1900+ It works in ENGLISH.

The Russian zip is also still in English as no translation has been posted.
Posted by: Dandello
Posted on: Aug 17th, 2017 at 12:04am
This is a Chatbox issue and unless you added the necessary language additions to Russian/Menu.lng, it's going to not work properly.

http://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1502895147
Posted by: Rucola
Posted on: Aug 16th, 2017 at 11:11pm
Posted by: Rucola
Posted on: Aug 16th, 2017 at 2:41pm
Users do not line up for the position on the forum-for the remaining options, too, by name and so on errors
Posted by: Dandello
Posted on: Aug 11th, 2017 at 2:24pm
Newest version for 2.7.00 strict (2.7 Build 1800+)

If adding to a forum with additional languages - see the chatbox_2700_lang.mod
Note: the lang mod is only a template and must be edited before use.

Please share your translations with us.

Subboard support Aug 14th, 2017 at 9:35pm
Posted by: Dandello
Posted on: Mar 18th, 2016 at 3:22pm
Uses new Mod friendly code in NewSettings.pm instead of directly adding to the AdvancedTabs array in Variables/Settings.pm

Instead of adding
Code
Select All
push @AdvancedTabs, 'chatce'; 

to Variables/Settings.pm, add to Admin/NewSettings:
Code
Select All
         $modlinks{'chat'} = $enablechat;
         $modadd{'chat'} = '|1|1|0|1|0|'; 

above the new hook
Code
Select All
## Modlinks MOD hook ## 



In Languages/English/tabtext.txt add
Code
Select All
$tabtxt{'chat'} = 'Chat'; 

above the '1;'
Nothing needs to be added to AdvancedTab or TabMenu. Also nothing needs to be added to English/Menu.lng - The Language specific text goes into tabtext.txt.
Posted by: Dandello
Posted on: Mar 17th, 2016 at 6:54pm
2.7.00 version - required changes in MessageIndex.template. Work needs to be done to make @AdvancedTabs in Settings.pm more mod friendly - maybe a hash?

Edited:
Or maybe use Advanced Tabs add tab?