vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Flashchat Integration for vB 3.6 (https://vborg.vbsupport.ru/showthread.php?t=120926)

Gripemaster 09-26-2006 01:51 AM

LOL...DUH! Sorry, it's been a long weekend. Pardon the flatulence in my brain. Says I have version 3.05 of Flashchat Integration.

Paul M 09-26-2006 01:55 AM

I would suggest upgrading to 3.06 when you can, there is a small bug in 3.05 when trying to access the flashchat admin area.

Gripemaster 09-26-2006 02:07 AM

*Updated*

Thank you sir. Seems to be working fine and sez I got version 3.06. :)

charlesk 09-26-2006 03:29 PM

Quote:

Originally Posted by charlesk
Paul, my users now report that the "who's in chat" product is now not showing who is in chat... it used to work. Any ideas?

Appreciate your help. Thanks.

Hi Paul, just wondering if you have any ideas on this? Thanks. :)

Paul M 09-26-2006 06:53 PM

Not really, I have nothing to go on - there can be many reasons why something does not work. I assume you mean my mod, in which case you need to post in the correct thread, and also take note of the support notes in the main post of this thread.

Quote:

..... If you are still stuck and want me to take a look then feel free to PM me your site address, an admin user, and ftp access details, without these I cannot help you. I will look when I have time.

charlesk 09-26-2006 10:29 PM

Okay.. I had only asked here because after I found that issue with the admin login not working and you posted 3.06, when I updated to 3.06, that's when the other hack stopped working.

teedizz 09-28-2006 06:30 AM

NM, I got it to work. Thanks alot for this hack ;)

pokerie 09-28-2006 02:45 PM

Hi there,

I'm trying to get flashchat to fit with the site www.poker.ie

I've setup a testpage at: http://www.poker.ie/community/forums...r_ie_chat2.php

As you can see the chatbox isn't showing up. I've followed the instructions on http://www.tufat.com/docs/flashchat/sample.html

Any ideas on why it isn't showing?

Paul M 09-28-2006 02:53 PM

Sorry, no idea - your question should be posted on the Tufat forum as it is a Flashchat question, unrelated to this modification.

Doglet 09-30-2006 04:01 AM

I just got FlashChat running with vBulletin 3.6.1 last night, but I am unsure how to prevent certain user groups from using it. I know from reading that this part is the bit that does it.

PHP Code:

// vbulletin specific settings
$GLOBALS['vbulletin'] = array(
    
'cookie' => $config['Misc']['cookieprefix'],
    
'prefix' => $config['Database']['tableprefix'],
    
'spkupdate' => true// Update vBulletin when user speaks.
    
'logupdate' => true// Update vBulletin when user logs in/out.
    
'useavatar' => true// True = use custom avatar for flashchat photo feature, False = use custom profile picture.
    
'users' => explode(',',$users) , // Usergroups allowed standard access to chat.
    
'mods' => explode(',',$moderators) , // Usergroups allowed access as chat moderators.
    
'admin' => explode(',',$administrators) , // Usergroups allowed access as chat administrators.
    
'banned' => explode(',',$banned) , // Usergroups banned from accessing the chat.
    
'customer' => explode(',',$customers) , // Usergroups allowed access as customers.
); 

I noted that others have usergroup numbers where mine has things like (',',$customers). How do I alter this file so that it bans certain groups, and allows others and recognises the groups I have.

Also, if I do that and just reupload this vBulletin3CMS.php, will it just work or do I need to do a reinstall?


All times are GMT. The time now is 06:32 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.01430 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_quote_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