vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   FlashChat : Integration upgrades for vBulletin. (https://vborg.vbsupport.ru/showthread.php?t=74613)

Paul M 06-11-2005 11:13 PM

Quote:

Originally Posted by Eagle Creek
Does anybody know if Flashchat will work on the new vB?

Quote:

Originally Posted by Paul M
No, but I can think of no reason it wouldn't.

The answer can now be revealed - yes it will. :)

dave kaye 06-25-2005 01:04 PM

Hi All

I have just integrated flashchat, latest version and used the integration provided in the install. I have also used Pauls mod re usergroup permissions, but im can not find how to access flashchat user admin within vbulletin.

When I go to the flashchat admin then log in I get this message when clicking on users.
This option is not available when FlashChat is integrated with a custom CMS (content management system).
Please use the user administration tools which come with your system to add, edit, or remove users.

where do I go to get in to admin within vbulletin.

Thanks in advance.

Dave

Paul M 06-25-2005 01:16 PM

There is no flashchat user admin when integrated - the point of integration is that it uses vB's user list/table. :)

dave kaye 06-25-2005 01:45 PM

Hi Paul

Thanks, what about the mod the you have done to deny/allow access for usergroups, where is the admin to confiqure this.

Dave

Paul M 06-25-2005 02:18 PM

Quote:

Originally Posted by dave kaye
Hi Paul

Thanks, what about the mod the you have done to deny/allow access for usergroups, where is the admin to confiqure this.

Dave

There isn't any - you have to edit this section of the CMS file ;

PHP Code:

// Set Allowed groups 
if (in_array(2,$groups)) $userrole ROLE_USER
if (
in_array(7,$groups)) $userrole ROLE_USER

//Set Staff groups 
if (in_array(5,$groups)) $userrole ROLE_ADMIN
if (
in_array(6,$groups)) $userrole ROLE_ADMIN

//Set Banned groups 
if (in_array(8,$groups)) $userrole ROLE_NOBODY
if (
in_array(9,$groups)) $userrole ROLE_NOBODY

Each number is the vB usergroup number (i.e. 6 = admin group).

dave kaye 06-25-2005 02:43 PM

Thanks Paul,
Cant believe I'm so stupid,

In the default user what should it be, I guess also I can add lines for other groups. Also I cant seem to see any rooms or a list of users currently in chat on the right hand side.

Dave

neofootball 07-08-2005 12:59 PM

I did the changes now all I get is a blank white page, it worked before. So I must have hosed something up any thoughts would be greatly appreciated. :ermm:

Paul M 07-08-2005 01:18 PM

Well that meas you broke it - as you have no links to your site in your profile I can't look.

One thing - in the flashchat config file, set debug = true, this will help find the error.

neofootball 07-08-2005 01:54 PM

Paul, ck you PM.

A.Ah 07-08-2005 07:14 PM

is there anyway to have users auto login


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