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
  #22  
Old 06-01-2009, 08:06 PM
silentdub silentdub is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, In order to uninstall you need to remove the two 'addonchat' tables.

you also need to remove the column addonchat from the vb_usergroups.

That will put you back to square 1.
Reply With Quote
  #23  
Old 06-02-2009, 01:52 PM
silentdub silentdub is offline
 
Join Date: Feb 2009
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting an error on install about addon_settings not found.

I guess that is why my first install failed.

anyone?
Reply With Quote
  #24  
Old 06-04-2009, 03:16 AM
reotto reotto is offline
 
Join Date: Oct 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a mistake in the addonchat_popup template highlighted in red:

Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[addonchat_nav_link_title]</title>
</head>
<body>

<center>

<applet code="Client.class" codebase="http://$addonchat[server_name]/current/" archive="scclient_$addonchat[language].zip" width="100%" height="100%" alt="AddonChat Chat Software" MAYSCRIPT>
	<param name="room" value="$addonchat[account_id]">   
	<param name="autologin" value="$addonchat[enable_auto_login]">
	<param name="username" value="$addonchat[username]">
	<param name="password" value="$addonchat[password]">
	<param name="url.exit.enable" value="yes">
	<param name="url.exit" value="$addonchat[exit_url]">
	<param name="iconsize" value="0">
	<param name="timestamp" value="yes">
	<param name="audio" value="yes">
	This forum uses <a href="http://www.addonchat.com/">AddonChat Chat Software</a>.<br /> <br />
	To use this chat room, you will need to <a href="http://www.java.com/">Download Java</a>.
</applet>  

</center>

</body>
</html>
WM3 does not recognize height and width set as percentages, and this make Firefox work abnormally. Those values need to be changed as required like below:

width="1024" height="768"
Reply With Quote
  #25  
Old 08-16-2009, 01:19 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do you move the box from the top of the forum to the bottom?
Reply With Quote
  #26  
Old 08-28-2009, 08:18 PM
I-Mode I-Mode is offline
 
Join Date: Aug 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Altering Table addonchat_settings ...vB_Database_Alter: fetch_table_info() has not been called successfully.
Table 'DB604617.vbaddonchat_settings' doesn't exist

It doesnt work at mine,, can someone help me out plz??
Reply With Quote
  #27  
Old 09-11-2009, 03:15 AM
Bluefin221 Bluefin221 is offline
 
Join Date: Jul 2008
Location: Scotland
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by I-Mode View Post
Altering Table addonchat_settings ...vB_Database_Alter: fetch_table_info() has not been called successfully.
Table 'DB604617.vbaddonchat_settings' doesn't exist

It doesnt work at mine,, can someone help me out plz??
I get the same as you.
Reply With Quote
  #28  
Old 09-14-2009, 05:02 PM
GoTTi GoTTi is offline
 
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im getting this error:

Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php(298) : eval()'d code on line 613
on this version of the mod also, just like in the original mod. any ideas?
Reply With Quote
  #29  
Old 09-15-2009, 11:17 PM
atcspaul atcspaul is offline
 
Join Date: Feb 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by I-Mode View Post
Altering Table addonchat_settings ...vB_Database_Alter: fetch_table_info() has not been called successfully.
Table 'DB604617.vbaddonchat_settings' doesn't exist

It doesnt work at mine,, can someone help me out plz??
i got the same messege. anyone figure it out
Reply With Quote
  #30  
Old 09-16-2009, 05:37 PM
atcspaul atcspaul is offline
 
Join Date: Feb 2008
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for those that couldn't get it to work they have a place in your control panel at adon you can make a box. i did that and also a button to get in the chat. works like a dream
Attached Images
File Type: gif smc.gif (81.2 KB, 0 views)
Reply With Quote
  #31  
Old 09-21-2009, 06:26 PM
xLYNZx xLYNZx is offline
 
Join Date: Nov 2006
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this allow only members to join in the chat? Does it work with the free chat?
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 07:01 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.04950 seconds
  • Memory Usage 2,329KB
  • 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
  • (3)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
  • (4)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