vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

Zero Tolerance 02-24-2005 09:29 PM

Quote:

Originally Posted by SVTOA
ZT, I get this error, I think I may have missed an upgrade version?

Invalid SQL: update vbchat_datastore set d_online='yes',d_allowbbcode='yes',d_bannedgroups= '',d_bannedusers='',d_chat_order='bottom',d_smilie display='1',d_smilieamount='10',d_allowbantag='1', d_maxrooms='3',d_smilequery='1',d_autoprune='0',d_ autoprunedays='0',d_roomprune='1' where did='1'
mysql error: Unknown column 'd_smilequery' in 'field list'

SVTOA - Which version were you using before you upgraded? The upgrader was built on the idea that users were using v1.1.1

- Zero Tolerance

SVTOA 02-24-2005 09:37 PM

Ruh Roh... I ***think*** it was 1.0.1 :(
My bad for not paying closer attention.

Zero Tolerance 02-24-2005 09:43 PM

Alright, run the following queries, change vb3_ to your table prefix :)
If you get any mySQL errors while doing any, just ignore them, it means you already have that part installed.

Code:

alter table vb3_vbchat_datastore
add d_smiliedisplay tinyint(2) not null default '1',
add d_smilieamount int(15) not null default '10',
add d_allowbantag tinyint(2) not null default '1',
add d_chatrooms text not null default '',
add d_maxrooms int(15) not null default '5';

Code:

alter table vb3_user
add vbchat_pref_status varchar(10) not null default '',
add vbchat_pref_auto_on tinyint(2) not null default '0',
add vbchat_pref_auto_msg varchar(255) not null default '',
add vbchat_pref_in_room int(15) not null default '0';

Code:

alter table vb3_vbchat_store
add s_forroom int(15) not null default '0';

Code:

alter table vb3_vbchat_datastore
add d_smilequery tinyint(2) not null default '0',
add d_autoprune tinyint(2) not null default '1',
add d_autoprunedays int(15) not null default '1';

After doing those, re-check all area's of the system, things should be working just fine for ya :)

- Zero Tolerance

RMS-Chef 02-24-2005 09:49 PM

Thanks for the update, I will check it out soon. I had moved to the SigmaChat integration system because the users were not digging the page refresh thingy. I will give this another try to keep as much as posible locally hosted. Thanks again.

SVTOA 02-24-2005 10:01 PM

Seems to work now ZT, thanks much. :)

Zero Tolerance 02-24-2005 10:01 PM

Quote:

Originally Posted by RMS-Chef
Thanks for the update, I will check it out soon. I had moved to the SigmaChat integration system because the users were not digging the page refresh thingy. I will give this another try to keep as much as posible locally hosted. Thanks again.

Well one of the great things about this version is the refresh system, the chat iframes are no longer refreshed, hidden iframes get the data and transport it to viewable one's, which means there is no more flashing of white backgrounds when it reloads the message's :)

- Zero Tolerance

SVTOA 02-24-2005 10:22 PM

Quote:

Exit vBChat Link
--- Upon clicking, chat automatically closes and a message is left in the room saying "[user] Leaves Room"

One thing I do not see is the exit link?

SVTOA 02-24-2005 10:27 PM

Also, upon exit, I see a small, non-resizable window that appears to have a cut-off message, perhaps a "credits" window?

iSpanish 02-24-2005 10:35 PM

hello

nice upgrade to this hack Zero Tolerance..

tody i will un-install the old one
then install the new Version

thanks.

HC. 02-24-2005 10:47 PM

just installed this hack for first time but the pop up window is huge

I had to drag over 8 times to see it all I run 1280x1024

Is there a way to chenge the default popup window size?


All times are GMT. The time now is 11:26 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.02033 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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