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)

DruidToolz 02-01-2006 06:59 PM

Ok i found it.. but i am wondering if there is a code,etc to put in there.. Can someone give me an example.. Thanx

shadiguy1 02-09-2006 12:42 PM

how do i get it to open in another window leaving my forums still open so ithey could be in the chat room and stillhave the Flashchat window as well.

TunerNetwork 02-10-2006 03:37 AM

I just did a fresh install of 3.5.3, what zip do i want to download to install this? thanks!

cyberhypnotic 02-10-2006 03:50 AM

Quote:

Originally Posted by shadiguy1
how do i get it to open in another window leaving my forums still open so ithey could be in the chat room and stillhave the Flashchat window as well.

Use javascript code for a popup window.

Go to AdminCP -> Styles & Templates -> Style Manager -> Navigation / Breadcrumb Templates -> navbar and look for (at the VERY beginning of the code):

Code:

<script type="text/javascript">
<!--
function log_out()
{
        ht = document.getElementsByTagName("html");
        ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        if (confirm('$vbphrase[sure_you_want_to_log_out]'))
        {
                return true;
        }
        else
        {
                ht[0].style.filter = "";
                return false;
        }
}
//-->
</script>

After it, add this:

Code:

<script type="text/javascript">
function newWindow() {
chatWindow = window.open("location of flashchat.php", "chatWin", "width=900,height=600")
}
</script>

PLEASE take note, in the above code, that YOU must enter in the location of your flashchat.php between the quotes ("location of flashchat.php"). You can also change the width and height to your liking.

Then place your link in the same template (navbar). Use the following code:

Code:

<td class="vbmenu_control"><a href="javascript:newWindow()">FlashChat</a></td>

MorrisMcD 02-10-2006 06:41 AM

Does this hack really do anything? Maybe the newest ver of flashchat makes this hack unneeded?

I installed flashchat and it was integrated automatically.. I followed your instructions on what to do, and nothing has changed.. I expected to see an ACP settings to change themes/skins/bots... What exactly does this hack do?

*EDIT* N/M.. My bad.. I just now noticed this..

Quote:

Note:
The latest versions of Flashchat (4.4.x and above) now include my integration as part of the standard Tufat supplied files. However, the currently bundled vB 3.5 CMS file is v2.47 (v2.54 in FC 4.5.0 or v2.56 in FC 4.5.2) - the latest version available here is currently v2.56. This hack also includes the Who's Online (WOL) Plugin.
Well done on the hack.. I think it now has the lastest version packaged though

Paul M 02-10-2006 07:10 AM

Quote:

Originally Posted by MorrisMcD
Well done on the hack.. I think it now has the lastest version packaged though

Yes it does, I will update that message. There is a v2.57, but its not released atm as it's waiting for some changes to other flashchat files. So to answer the question - the only thing extra that this provides [atm] is the WOL plugin - as everything else from this hack is now supplied as standard by Tufat.

FYI, I do have some plans to enhance the integration now that Tufat include my original basic stuff - this will include setting usergroup access in the ACP rather than editing the CMS file, and possibly some of the admin functions in the ACP as well. ATM, time is the constraint on these.

MorrisMcD 02-10-2006 12:09 PM

Quote:

Originally Posted by Paul M
Yes it does, I will update that message. There is a v2.57, but its not released atm as it's waiting for some changes to other flashchat files. So to answer the question - the only thing extra that this provides [atm] is the WOL plugin - as everything else from this hack is now supplied as standard by Tufat.

FYI, I do have some plans to enhance the integration now that Tufat include my original basic stuff - this will include setting usergroup access in the ACP rather than editing the CMS file, and possibly some of the admin functions in the ACP as well. ATM, time is the constraint on these.


Rock on.. I will def keep an eye on this thread.. Thanks

wtrk 02-10-2006 03:55 PM

when i originally installed flashchat i setup a separate usergroup that vb users had to be a member of to use the chat. anyway, i forgot where and how i did that. it works fine, its been working fine for along time, but i want to change which groups can access. ive searched the inc/cmses/ vb* files and i dont see a refrence to the group id that im using. i found the arrays that allow access to the default groups, but they dont show the special group i setup. any help in refreshing my memory about how i set this up is appreciated. thanks.

Paul M 02-10-2006 06:40 PM

Assuming you are using vb3.5 then the groups are set in the vbulletin35CMS.php file.

Guest210212002 02-12-2006 01:58 PM

Is the flashchat demo room not working, or is my browser just hosed? I get the loading screen, then just a big blue graphic.


All times are GMT. The time now is 02:48 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.01776 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (4)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