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)

caliman 11-20-2005 04:37 PM

Quote:

Originally Posted by Paul M
Actually, I just realised that I'm not sure what you are saying doesn't work. I thought this was the who is chatting hack, but it's the integration hack .....

Ok.. I apologize.. I left out some details here... the initial loading screen works... all 3 things go to 100%.. then the screen goes blank and nothing happens.. I never get the login prompt that I see in IE.

Sorry for the confusion.

Paul M 11-20-2005 05:25 PM

Quote:

Originally Posted by caliman
Ok.. I apologize.. I left out some details here... the initial loading screen works... all 3 things go to 100%.. then the screen goes blank and nothing happens.. I never get the login prompt that I see in IE.

You should never get a login prompt (if you are logged into the forum) - that's the point of integration. Both things point to a broken integration file, have you edited it ?

caliman 11-20-2005 05:42 PM

I saw a login on someone else's board with 4.3.3 and IE. Regardless.. the link on your site that you posted earlier and the other sites I go to go blank after the loading screen.. nothing ever loads. I have XP and Firefox 1.5 RC now. It did the same in Firefox 1.07.

caliman 11-20-2005 06:05 PM

Well this is interesting Paul... ironically I just got a popup on my toolbar that there was a new version of the flash plugin available.. I downloaded and now I see the login on that other site I was talking about. That's a good sign. I went to your site, but I think you took the link down?

Paul M 11-20-2005 10:00 PM

Tufats forums are now vb 3.5, register there and try your new plugin.

http://www.tufat.com/forum/index.php

caliman 11-20-2005 10:11 PM

Ugh.. Check out the screenshots.. firefox doesn't load all the way, even after several minutes. (2nd pic is IE)

Paul M 11-20-2005 10:17 PM

Well I'm afraid you seem to have a problem with your local installation.

It works fine for me (on FF 1.0 & 1.5) and our site has 20%+ Firefox users (1.0 & 1.5).

caliman 11-20-2005 10:27 PM

When you say local installation do you mean my browser?
Because if you see the URL in those screenshots you will see it is your site I am on.

Found this in my Javascript Console:

PHP Code:

Errorplugin.SetWindow is not a function
Source Filejavascript: function jsScriptObject(obj) { this.wrappedJSObject obj; } jsScriptObject.prototype = { evaluate : function(expression) { return new jsScriptObject(eval(expression)); } }; var plugin document.embeds['flashchat']; plugin.SetWindow(new jsScriptObject(window),510669848);
Line


Paul M 11-20-2005 11:05 PM

Quote:

Originally Posted by caliman
When you say local installation do you mean my browser?

Yes.

Quote:

Originally Posted by caliman
Because if you see the URL in those screenshots you will see it is your site I am on.

No it isn't.

From the main hack post ;

Quote:

Finally, I am not Tufat.com nor anything to do with the Flashchat product - which means I'm not here to answer questions about them. If you have questions about Flashchat in general, their forums are here.
I am satisfied your problem has nothing to do with this hack, you need to take it up with Tufat.

dc3dreamer 11-20-2005 11:14 PM

Paul -- Success! Only one tweak: You need to test the value of 'liveSupportMode' if you want that setting in the FlashChat config.php to have any effect. As you sent it, it's always on regardless of that setting:

Code:

if ($GLOBALS['fc_config']['liveSupportMode']) {
    foreach ($GLOBALS['vbulletin']['customer'] as $group) if (in_array($group,$groups)) $userrole = ROLE_CUSTOMER; // Check Customer groups
}

Sadly the Live Support mode in FlashChat is a bit lame. With it on, any ROLE_CUSTOMER person gets trapped in their Support room, with no way to enter any other room for general chatting with others. I have confirmed on the FlashChat fdorum that this is the case, and posted a wish-list item for it.

Anyway, the vbulletin35CMS.php file you sent me works with the addition of the above conditional test. Turning off liveSupportMode in FlashChat's config.php stops people from becoming ROLE_CUSTOMER types and thus being trapped. Apparently, that setting in FlashChat's config.php doesn't really turn Live Support off all the way. You also have to prevent people from getting into ROLE_CUSTOMER.

Thank you very much!


All times are GMT. The time now is 05:52 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.01808 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_code_printable
  • (1)bbcode_php_printable
  • (5)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