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)

mustang_lex 06-24-2005 02:23 PM

Quote:

Originally Posted by Grant Sherwood
Yeah, is there a way to make it reset everytime you exit or enter the chat?

I would like this feature as well.

FamilyCorner 06-24-2005 04:54 PM

I can't quite figure out why, but some of the smilies are broken images on the bottom of the chat window. I've attached a screen shot:

FamilyCorner 06-24-2005 05:13 PM

Quote:

Originally Posted by Intex
This is a great little mod :cool:. I have a few questions:
  • Is there any way a sound can be triggered if someone types a message, if you're in teh chat room, but have it open in another browser window / popup?
  • Can the mod be modified to include a way to invite someone to the chat room. I used to have this feature on vB2.x where they'd receive a popup, which the recipient could say 'Yes' or 'No' to. If they selected 'Yes, they'd be taken to the chat room

These are great ideas, I would love an invite feature. Was this ever answered?

This hack is AWESOME! Thank you!

FamilyCorner 06-25-2005 12:48 AM

When you view who is online, and when someone is in the chatroom, instead of saying "in chatroom" it says "Unknown Location". It does list the url, but is there a fix for this?

oldengine 06-25-2005 01:35 PM

Quote:

Originally Posted by greenhybrid
Here's an idea: Is there a way to lower the refresh time if there's only one person in the chat? I have one member who likes to hang out there 24 hours a day and it eats bandwidth like anything.

I also have this situation.

ATN 06-26-2005 12:41 AM

Hi There

How do i totally remove chat from my forums, db and templates?

Cheers

FamilyCorner 06-26-2005 03:15 PM

Quote:

Originally Posted by ATN
Hi There

How do i totally remove chat from my forums, db and templates?

Cheers

i would imagine you just click the "uninstall" box in the upper right hand corner of your post.

ATN 06-26-2005 09:56 PM

Quote:

Originally Posted by FamilyCorner
i would imagine you just click the "uninstall" box in the upper right hand corner of your post.

hahaha good one... now thats the obvious answer, shame when i click that it does fuk all.

cheers

USAPatriot 06-27-2005 05:56 AM

Hi,

How strange is this...

I did the mods for vBChat...works great as far as I can tell, though unlike another user, it took ME a tad longer than 7 minutes to accomplish.

Anyhow, this line got me to chuckling:
Quote:

"Go back to your admin cp, refresh it, and go to vBChat -> vBChat Options, set up the configuration to your own liking."
That would be great, except that vBChat does not exist anywhere in my Admin CP. Anywhere. It certainly works well enough though...at least on the forum itself. Question is...whar'd it go in the CP? :D -Rod-

FamilyCorner 06-27-2005 12:41 PM

Quote:

Originally Posted by USAPatriot
That would be great, except that vBChat does not exist anywhere in my Admin CP. Anywhere. It certainly works well enough though...at least on the forum itself. Question is...whar'd it go in the CP? :D -Rod-

There was a step in the instructions to edit the /admincp/index.php. There was a section you needed to add, did you possible skip that by mistake? Here's the section of the instructions:

::: 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 ( 'Banned Usergroups', 'admin_vbchat.php?do=banned_groups', '<br />' ) ;
construct_nav_option ( 'Banned Users', 'admin_vbchat.php?do=banned_users', '<br />' ) ;
construct_nav_option ( 'Usergroup Permissions', 'admin_vbchat.php?do=group_perms', '<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 />' ) ;
$printhr = false;

::: Save & Reupload ROOT FORUM DIRECTORY/admincp/index.php


All times are GMT. The time now is 07:38 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.02396 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
  • (7)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