vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Unofficial Addonchat Integration (https://vborg.vbsupport.ru/showthread.php?t=211910)

silentdub 06-01-2009 08:06 PM

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.

silentdub 06-02-2009 01:52 PM

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

I guess that is why my first install failed.

anyone?

reotto 06-04-2009 03:16 AM

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"

Bounce 08-16-2009 01:19 PM

how do you move the box from the top of the forum to the bottom?

I-Mode 08-28-2009 08:18 PM

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??:confused:

Bluefin221 09-11-2009 03:15 AM

Quote:

Originally Posted by I-Mode (Post 1875997)
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??:confused:

I get the same as you.

GoTTi 09-14-2009 05:02 PM

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?

atcspaul 09-15-2009 11:17 PM

Quote:

Originally Posted by I-Mode (Post 1875997)
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??:confused:

i got the same messege. anyone figure it out

atcspaul 09-16-2009 05:37 PM

1 Attachment(s)
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

xLYNZx 09-21-2009 06:26 PM

does this allow only members to join in the chat? Does it work with the free chat?


All times are GMT. The time now is 07:04 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.01064 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete