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)

Mijae 11-10-2004 12:36 AM

One of my users is chatting without a username, so he probably found a bug :P

I'll try to make him talk...

SVTOA 11-10-2004 12:40 AM

ugh... Now it seems that the forumhome "who's online" is fubared. It will only show yourself (your username) as online, but when you click the "who's online" then you see everyone... Any ideas?

SVTOA 11-10-2004 12:42 AM

Yup, something isn't right. If I revert to the old index (I backed it up) then the who's online works correctly...

SVTOA 11-10-2004 01:25 AM

Well ZT, the chat itself works great, all features wrok fine. But It would be nice to get that "who's in VB CHat" to work correctly on the forumhome...
Any ideas? I have been comparing code between the edit and the original, I can't locate the problem.

SVTOA 11-10-2004 01:55 AM

I found some slight differences and altered the code and now at least I can make WHO'S online work again but the "who's in Chat" dispays nobody when there are several. (I guess I'm talking to myself here now!)

bendigo-tech 11-10-2004 02:57 AM

Excellent work. I have the previous version installed and will install this version once a few bugs have been sorted out.

Thanks ZT :D

Blam Forumz 11-10-2004 03:53 AM

Upgraded, except only 1 smilie shwos up each time

Delw 11-10-2004 04:08 AM

I found a missing ; in the directions, it will give you a parse error when trying to login to admin panel.

thought you might want to know, its highlight in red, its at the bottom of the code file

Code:

:: Open File - ROOT FORUM DIRECTORY/admincp/index.php
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FIND:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        // *************************************************

        $printhr = false;
        if (can_administer('canadminsettings'))
        {
                $printhr = true;
                construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
                if ($debug == 1)
                {
                        construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
                }
                construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
        }
        if ($printhr == true)
        {
                construct_nav_spacer();
        }

        // *************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
UNDERNEATH ADD:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        $printhr = true ;
        construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ;
        construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ;
        construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ;
        construct_nav_group ( 'vBChat Control', '<hr />' ) ;  (would be this one here)
        $printhr = false;


Delw

Delw 11-10-2004 04:57 AM

BTW nice job on the chat board,
it took about 20 mins to install and that included finding out about the problem above.

Other than that I found no problems with it.

I do notice the page refreshs alot(every 1-2 seconds) is there a way to slow it down? I am just curius about bandwidth and if the refresh rate will add to it.

Delw

SVTOA 11-10-2004 10:07 AM

Has anyone who did the most recent upgrade been able to get your "who is currently in chat" to work on your forumhome?


All times are GMT. The time now is 01:33 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.01832 seconds
  • Memory Usage 1,739KB
  • 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
  • (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