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)

Imperial Fritz 05-10-2005 03:47 PM

How can I decrease the chatroom refresh time?

greenhybrid 05-10-2005 06:20 PM

At the top of the page, you'll see a "refresh" tag with the number -1. Change it to the number of seconds you'd like the script to wait. You'll probably find this tag in the _blank templates.

Imperial Fritz 05-10-2005 06:27 PM

thanks, but where do I find this template?....

Alrasam 05-12-2005 07:25 PM

Hello sir

i just intalled the hack VBchat2.1.3
i got this Error

Database error in vBulletin 3.0.7:
Invalid SQL: alter table user
add vbchat_pref_font_face varchar(255) not null default '',
add vbchat_pref_font_color varchar(255) not null default '',
add vbchat_pref_user_ignore text not null default '';
mysql error: Duplicate column name 'vbchat_pref_font_face'
mysql error number: 1060
Date: Thursday 12th of May 2005 07:56:18 PM

can you help me?

Justdave 05-15-2005 07:38 AM

Hi!

Wanting to change the background to white, I cut someone's script and pasted it into chat_iframe. I think it must have been an older version, I have 2.3 Fresh install.

So I loaded chat, with no luck in changing the color to white, and then I also lost the ability to chat. The page loads, but my username is not displayed, and whatever I type, doesn't translate to the chat page. So I then tried revert, and inadvertantly deleted the whole chat_iframe.

Is there an effective way to easily recreate this chat_iframe v. 2.3?

Or, do I have to uninstall chat, and then reinstall?

It was working so great, and I had to tinker with it.
:disappointed:
JustDave

greenhybrid 05-15-2005 01:33 PM

You can hunt down what the template code was by opening up the relevant PHP file.

Justdave 05-15-2005 02:26 PM

I suppose finding the relevant php file is half the fun for some.

greenhybrid 05-15-2005 02:29 PM

Do a search for the template name ;)

Justdave 05-15-2005 02:33 PM

Could you possibly post what you have for vchat_iframe?

I'd like to try that first.

greenhybrid 05-15-2005 02:42 PM

Mine's modified. I think I just changed alt1 to alt2, but not sure.
PHP Code:

<html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
$headinclude
<style type="text/css">
<!--
body {background:url();}
-->
</
style>
</
head>
<
body class='alt2'>
<
span id='ChatPage'>
$chat_page
</span>
<
span id='ChatUPage'>
$chat_upage
</span>
</
body>
<if 
condition="$do_scroll_auto == '1'">
<
script type="text/javascript">
<!--
parent.frames['vBChatFrame'].scroll(0,999999999)
-->
</
script>
</if>
<
script type="text/javascript">
<!--
function 
TransportHTML(){
if(
parent.frames['vBChatFrame'].document.getElementById('ChatDisplay')){
ToTransport document.getElementById('ChatPage').innerHTML
parent
.frames['vBChatFrame'].document.getElementById('ChatDisplay').innerHTML ToTransport
} else {
setTimeout("TransportHTML()",1000);
}
}
TransportHTML();
-->
</
script>
<
script type="text/javascript">
<!--
function 
TransportHTML(){
if(
parent.frames['vBChatUserBlank'].document.getElementById('ChatDisplay')){
ToTransport document.getElementById('ChatUPage').innerHTML
parent
.frames['vBChatUserBlank'].document.getElementById('ChatDisplay').innerHTML ToTransport
parent
.document.getElementById('total_users').innerHTML '{$total_users_in_room}'
} else {
setTimeout("TransportHTML()",1000);
}
}

TransportHTML();
-->
</
script>
</
html



All times are GMT. The time now is 02:29 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.02625 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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