vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat 6 Integration for vBulletin 4.x (https://vborg.vbsupport.ru/showthread.php?t=231184)

Paul M 02-25-2010 11:45 AM

You have not installed flashchat (or its in the wrong place).

MaviAsi 02-25-2010 03:37 PM

Quote:

Originally Posted by Paul M (Post 1991190)
You have not installed flashchat (or its in the wrong place).

installed it in the upload description .. I do not know where the error lies..
knows I'm not loud, it would be right upload file ???

Paul M 02-25-2010 07:10 PM

I still dont think you have installed Flashchat. This modifcation is not Flashchat.

MaviAsi 02-25-2010 08:30 PM

Quote:

Originally Posted by Paul M (Post 1991465)
I still dont think you have installed Flashchat. This modifcation is not Flashchat.



can please give download link thanks...

insidedesign 03-06-2010 01:10 PM

Quote:

Originally Posted by MaviAsi (Post 1991530)
can please give download link thanks...

Taking half a ++++ing second to google search would reveal this:
http://www.tufat.com/s_flash_chat_chatroom.htm

vglobal 03-07-2010 04:05 PM

Paul,

This is great mod but Flashchat does not support utf-8. I have to uninstall and look for another chat script.

Thank you. Keep up good work.

MaviAsi 03-08-2010 11:04 AM

Quote:

Originally Posted by insidedesign (Post 1998460)
Taking half a ++++ing second to google search would reveal this:
http://www.tufat.com/s_flash_chat_chatroom.htm

thank you my friend..

shyguy82 03-08-2010 05:42 PM

Paul, I have installed FlashChat 6, then installed your MOD (followed ALL instructions), autologin work but after the flash shows all those progress bars, I get a BLANK CHAT window, see attached. What can be the problem?

Paul M 03-08-2010 08:13 PM

There is no way I can answer that - it could be anyone of numerous things.

shyguy82 03-08-2010 10:55 PM

Anything I should look at? I installed this mod on a copy of my site, didn't want to try it on the live one. I'm scratching my head here, not sure what could be wrong.

dante_hd 03-09-2010 07:35 AM

Hi there,

after integrating Flaschat 6.0.7 using your Plugin into vBulletin 4.0.2, Autologin is working but username is _INT_ and nothing else. Do you probably know what's going wrong?

Cheers,
Stefan

Paul M 03-09-2010 12:17 PM

@ both of you.

As I already stated, its impossible for me to tell you whats going on, I have no access to your systems, and it could be anyone of hundreds of issues.

TBH, I no longer use Flashchat at all, and if I did, I would still be using FC4. Flashchat 5 was a complete disaster, and Flashchat 6 seems to be very buggy still. I hesitated to even update these for vBulletin 4, and atm Im seriously considering no longer supporting them.

shyguy82 03-09-2010 02:44 PM

Paul, thanks for your reply, does your mod work with FC4??? I have that version as well.

Paul M 03-09-2010 08:59 PM

No, this doesnt work with FC4.

shyguy82 03-10-2010 10:11 PM

Paul,

Thanks, what other chat software do you personally use with vB 4 ?

Paul M 03-11-2010 02:00 PM

I dont use any chat software.

wierdo124 03-13-2010 04:41 AM

Where do you edit moderator permissions for FlashChat in the ACP?

Paul M 03-13-2010 12:42 PM

In the usergroup manager.

Marv 03-13-2010 02:33 PM

Hi Paul,

I upgraded my site to 4.0.2. With that date the chat won´t work anymore and all users receive the info their Username or password would be wrong. Guess something is conflicting there.

Any chance to get this fixed with an update ? If you need access to my site, use the same account and login I´ve PM´ed in january.

wierdo124 03-13-2010 03:51 PM

Quote:

Originally Posted by Paul M (Post 2002783)
In the usergroup manager.

I mean for individual moderators.

Paul M 03-13-2010 06:46 PM

Quote:

Originally Posted by Marv (Post 2002836)
Hi Paul,

I upgraded my site to 4.0.2. With that date the chat won?t work anymore and all users receive the info their Username or password would be wrong. Guess something is conflicting there.

Any chance to get this fixed with an update ? If you need access to my site, use the same account and login I?ve PM?ed in january.

Not sure if I will have kept them, but If I have I'll look when I get chance.

insidedesign 03-14-2010 03:14 AM

Not sure if anyone can help me, but I am trying to edit the flashchat template so that if the user is not logged-in it displays a simple text string instead of a blank chat area. I have played around with template conditionals, but cannot seem to get it to work.

Basically, I need the proper code to check to see if they are logged-in from within the flashchat template. thanks in advance!

insidedesign 03-14-2010 03:18 AM

Quote:

Originally Posted by insidedesign (Post 2003217)
Not sure if anyone can help me, but I am trying to edit the flashchat template so that if the user is not logged-in it displays a simple text string instead of a blank chat area. I have played around with template conditionals, but cannot seem to get it to work.

Basically, I need the proper code to check to see if they are logged-in from within the flashchat template. thanks in advance!

Figured it out. I simply looked at how other plug-ins were implementing template conditions.

Here is what I ended up with, within the flashchat template:
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
        {vb:raw headinclude}
        <title>{vb:phrase flashchat_title}</title>
        {vb:raw headinclude_bottom}
</head>
        <body>
        {vb:raw header}
        {vb:raw navbar}
        <vb:if condition="$bbuserinfo['userid'] == 0">
                <p>Please login above to view the chatroom.</p>
        <vb:else />
                <!-- main -->
                <!-- $Id: Flashchat-vb-integration.xml,v 1.15 2010/03/12 01:04:10 pem Exp $ -->
                <div id="fci_div" class="block">
                        <h2 align="center" class="blockhead">{vb:phrase flashchat_title}</h2>
                        <iframe style="border: 0px" width="100%" height="{vb:raw fci.height}" src="{vb:raw fci.fcpath}/flashchat.php{vb:raw fci.room}"></iframe>
                        <div class="blocksubhead" style="text-align: center;">{vb:phrase flashchat_title} &copy; {vb:raw fci.year}</div>
                </div>                               
                <!-- /main -->
        </vb:if>
        {vb:raw footer}
</body>
</html>


Marv 03-14-2010 06:15 AM

Quote:

Originally Posted by Paul M (Post 2002979)
Not sure if I will have kept them, but If I have I'll look when I get chance.

Dropped you a copy of the last PM.

insidedesign 03-14-2010 09:42 PM

I am looking to change the directory name of the flashchat script. How will that effect the "Flashchat 6 Integration for vBulletin 4.0 plugin?

Paul M 03-15-2010 11:34 AM

It will probably break something.

TazDevilLooney 03-15-2010 12:43 PM

Hi insidedesign,

Were do you put that lovely code you produced?

insidedesign 03-17-2010 04:22 PM

Quote:

Originally Posted by Paul M (Post 2004027)
It will probably break something.

lol figured. ;)

insidedesign 03-17-2010 04:23 PM

Quote:

Originally Posted by insidedesign (Post 2003219)
Figured it out. I simply looked at how other plug-ins were implementing template conditions.

Here is what I ended up with, within the flashchat template:
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
        {vb:raw headinclude}
        <title>{vb:phrase flashchat_title}</title>
        {vb:raw headinclude_bottom}
</head>
        <body>
        {vb:raw header}
        {vb:raw navbar}
        <vb:if condition="$bbuserinfo['userid'] == 0">
                <p>Please login above to view the chatroom.</p>
        <vb:else />
                <!-- main -->
                <!-- $Id: Flashchat-vb-integration.xml,v 1.15 2010/03/12 01:04:10 pem Exp $ -->
                <div id="fci_div" class="block">
                        <h2 align="center" class="blockhead">{vb:phrase flashchat_title}</h2>
                        <iframe style="border: 0px" width="100%" height="{vb:raw fci.height}" src="{vb:raw fci.fcpath}/flashchat.php{vb:raw fci.room}"></iframe>
                        <div class="blocksubhead" style="text-align: center;">{vb:phrase flashchat_title} &copy; {vb:raw fci.year}</div>
                </div>                               
                <!-- /main -->
        </vb:if>
        {vb:raw footer}
</body>
</html>


Quote:

Originally Posted by TazDevilLooney (Post 2004066)
Hi insidedesign,

Were do you put that lovely code you produced?



Styles & Templates -> Style Manager -> Edit Templates for Default Style -> FlashChat

gsmlover4u 03-22-2010 09:52 AM

https://vborg.vbsupport.ru/showthread.php?t=237490
can we make it popup
after login in forum
flash chat (chat room) can popup ?
if yes then how ?

Rahstyles 03-22-2010 11:05 PM

Wheres the whos chatting part?

Paul M 03-22-2010 11:35 PM

Who is chatting is a separate mod.

Rahstyles 03-23-2010 01:15 AM

Quote:

Originally Posted by Paul M (Post 2008472)
Who is chatting is a separate mod.

Link please??

Silvio 03-24-2010 09:50 PM

Hi Paul, and again ty for your gorgeous hacks

I've upgraded my live site to vb4.0.2 pl2 from 3.7.6pl2
Are many years that I am using with great sattisfaction flashchat and your integration.
I know the system quite well and I never got issues.This time is a little bit different.
All seems to work smootly (flashchat integration 407 - Flashchcat 607 - vb 402pl2)
BUT when click on the disconnect button the page won't go back to forum but reload itself again adressing you again into flashchat room and not to forum pages.
It was long time since my last install so for sure i forgot something...but what? ...lol pls help

I apologise for my terrible English

ty so much, any help will be appreciated
regards
ciao

basilrath 03-25-2010 08:45 AM

I have the same problem but other than that it works fantastic

TCB 03-25-2010 11:26 AM

Thanks again :D

Btw, on top of the chat (and in the top of the browser), it says "FlashChat 6 Integration". Is it possible to change that to a title of choice (like: Mac Chat)?

basilrath 03-25-2010 12:07 PM

If you mean the browser as in the tab and the heading at the top of the Chat frame then just change the phrase in

Languages and Phrases>search in phrases>

Change - FlashChat 6 Integration

To what you like

Paul M 03-25-2010 12:19 PM

Quote:

Originally Posted by Silvio (Post 2009669)
Hi Paul, and again ty for your gorgeous hacks

I've upgraded my live site to vb4.0.2 pl2 from 3.7.6pl2
Are many years that I am using with great sattisfaction flashchat and your integration.
I know the system quite well and I never got issues.This time is a little bit different.
All seems to work smootly (flashchat integration 407 - Flashchcat 607 - vb 402pl2)
BUT when click on the disconnect button the page won't go back to forum but reload itself again adressing you again into flashchat room and not to forum pages.
It was long time since my last install so for sure i forgot something...but what? ...lol pls help

I apologise for my terrible English

ty so much, any help will be appreciated
regards
ciao


That is a setting within Flashchat - not related to this mod - its something along the lines of redirect on logout (in the admin settings).

basilrath 03-25-2010 02:11 PM

Just a little addition to alert those to when members are actually in the Chat area

find {vb:raw wic.list}

and insert your path to the flashing icon before the above line of code eg ..............
<img src="/your/path/to/image">{vb:raw wic.list}

Just alerts visually with an icon when someone is actually in the chat area

http://www.tabletennistalk.co.uk/image/member-chat.gif

like HERE (if someone is in my chatroom of course) if not pic below

http://www.tabletennistalk.co.uk/image/dump.jpg

TeknoSounds 03-26-2010 04:19 AM

Anyone know if its possible to move the Chat link to the Forum sub-menus and even include an ajax # of who's online? Like in VSa's Advanced New Posts...but for showing who's in chat. And it'd be really dope if the drop-down of it showed the names of the people...

prolly will have to be another mod tho I imagine?


All times are GMT. The time now is 01:24 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.01395 seconds
  • Memory Usage 1,833KB
  • 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
  • (2)bbcode_code_printable
  • (13)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
  • (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