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)

LordDG 11-23-2004 02:39 PM

I think it's a big enough benefit to warrant not catering to Lynx users ;)

Or you can have more than one iframe templates and depending on settings in admincp it will either be the blinking more friendly version, or the non-blinking JavaScript version.

Blam Forumz 11-23-2004 03:15 PM

Quote:

Originally Posted by Zero Tolerance
Very possible, i can extend javascript to do almost anything, before i scripted php i was using javascript, even made a full battle featured rpg in javascript =/.

Anyway the only flaw with the js integration would be if the user doesn't have js turned on. Or there browser is 100% ancient and doesn't support any js.

- Zero Tolerance

You could make an option whether to use JS or just plain HTML couldnt you? :P

Tru Smiles 11-23-2004 05:12 PM

Quote:

Originally Posted by Tru Smiles
I've had a lot of problems with my forum recently (Mainly related to my damn host ?_?) but HURRAH! I finally have vBChat working :D And it's mighty nice too!

There is just one little thing. You know the iFrame where the text appears? Because of the skin I use, the background for the iFrame uses the background for the skin, which is dark and unreadable. Does anyone know where it is that I can change the background colour to white? I'll show a picture of what it is I mean.

I don't mean to bug, but, can someone help me please? o_O

aranthorn 11-24-2004 12:14 AM

This is simply a brilliant mod. Easy install, great featues and above all works.

akiy 11-24-2004 12:36 AM

Bug report:

A user using Opera has reported that when there are enough messages so that a scrollbar shows up, the scrollbar jumps to the top at every refresh, even if the page is set to have newest messages show up at the bottom.

It looks like the Javascript call of scroll(0,99999999) does not work for Opera.

morrow 11-24-2004 01:58 AM

For some reason, the chat page is a blank screen on some systems and it works on others. Any ideas what might be wrong with the systems that get the white screen?

Thanks

Harley D 11-24-2004 03:20 AM

Quote:

Originally Posted by Tru Smiles
I don't mean to bug, but, can someone help me please? o_O


This is what I used for my "chat_iframe" template, as you can see all the different colors can be changed just like HTML. I found this in this thread.
hope this is what your needing.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
<style type="text/css">
body
{
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
}
a:link
{
color: #22229C;
}
a:visited
{
color: #22229C;
}
a:hover, a:active
{
color: #FF4400;
}
</style>
</head>
<body bgcolor='#FFFFFF'>
$chat_page
</body>
<if condition="$do_scroll_auto == '1'">
<script type="text/javascript">
<!--
scroll(0,999999999)
-->
</script>
</if>
</html>


Harley D 11-24-2004 03:28 AM

Quote:

Originally Posted by morrow
For some reason, the chat page is a blank screen on some systems and it works on others. Any ideas what might be wrong with the systems that get the white screen?

Thanks

The only thing I can think of is.... If others are using a different skin, this may be the problem. the reason I say this is, after I finished installing vbchat, I found some of my skins showed blank in vbchat, I then manually added the new templates, found in my default skin, that where added during the vbchat install.
The install doesn't add templates to skins that are not child skins from the default skin. I hope I'm making sense.LOL

cclaerhout 11-24-2004 06:56 AM

A little question : how to delete private rooms ? After more than 2 hours, they are still alive. Any idea ?

Rageem 11-24-2004 09:00 AM

I made the mistake of upgrading from v1.0.1 to v1.1.1 which obviosly cause a database error......

How can I fix this with out uninstalling the hack?

I am running VB 3.0.3


All times are GMT. The time now is 11:13 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.01823 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)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