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)

Paul M 10-07-2006 09:38 PM

Quote:

Originally Posted by xtremeoff-road
So what about the setup of the permanent private rooms...is that done within flashchat?

Yes.

Greek Wizard 10-09-2006 08:27 AM

I really need some minor help before I pull my hair out.

Your hacks above has added a link under the Quick Links in the navbar for FlashChat (right under buddies list) See image..

https://vborg.vbsupport.ru/attachmen...9&d=1160386579

I have been searching for about 3 hours trying to find this code, with no luck. Maybe I am missing something simple, maybe I am stupid, but I am ready to give up.

The navbar was still in it's original state (not red) at the time, BUT yet the link is there in the Quick Links navbar. I have since added code to the navbar pasted below.

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>

<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>                       
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>       
       
        <if condition="$show['member']">
       
                <td class="alt2" valign="top" nowrap="nowrap">
                <div class="smallfont">
                        <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
                        <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
                        <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
                        <if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
                </div>
                </td>
               
        <else />
               
                <td class="alt2" nowrap="nowrap" style="padding:0px">
                       
                <!-- login form -->
                <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                        <td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                        <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
                </tr>
                <tr>
                        <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
                        <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                </tr>
                </table>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />               
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
                <!-- / login form -->
                       
                </td>
               
        </if>       
       
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                </if>
                <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

<br />
<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
        </tr>
        </table>
        <br />
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <form action="search.php?do=process" method="post">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="quicksearch" value="1" />
                                <input type="hidden" name="childforums" value="1" />
                                <input type="hidden" name="exactname" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                                &nbsp;
                                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
                </form>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="psistats.php$session[sessionurl_q]">$vbphrase[psistats_link]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>

<!-- / PAGENAV POPUP -->
</if>

I am simply trying to change it so that it opens in a new window. i know the code to add, but can not find the misc.php?do=flashchat anywhere.

I have changed the other two links (Who is in Chat and Who is online), but this one has avoided me.

Please, can anyone help a guy out?

Paul M 10-09-2006 11:46 AM

You won't find it in the template, it's added 'on the fly' by the plugin.

Greek Wizard 10-09-2006 08:12 PM

Quote:

Originally Posted by Paul M
You won't find it in the template, it's added 'on the fly' by the plugin.

So how can i change it?

I tried editing the xml before improting it to add the _blank code, but it gives errors on the forum home page.

Paul M 10-09-2006 08:45 PM

What did you edit ?

adwade 10-10-2006 08:01 AM

Ok, I purchased, downloaded, and installed FlashChat v4.73 according to the Integrating FlashChat documentation that came with it. All went smoothly and it worked just fine.(i.e. Step 1 of FlashChat-vb-integration.txt file)

Then, I came here and downloaded this MOD and followed it's FlashChat-vb-integration.txt file...

Performed Step 2, by editing & uploading the vbulletin36CMS.php file.

Performed Step 3, setting 'url' => '/forums/index.php?'
(Note: My board is installed in a 'forums' directory)

Performed Step 4 edit as denoted in the text file.

Performed Step 5, selecting Allow Overwrite = Y

Now, whenever I try to go into CHAT I see a new msg in RED that reads:
"To login as an administrator, moderator or spy, please use the passwords found in FlashChat's configuration file, with any username." on the Welcome to FlashChat v 4.7.3 login page.

Before, when I would click on the 'Start FlashChat using built-in login' button I went right in. Now, it no longer works. Instead, I go to a 'Please login to the chat' screen.

I read thru the config.php file under the 'Roles config' section and tried logging in using the adminstrator password denoted there, but still to no avail. I can't get logged into CHAT no matter what I try right now.

Lastly, I'm using Miko's ARIA Skins (from vbstyles) and my QuickLinks button on the navbar has changed. Before, it functioned as a drop down. Now, it reloads the entire page and moves the SEARCH function one place over to the left, adds mark forums read & open buddy list buttons and the Quick Links button itself disappears...but no CHAT button shows up anywhere.

Anyway, does this MOD force the admins/moderators to login with a new/different password, and does it have to be that way?

Any feedback on what's gone wrong would be appreciated. Thanxx.

Paul M 10-10-2006 08:37 AM

Check what CMS system you have specified in Flashchats config.php, sounds to me like it isn't vbulletin36CMS.

adwade 10-10-2006 09:19 AM

I didn't know you had to specify one. :confused: Anyway, did so just now and that managed to get me logged in...to something.

