Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cyb - ChatBox Details »»
Cyb - ChatBox
Version: 1.9.9, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.6.8 Rating:
Released: 10-06-2007 Last Update: 12-05-2007 Installs: 668
DB Changes Uses Plugins Auto-Templates
 
No support by the author.

FEATURE UPDATES WILL BE RELEASED HERE:
https://vborg.vbsupport.ru/showthread.php?t=177552


==========

Info:
Powerful AJAX-based ChatBox for vBulletin.


Main Features:
-One step installation (no file uploads, no manual template modifications required)
-Put ChatBox on any forum page by setting script name and adding variable to desired template
-"ChatBox Full" (always available on separate page)
-"Messages Archive" (available on separate page, with options to edit/delete messages)
-"ChatBox Search"
-Option to block usergroups from viewing ChatBox
-Option to delete messages older than x hours automatically
-"ChatBox Statistics" (new messages since last visit, messages in last x hours, total messages, top x chatters,...)
-View users active in ChatBox (available in CBFull and Archive)
-Text formatting options (color, weight, style, decoration,...)
-Advanced Smiliebox
-Smiliebox options: total smilies available, smilies per row, smilie clipping, disable smilies...
-A lot of customizable stuff, including: set new/old status icons, time/date format, box height, message order, auto-refresh intervals,...
-One-click actions: View all messages posted by user X, Delete all messages posted by user x, Ban/unban user from ChatBox, View last message posted by user X, View your last message, View first unread message
-"/me" action (used when you want to refer to yourself in the "third person")
...and more...

See screenshots for more details.


Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (custom placement on forum page)
Open desired template and put "$cybchatbox" to desired line.


To set options:
Go to: AdminCP > vBulletin Options > Cyb - ChatBox


