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.5 (https://vborg.vbsupport.ru/showthread.php?t=91278)

Paul M 02-25-2006 05:12 PM

Quote:

Originally Posted by southernlady
Paul I upgraded to 3.5.4 this weekend. Flashchat was working fine before. I got it to working now but after I logged out, I can't get logged back in, it won't accept my password. And yes, I did tell it to intergrate. Should I just reinstall again? Or do you want to take a look? I have a test account set up. Liz

I don't have 3.5.4 installed anywhere yet. You can send me access details if you want, I may have time later to have a quick look.

Bellinis 02-25-2006 09:52 PM

I would like to make a little change to the online location, but I I just don't know how :(

Here's how my original (Flashchat Online (2)) looks like:

PHP Code:

if ($userinfo['activity'] == 'flashchat')
{
    
$handled true;
    
$userinfo['action'] = $vbphrase['in_flashchat'];
    
$userinfo['where'] = '<a href="'.$vbulletin->options['bburl'].$vbphrase['flashchat_path'].'">Click here to join the chat!</a>';


And this is what I would like to change so that the chat opens in a new window:

PHP Code:

<a href="http://www.mydomain.com/board/chat/flashchat.php" 
onclick="window.open(this.href,'NAME','top=0,left=0,width=650,height=500'); return false;" title="NAME">Click here to join the chat!</</a

How to change the code to make it work in php? :disappointed:

Thank you very much in advance :)

Paul M 02-26-2006 01:25 AM

Yes, read the notes in the first post.

southernlady 02-26-2006 03:14 AM

Paul, send you a PM with access details. Thank you. Liz

southernlady 02-26-2006 09:52 AM

Okay, what did I screw up? Liz

Paul M 02-26-2006 09:54 AM

You did not have the CMS file specified in [flashchat's] config.php ;

PHP Code:

        //your CMS system
        
'CMSsystem' => 'vbulletin35CMS',// defaultCMS - default CMS, blank - stateless CMS 

I would guess you uploaded new flashchat files over the top of the old ones - by default the setting is blank.

southernlady 02-26-2006 09:56 AM

Okay, Paul, I just tried to log in and now I'm getting *another user is logged in with this user name*. Liz

Paul M 02-26-2006 10:06 AM

You were already logged in (one of your failed attempts I would guess). I have cleared all the old connections for you.

southernlady 02-26-2006 10:32 AM

Thanks, Paul. Liz

Guest210212002 03-01-2006 11:24 PM

I made a new usergroup, just for one user, and it says that he's banned. I never got the AdminCP stuff to work, users in the flashchat admin link says:

Quote:

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.
And there are no bans. Why would one usergroup be banned? What am I missin'?

Edit: Was in CMS file. )


All times are GMT. The time now is 03:53 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.02030 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)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