Before, I got a blue flashchat screen when I went in. Now I get a mostly all black screen for about 3 seconds, and then in turns white. Not like any Chat I've ever seen.

When I use my browser's back button and then check the who's logged in feature, it says I am logged in...but again all of FlashChat's normal look is not there at all.

adwade 10-10-2006 09:51 AM

I think a big part of the problem is, I misunderstood your instructions in the Flashchat-vb-integration.txt file. For instance, where you said:

Step 3. (optional)
Edit ../chat/inc/config.php


I edited the copy that came with FlashChat on my local HD and then FTP'd it up to my site. In doing so, I'm guessing I've overwritten the 'good' file that was left there by the FlashChat install process.:tired: So now, no tellin' what all I'm missing besides the vbulletin36CMS file specification you denoted.:confused:

Is my best bet to just remove FlashChat altogether and reinstall it again? Then, when I get to your part of the integration I'll know this time to copy down what I have from the server, edit it, and then put the files back in place.

Paul M 10-10-2006 04:45 PM

Re-run the install, it won't harm anything, it will detect you already have the tables installed.

adwade 10-10-2006 05:02 PM

Well, this just gets stranger and stranger...

To install the newer v4.73 of FlashChat I followed their docs and they recommended renaming the current CHAT directory to something else, then installing the new version into a CHAT directory. That way if something went wrong, it would be easy to swap back over to the one you knew ran.

As such, I had renamed my original install to chat_v462 and then uploaded the CHAT directory just as directed. On my first install, everything when just perfectly.

Then admist all this, I re-uploaded the install.php file and install_files directory (since I had deleted them upon completion) and re-ran the install. Everything worked just like it did the first time, and I can get into FlashChat again...but it's version 4.62, not v4.73?! WHERE did that come from? No idea, so I deleted everything and reinstalled again. v4.62 installed and works alright, once again. I deleted everything this time, my old v4.62 directory, my new CHAT directory, everything. Tried again, and low & behold v4.62 is what's installed.

I'm using SmartFTP and thought I just didn't understand how it worked, so looked in the options and made sure it was set to overwrite ANYthing that existed. Deleted everything once again, and then re-uploaded the CHAT folder to the server, ran the install, worked fine, and yet I ended up with v4.62 yet again!? Arrrgggghhh! I'm SURE I'm uploading the v4.73 files, so somehow I must have some old files remaining on the server. How do you surely get rid of any existing files on a server in a case like this??

Paul M 10-11-2006 12:42 AM

Delete them.

The version number is taken from the config file, are you sure you are not using an old config file ?

Also, I'm not sure this is really relevant to this modification, and therefore not the best place to be discussing this.

NeitherSparky 10-11-2006 04:44 AM

Quote:

Originally Posted by adwade
I edited the copy that came with FlashChat on my local HD and then FTP'd it up to my site. In doing so, I'm guessing I've overwritten the 'good' file that was left there by the FlashChat install process.:tired:

Just so you don't feel alone, I did the same thing once when I wanted to update my config file. Not knowing what else to do, I had to reinstall everything.

We all live and learn. ;)

adwade 10-11-2006 04:56 AM

Quote:

Originally Posted by Paul M
The version number is taken from the config file, are you sure you are not using an old config file ?

Bingo, We have a winner! You are EXACTLY right Paul.(see below) Thanxx!

Code:

'version'        => '4.6.2', //architecture release . feature release . patch release
Quote:

Also, I'm not sure this is really relevant to this modification, and therefore not the best place to be discussing this.
Understand, sorry about this getting offtrack from your MOD, but maybe it'll help others who ever come up against the same issue.

smoknz28 10-14-2006 03:17 PM

Quote:

Originally Posted by NeutralizeR
Actually it's possible to show DHTML menus over flashchat but this time you can't send messages by pressing the enter button. Still testing alternative solutions...

Thanks NeutralizeR....I'll check in at times to see if you or anyone else has a fix for this. ;)

Mark

Greek Wizard 10-14-2006 03:52 PM

Quote:

Originally Posted by Paul M
What did you edit ?

Paul,

Sorry for the delay in responding.

I don't get much of a chance on the weekdays to do much, so I have to reply on weekends.

In response to my issue in post #242

You asked hat i edited to try and make the page open in a new window.

Well since i could not find the edits in the navbar, and you said it's added "on the fly" my old other step was to edit the xml you created.

Code:

<plugins>
                <plugin active="1" executionorder="5">
                        <title>FlashChat Integration (1)</title>
                        <hookname>parse_templates</hookname>
                        <phpcode><![CDATA[$search_text = '$vbphrase[open_buddy_list]</a></td></tr>';
$add_text = '<tr><td class=\"vbmenu_option\"><a href=\"misc.php?do=flashchat\">$vbphrase[flashchat]</a></td></tr>';
$vbulletin->templatecache['navbar'] = str_replace($search_text,$search_text.$add_text,$vbulletin->templatecache['navbar']);]]></phpcode>
                </plugin>
                <plugin active="1" executionorder="5">
                        <title>FlashChat Integration (2)</title>
                        <hookname>online_location_process</hookname>
                        <phpcode><![CDATA[if ($filename == 'getxml.php')
{
        $userinfo['activity'] = 'flashchat';
}]]></phpcode>
                </plugin>
                <plugin active="1" executionorder="5">
                        <title>FlashChat Integration (3)</title>
                        <hookname>online_location_unknown</hookname>
                        <phpcode><![CDATA[if ($userinfo['activity'] == 'flashchat')
{
        $handled = true;
        $userinfo['action'] = $vbphrase['in_flashchat'];
        $userinfo['where'] = '<a href="misc.php?do=flashchat" TARGET="_blank">'.$vbulletin->options['bburl'].'/misc.php?do=flashchat</a>';
}]]></phpcode>
                </plugin>

I tried the second green highlighted area, which helped the Who's online area, and I know the first green section is probably the Quick links area, but adding the target="_blank" to that gives me a syntax error on the main page.

thanks again for trying to help me out.

txsbmw 10-17-2006 03:54 PM

This is in regards to * For Flashchat inside a vb page

OK I have a question, I installed Flashchat then this Mod and they are working great together. I.E. no asking to log in twice, etc... that most seem to be having BUT..... It will not let me change rooms or even type anything if I use the embedded link (i.e. .../misc.php?do=flashchat) however I also have a custom link added to the Navbar of the non embedded link (i.e. .../chat/flashchat.php) as this is the only way we can use it at this point and the chat room works fine there. On the embedded link all I can do is Add a room, change options, and click on members names to PM them, view profile, etc, I just can't change rooms or type any messages into the chat room.... Any idea what is going on?

Necrosaro420 10-20-2006 09:16 PM

do you HAVE to have the CMS to use this integration? I Just have a normal forum and would like to insert a link in my navbar to it. Thanks

Necrosaro420 10-22-2006 04:43 PM

How do you integrate WITHOUT using a CMS and just a normal forum?

Paul M 10-22-2006 06:10 PM

Just follow the instructions in the zip file.

txsbmw 10-22-2006 09:40 PM

So.... no one knows why Flashchat will not work correctly embedded into vBulletin using this mod. I run 3.6.1 and the most current version of FlashChat and this mod.

Again here is what is going on. You cannot change rooms (no drop down appears like you never clicked it at all) or type in the box to type a message when you use the embedded version (i.e. this mod). You can however, click on the user and get all their info (view profile, send pm, etc..) and create rooms.

When you use the non-embedded version everything works as normal.

SCRIPT3R 10-22-2006 09:58 PM

Quote:

Originally Posted by txsbmw
So.... no one knows why Flashchat will not work correctly embedded into vBulletin using this mod. I run 3.6.1 and the most current version of FlashChat and this mod.

Again here is what is going on. You cannot change rooms (no drop down appears like you never clicked it at all) or type in the box to type a message when you use the embedded version (i.e. this mod). You can however, click on the user and get all their info (view profile, send pm, etc..) and create rooms.

When you use the non-embedded version everything works as normal.

i think your problems are related to the other hack (flashchat inside a vB page), not this hack.

Paul M 10-22-2006 10:16 PM

There is no difference between embedded and not, they are the same page, one is just placed inside a frame on the page.

fingerman 10-23-2006 03:16 AM

I'm trying to determine how to remove users from the chat. Not ban them, but boot them. I have users left over in the flashchat, and they are unable to log back in because it tells them they are still there.

Paul M 10-23-2006 09:51 AM

Sorry, I do not support Flashchat.

Quote:

if you have questions about Flashchat in general, their forums are here

txsbmw 10-23-2006 12:43 PM

Quote:

Originally Posted by Paul M
There is no difference between embedded and not, they are the same page, one is just placed inside a frame on the page.

I am well aware of that, the one that is in the IFRAME is not working correctly. You cannot click within the text area to enter text and you cannot get the change room menu drop down to change rooms. But you can click on the users name get that menu and click PM User (or whatever it says) and even in that window you cannot click in the text area to type a message.

However if you go to the non embedded one (i.e. the one that is not in an IFRAME) everything works just fine.

Now not all users experiance this. Some it works fine for and others (including me) run into the problem listed above. So any idea on what would be causing this? I thought maybe it was my flash player so I reinstalled and nada, got the same thing going on. I also tried this on my laptop and got the same problem.

txsbmw 10-23-2006 01:57 PM

Ok so I decided to clear my temp internet files and cookies, that did the trick...for once session. As soon as I went away from the chat room and then came back into it, it did it again, I had to re-delete all temp internet files and cookies, went back to it and it worked again, until I left and came back then same thing. And around and around we go. Anyone know why this may be happening? It only happens on the embedded page.

Paul M 10-23-2006 02:01 PM

Sorry, no idea. Sounds browser (or browser settings) related.

txsbmw 10-23-2006 02:44 PM

I think I have figured out the problem. I switched to the default style and it works fine, I couldn't get it to recreate that problem. But I still don't understand why some are having the same issue as me and some aren't. I am using the Heavy Metal style. As is everyone else on my forum (they cannot choose between styles).

txsbmw 10-23-2006 02:50 PM

Quote:

Originally Posted by GearTripper
i think your problems are related to the other hack (flashchat inside a vB page), not this hack.

Ok so where is this hack located then? I thought it came with this mod?

SCRIPT3R 10-23-2006 03:18 PM

Quote:

Originally Posted by txsbmw
Ok so where is this hack located then? I thought it came with this mod?

i might have misunderstood your initital question. there was once a hack that put the FC inside of any vB page. the current version of Paul M's hack does this already. if you're not able to duplicate the problem on your custom styles, i would assume the problem is with the styles and not the hack.

Mecho 10-24-2006 08:20 PM

Hi .. Tnx for this great mod .

i want guests can be login in Chatroom by just enter one NickName ( no reqistration reqired ) , is it possible ?

tnx

Paul M 10-24-2006 10:23 PM

No, by definition, integration does not allow guests.

gedsta 10-25-2006 12:08 AM

Hi Paul

Great Hack!

However I use vbadvanced and on the home page url it shows

.co.uk/misc.php?do=flashchat and cannot be found

whereas on the .co.uk/forum pages it shows

.co.uk/forum/misc.php?do=flashchat and takes you to the right page

any ideas?

Paul M 10-25-2006 12:45 AM

Do you mean the link at adds automatically ?

gedsta 10-25-2006 12:46 AM

yep only on the vbadvanced home page

i have tried adding flashchat.php and misc.php in the section
Quote:

Header Replacements
Here you may enter a list of filenames that may appear in your header that should be prefixed with your Forum's URL.
the link it adds in the /forum pages is perfect :)

Paul M 10-25-2006 02:41 AM

The CMPS settings won't touch it, you will have to edit the plugin code.

Find misc.php and change it to /forum/misc.php

Mecho 10-25-2006 04:58 PM

Quote:

Originally Posted by Paul M
No, by definition, integration does not allow guests.

tnx ...

do u know any chatroom for vb that it allow to guests to login ?

gedsta 10-25-2006 10:05 PM

Quote:

Originally Posted by Paul M
The CMPS settings won't touch it, you will have to edit the plugin code.

Find misc.php and change it to /forum/misc.php

perfect - Thx Paul

txsbmw 10-27-2006 10:59 PM

Regarding my situation, I found the problem. At first we thought it was a style issue because on the default style it worked. So slowly I added all my hacks to the default style, one by one, to make sure it wasn't one of them causing it. Got them all added and everything is still working like a charm. Must have been the style right? Well kinda...I had added some script to the footer of the old style, but not the default one. I realized that today so I went to go add my script (it's a stats script) and the chat room came to a halt again. So I went in and removed the $footer from the flashchat template and just hand coded the footer in instead so that way I could still have the script on all of the other pages but not the flashchat page.

So if anyone every has the problem that I did (can't type in the text box, change rooms, etc....), look in your header or footer for any conflicting code.

Just thought I would let those who have been scratching their heads what the outcome was.


All times are GMT. The time now is 09:11 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.02173 seconds
  • Memory Usage 1,959KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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