Versions:
v1.0 - Sep 15. 2007.
-First version
v1.1-v1.6 - Sep/Oct 2007.
-Bug fixes, improvements, several new options added,...
v1.7 - Oct 07. 2007.
-Released at vB.org
v1.8 - Oct 11. 2007.
-Fixed bug where moderators can not delete messages
-New: Set auto-refresh interval for messages
-New: Set auto-refresh interval for active users
-New: Option to enable auto-refresh for guests
-New: Option to reverse message order (newest at bottom)
v1.8.1 - Oct 11. 2007.
-Fixed bug where colspan in Archive is not set correctly for moderators
-Added ability to disable date in mesages (simply leave date field blank)
-Added option to have ChatBox always collapsed by default (ChatBox Full not affected)
v1.8.2 - Oct 12. 2007.
-Fixed bug (reversed message order gives wrong results)
-New: Set timecut in minutes for active users listing
-New: Automatically parse links in messages (can be disabled)
v1.8.3 - Oct 13. 2007.
-Auto-prune setting field restored
-Fixed bug where some users are logged-out after posting message
-Improved detection and listing of active users
-If user is active in ChatBox it will be shown in profile and wol list
v1.9 - Oct 15. 2007.
-New: Not all smilies are loaded on startup. Set how many of them you want to show before user clicks "More".
-New: "/me" user action ("/me" in submitted message will be replaced by author's username, and message appears in color you set)
-Minor bug fixes
v1.9.1 - Oct 15. 2007.
-Fixed bug from previous version where message area height not follows your settings properly
v1.9.2 - Nov 06. 2007.
-New option in user menu: View messages posted by user
-Option to allow users to delete their own messages
-Fixed bug where admin with primary usergroup different than 6 is not able to delete all messages
-Fixed bug where links to member profiles in messages are broken at "/member.php"
-"Delete Selected" moved to phrases
v1.9.3 - Nov 20. 2007.
-New: Set groups able to view Chatbox but not post messages
-New: Set groups able to edit/delete all messages, and ban/unban users from ChatBox
-New: Customize color list in message posting interface
-New: Ban list
-Fixed default text color
-Fixed some compatibility issues for "/me" action
-Fixed bug where some users get db error when importing product
-Fixed bug where you need to refresh page after "Busy" message to continue chatting
-Minor bug fixes
v1.9.4 - Nov 21. 2007.
-Fixed bug with changing colors in IE
-Some code optimization done
v1.9.5 - Nov 26. 2007.
-Fixed bugs with stripping html tags and "/me" action
v1.9.6 - Nov 29. 2007.
-New: ChatBox Search
-New: Click on message icon in main box to open message for editing/deletion
-Fixed bug with page navigation
-Minor bug fixes/code improvements
v1.9.7 - Dec 01. 2007.
-New: Find first unread message
-New: Find your last message
-New: Find last message by user X
v1.9.8 - Dec 05. 2007.
-New: Ban certain BB tags from being used in the ChatBox
-New feature in user messages view: "Locate this message in Archive"
-New: Message icons in Main box now opens Archive where requested message is highlighted
-New in "Top Chatters": Click on number to view chatter messages
-New in "My Messages": Click on number to view your own messages
-Fixed bug where space after username is lost in "/me" action message
v1.9.9 - Dec 06. 2007.
-New: Users with post count less than X can not view ChatBox
-New: Log/view/resolve IP addresses in CB messages
-Fixed bug with searching last message by user X


MARK AS INSTALLED to get support and updates.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 10-21-2007, 04:49 PM
P.Jackson P.Jackson is offline
 
Join Date: Sep 2003
Location: Newcastle,Uk
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error when i import the xml file
Code:
Database error in vBulletin 3.6.8:

Invalid SQL:

                INSERT INTO setting
                    (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                VALUES
                    (
                    'cybchatbox_enable_product',
                    'cybcboptions',
                    '1',
                    '1',
                    'boolean',
                    'yesno',
                    1,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_box_style',
                    'cybcboptions',
                    '1',
                    '1',
                    'free',
                    'select:piped\r\n1|tcat\r\n2|thead',
                    5,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_messages_main',
                    'cybcboptions',
                    '30',
                    '30',
                    'number',
                    '',
                    10,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_archive_perpage',
                    'cybcboptions',
                    '25',
                    '25',
                    'number',
                    '',
                    15,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_reverse_messages',
                    'cybcboptions',
                    '0',
                    '0',
                    'boolean',
                    'yesno',
                    20,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_auto_refresh_messages',
                    'cybcboptions',
                    '10',
                    '10',
                    'number',
                    '',
                    25,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_auto_refresh_guests',
                    'cybcboptions',
                    '0',
                    '0',
                    'boolean',
                    'yesno',
                    30,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_smiliestotal',
                    'cybcboptions',
                    '1',
                    '1',
                    'number',
                    '',
                    35,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_smiliesinit',
                    'cybcboptions',
                    '10',
                    '10',
                    'number',
                    '',
                    40,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_smiliesperrow',
                    'cybcboptions',
                    '5',
                    '5',
                    'free',
                    'select:piped\r\n1|1\r\n3|3\r\n5|5\r\n7|7\r\n9|9\r\n11|11\r\n13|13\r\n15|15',
                    45,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_smiliesclip',
                    'cybcboptions',
                    '30',
                    '30',
                    'number',
                    '',
                    50,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_clickable_links',
                    'cybcboptions',
                    '1',
                    '1',
                    'boolean',
                    'yesno',
                    55,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_viewers_timecut',
                    'cybcboptions',
                    '10',
                    '10',
                    'number',
                    '',
                    60,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_auto_refresh_users',
                    'cybcboptions',
                    '30',
                    '30',
                    'number',
                    '',
                    65,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_script_locs',
                    'cybcboptions',
                    'index',
                    'index',
                    'free',
                    '',
                    70,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_page_loc',
                    'cybcboptions',
                    '1',
                    '1',
                    'free',
                    'select:piped\r\n0|Disabled\r\n1|Below NavBar\r\n2|Above Footer',
                    75,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_excluded_groups',
                    'cybcboptions',
                    '1,8',
                    '1,8',
                    'free',
                    '',
                    80,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_excluded_users',
                    'cybcboptions',
                    '',
                    '',
                    '',
                    'textarea',
                    85,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_topx_results',
                    'cybcboptions',
                    '5',
                    '5',
                    'number',
                    '',
                    90,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_stats_lastxhours',
                    'cybcboptions',
                    '12',
                    '12',
                    'number',
                    '',
                    95,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_newmess_dur',
                    'cybcboptions',
                    '10',
                    '10',
                    'number',
                    '',
                    100,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_height',
                    'cybcboptions',
                    '100',
                    '100',
                    'number',
                    '',
                    105,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_height_full',
                    'cybcboptions',
                    '400',
                    '400',
                    'number',
                    '',
                    110,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_dateformat',
                    'cybcboptions',
                    'd-m',
                    'd-m',
                    'free',
                    '',
                    115,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_timeformat',
                    'cybcboptions',
                    'H:i',
                    'H:i',
                    'free',
                    '',
                    120,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_icon_new',
                    'cybcboptions',
                    'images/statusicon/post_new.gif',
                    'images/statusicon/post_new.gif',
                    'free',
                    '',
                    125,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_icon_old',
                    'cybcboptions',
                    'images/statusicon/post_old.gif',
                    'images/statusicon/post_old.gif',
                    'free',
                    '',
                    130,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_mecolor',
                    'cybcboptions',
                    'Red',
                    'Red',
                    'free',
                    '',
                    135,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_belownote',
                    'cybcboptions',
                    '1',
                    '1',
                    'number',
                    'yesno',
                    140,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_belownote',
                    'cybcboptions',
                    '1',
                    '1',
                    'number',
                    'yesno',
                    145,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_auto_prune',
                    'cybcboptions',
                    '',
                    '',
                    'free',
                    '',
                    150,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_collapsed_always',
                    'cybcboptions',
                    '0',
                    '0',
                    'boolean',
                    'yesno',
                    155,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    ),
    (
                    'cybchatbox_autoinsertlink',
                    'cybcboptions',
                    '1',
                    '1',
                    'boolean',
                    'yesno',
                    160,
                    0,
                    1,
                    '',
                    0,
                    'cybchatbox'
    );

MySQL Error  : Duplicate entry 'cybchatbox_belownote' for key 1
Error Number : 1062
Date         : Sunday, October 21st 2007 @ 06:47:31 PM
Script       : http://www.clan-killers.com/forum/admincp/plugin.php?do=productimport
Referrer     : http://www.clan-killers.com/forum/admincp/plugin.php?do=productadd
IP Address   : xxxxxxx
Username     : xxxxxxx
Classname    : vb_database
Could you tell me whats wrong here or what do i need to do ?
Reply With Quote
  #163  
Old 10-23-2007, 02:05 AM
hddstudio hddstudio is offline
 
Join Date: Sep 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice one....but I have a question here. I don't know if this is a bug ?

When I copy paste a URLfrom my forum Member List for example :

http://mysite.com/forum/member.php?u=59

it shows up in Chat box as :

http://mysite.com/forummysitember.php?u=59

Did I miss something ? Thanks Cyb !
Reply With Quote
  #164  
Old 10-24-2007, 09:34 AM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got a DB error when importing product, and I'm using vB3.6.0...anyone else had this issue? Shows up in vB Options, but that's it!

Your advice, plz!

Cheers!
Reply With Quote
  #165  
Old 10-25-2007, 09:14 AM
foxfirediego foxfirediego is offline
 
Join Date: Aug 2005
Location: Brazil
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Button: Delete Selected

HTML Code:
<td class="tcat" $cybcb_archivecolspan><input type="submit" name="cybcb_muldel_submit" class="smallfont" value="&nbsp;Delete Selected&nbsp;" onclick="confirmation();" /></td>
should be:

HTML Code:
<td class="tcat" $cybcb_archivecolspan><input type="submit" name="cybcb_muldel_submit" class="smallfont" value="&nbsp;$vbphrase[delete_selected]&nbsp;" onclick="confirmation();" /></td>
thanks cyb!
Reply With Quote
  #166  
Old 10-25-2007, 09:26 AM
Jason Black Jason Black is offline
 
Join Date: Aug 2007
Location: New York
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i changed the text color?
Reply With Quote
  #167  
Old 10-26-2007, 07:48 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default




Installed
No Doubt About It!

Another Great Mod From
Cybernetec
(A Great Coder)...

Million Thanks!





Reply With Quote
  #168  
Old 10-27-2007, 07:14 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i guess i got problem here or is it normal this thing to happen...meaning if i used [IMG] tags or second normal shout with or without using any tags...the other tag will show up also...is this a kind of bugs? or did i missed somethin or....

please view my attachment...

Attachment 71603
Attachment 71601
Attachment 71602
Attachment 71610

please advice...thanks and best regards...

Reply With Quote
  #169  
Old 10-27-2007, 09:01 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally a chatbox I love!

Two questions... Can this be made to work on Vb3.6.4 and is there a add-on for this so it will show on a vbadvanced page?

Installed on my newer site and works perfect!
Reply With Quote
  #170  
Old 10-27-2007, 12:18 PM
exportforce exportforce is offline
 
Join Date: Jun 2007
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't add it to VBA. I do a new module and add the $cybchatbox but the box won't be filled with the box =/
Reply With Quote
  #171  
Old 10-28-2007, 04:31 PM
Mbain Mbain is offline
 
Join Date: Mar 2003
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there any way how to disable BB codes?
Reply With Quote
Reply


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. The time now is 01:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08892 seconds
  • Memory Usage 2,346KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete