Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Unofficial Addonchat Integration Details »»
Unofficial Addonchat Integration
Version: 3.8.1, by Jaxel Jaxel is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.8.x Rating:
Released: 04-21-2009 Last Update: 04-23-2009 Installs: 26
DB Changes Uses Plugins
Additional Files  
No support by the author.

This mod is based on the mod found here: https://vborg.vbsupport.ru/showthread.php?t=179346

Sadly the official plugin has been unsupported for a long time and has a lot of dubious errors. This release fixes several issues:

1. Uncached templates have been fixed
2. Added support for the community submenu
3. Better templates that make more sense
4. Added who's chatting list on forumhome

Download Now

File Type: zip AddonChat-3.8.1.zip (643.2 KB, 337 views)

Screenshots

File Type: jpg addonchat-chat.jpg (154.7 KB, 0 views)
File Type: jpg addonchat-home.jpg (180.0 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 04-24-2009, 02:10 PM
DarkStarr DarkStarr is offline
 
Join Date: Mar 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
By request, I have added the feature where you can select to show the who's chatting box on top of the forum home, or on top of the WHAT'S GOING ON box.
Thank you so much dude, this is a great mod! ...nominated!!
Reply With Quote
  #13  
Old 04-26-2009, 03:54 AM
Forumi Shqiptar's Avatar
Forumi Shqiptar Forumi Shqiptar is offline
 
Join Date: Aug 2005
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged this mod... will check it later...
Reply With Quote
  #14  
Old 04-27-2009, 08:18 PM
Slugger00001 Slugger00001 is offline
 
Join Date: Sep 2008
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged will check later
Reply With Quote
  #15  
Old 05-13-2009, 06:39 PM
reotto reotto is offline
 
Join Date: Oct 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone figured out how to globalize this add-on so if I use the following piece of code it will work in cmps, dyna, and vb?

PHP Code:
<if condition="$addonchat[vb_enable_popup]">
    <
tr><td class="vbmenu_option"><a href="#" onClick="window.open('addonchat.php?$session[sessionurl]do=popup', 'addonchat', 'width=$addonchat[width_float],height=$addonchat[height_float],statusbar=no,scrollbars=no,toolbar=no,menubar=no,resizable=yes'); return false">$vbphrase[addonchat_enter_float]</a></td></tr>
</if> 
Reply With Quote
  #16  
Old 05-13-2009, 07:58 PM
Jaxel Jaxel is offline
 
Join Date: Sep 2005
Posts: 1,160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You SHOULDN'T globalize this mod. This mod adds a .5 second load time to your forumhome as it goes to the addonchat servers to retrieve the who's chatting information. Any page you put this on will load .5 seconds slower.
Reply With Quote
  #17  
Old 05-29-2009, 05:26 PM
Grim77's Avatar
Grim77 Grim77 is offline
 
Join Date: Feb 2003
Location: Fishers, IN
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jaxel -- We're gearing up to do another official update. I don't see any license on your modifications, and since it appears as though you used our original code, I assume you're OK with us borrowing some of your improvements? Let me know Any other feature requests -- especially anything tying into our systems -- are also greatly appreciated!
Reply With Quote
  #18  
Old 05-31-2009, 02:43 AM
whitetigergrowl whitetigergrowl is offline
 
Join Date: Jun 2004
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Keep up the good work!
Reply With Quote
  #19  
Old 06-01-2009, 05:58 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hay Jaxel. Got an error during import of the product. First error I forgot to copy, but it said something about one of the tables not able to be created.

Second import I got this Database Error.

Code:
Database error in vBulletin 3.8.2:

Invalid SQL:

   CREATE TABLE addonchat_settings
   (
      account_id INT UNSIGNED NOT NULL DEFAULT 0,
      login_md5pass VARCHAR(32) NOT NULL DEFAULT '',
      language VARCHAR(8) NOT NULL DEFAULT 'en',
      settings_retrieved TINYINT(1) NOT NULL DEFAULT 0,
      login_email VARCHAR(64) NOT NULL DEFAULT '',   
      edition INT UNSIGNED NOT NULL DEFAULT 0,
      modules VARCHAR(128) NOT NULL DEFAULT '',
      ras_capable TINYINT(1) NOT NULL DEFAULT 0,
      edition_name VARCHAR(128) NOT NULL DEFAULT 'Unknown',
      expire_date DATE NOT NULL DEFAULT 0,
      ras_enabled TINYINT(1) NOT NULL DEFAULT 0,
      ras_url VARCHAR(128) NOT NULL DEFAULT 'http://',
      server_name VARCHAR(64) NOT NULL DEFAULT 'client0.addonchat.com',
      server_port INT UNSIGNED NOT NULL DEFAULT 8000,
      cpanel_login VARCHAR(255) NOT NULL DEFAULT 'http://',
      title VARCHAR(48) NOT NULL DEFAULT 'My Chat Room',
      account_id_fq VARCHAR(32) NOT NULL DEFAULT 'SC-0',
      customer_id_fq VARCHAR(32) NOT NULL DEFAULT 'RC-0',
      enable_auto_login TINYINT(1) NOT NULL DEFAULT 1,
      allow_unregistered_guests TINYINT(1) NOT NULL DEFAULT 0,
      url_exit VARCHAR(128) NOT NULL DEFAULT 'http://',
      width INT UNSIGNED DEFAULT 585,
      height INT UNSIGNED DEFAULT 400,
      width_float INT UNSIGNED DEFAULT 620,
      height_float INT UNSIGNED DEFAULT 420,
      forum_url VARCHAR(255) NOT NULL DEFAULT 'http://',
      ef_profile TINYINT(1) NOT NULL DEFAULT 1,
      ef_find_posts TINYINT(1) NOT NULL DEFAULT 1,
      ef_email TINYINT(1) NOT NULL DEFAULT 1,
      ef_pm TINYINT(1) NOT NULL DEFAULT 1,
      ef_add_buddy TINYINT(1) NOT NULL DEFAULT 1,
      ef_forum_ignore TINYINT(1) NOT NULL DEFAULT 0,
      vb_enable_menu TINYINT(1) NOT NULL DEFAULT 1,
      vb_enable_embed TINYINT(1) NOT NULL DEFAULT 1,
      vb_enable_popup TINYINT(1) NOT NULL DEFAULT 1,
      vb_enable_whos_chatting TINYINT(1) NOT NULL DEFAULT 1,
      vb_enable_whos_chatting_main TINYINT(1) NOT NULL DEFAULT 0     
   ) 
   ENGINE=MyISAM CHARACTER SET utf8;

MySQL Error   : Table 'addonchat_settings' already exists
Error Number  : 1050
Request Date  : Monday, June 1st 2009 @ 02:56:22 AM
Error Date    : Monday, June 1st 2009 @ 02:56:22 AM
Script        : http://www.cogonline.net/forums/admincp/plugin.php?do=productimport
Referrer      : http://www.cogonline.net/forums/admincp/plugin.php?do=productadd
IP Address    : XXXXXXXXX
Username      : Digital Jedi
Classname     : vB_Database
MySQL Version : 5.0.77-community-log
Is it safe to just drop the tables and try importing again?
Reply With Quote
  #20  
Old 06-01-2009, 07:50 PM
silentdub silentdub is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jaxel View Post
first post
Ok, My connection dropped while I was installing, I got back in, it doesn't show up as installed. I tried to reinstall, and then get a few DB errors in regards to tables already being there.

Do you have a script to manually uninstall the changes?
Reply With Quote
  #21  
Old 06-01-2009, 07:53 PM
silentdub silentdub is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE=Digital Jedi;1821140]Hay Jaxel. Got an error during import of the product. First error I forgot to copy, but it said something about one of the tables not able to be created.

Second import I got this Database Error.

[CODE]Database error in vBulletin 3.8.2:

Invalid SQL:



I am in the same boat as you are. Some of the tables and such are there so it won't proceed.

We need to back out this mod manually.

How?
Reply With Quote
Reply

Thread Tools

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 05:05 PM.


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.06755 seconds
  • Memory Usage 2,336KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete