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 5 or 6 : Integration for vBulletin 3.8 (https://vborg.vbsupport.ru/showthread.php?t=201210)

packinair 02-07-2009 12:22 AM

I must be a moron but I can not figure out for the life of me how to add a link in the navbar:confused:

DanaRVT 02-07-2009 08:39 AM

Still waiting to find out why when users click the logout button, instead of reverting the entire page back to the index, we get a login box as well as the homepage in a new window. In previous versions we didn't ever see the login box after logging out. Help please!

Paul M 02-07-2009 11:36 AM

That is a flashchat setting, nothing to do with this modification.

DanaRVT 02-07-2009 12:03 PM

Except that when Flashchat is run as standalone without your mod, and I click the logout button it behaves as it should, closing the window as directed and popping up the homepage in a new window, as directed.

On your previous version of this mod, there was a setting we needed to change in the code, to redirect chat upon logout to the homepage, as _parent.... and that worked fine.

MrD 02-08-2009 12:11 PM

Hi,
Same Prob. as Dana.
In FC4 Integration you write in the Readme.
Quote:

Step 3. (optional)

Edit ../chat/inc/config.php

Find ;

'redirect' => false, // redirectURL must be a valid URL
'url' => 'http://www.tufat.com/chat.php', // 'redirect' must be set to true for this to work
'window' => '_blank', // the window to open into. possible values: _blank, _self, _parent, or a named window

Replace with ;

'redirect' => true,
'url' => '/forum/index.php?', // make sure this points to your forum home page //
'window' => '_parent',
But in FC5 it?s not possible, a New Window open with the Forum index.

Paul M 02-08-2009 12:57 PM

Like I said, this is a Flashchat setting, even in FC4.

I simply provided instructions on how to modify the FC4 config as it was quite simple to do. FC5 uses a totally different system for config changes, you need to ask Flashchat support.

Ohiosweetheart 02-08-2009 01:12 PM

ok call me dense.... no don't. ;)

Paul are we to follow the integration instructions with the Flashchat install or the integration instructions here. or both?

MrD 02-08-2009 02:01 PM

Hi Paul,
any idea?
Quote:

Originally Posted by MrD (Post 1720487)
Hi,
the who is online is not displayed correctly.
Under Location
Unknown Location: /srv/www/vhosts/domain/httpdocs/chatgetxml.php

it?s a fresh FC 5.0.10 install and the actually Version from the addon?

Paul M 02-08-2009 04:32 PM

Sorry, but I have FC 5.0.10 and there is no file by that name in it.

MrD 02-09-2009 11:50 AM

Hi Paul,
i Think, it?s a error in the Path?
it?s a missing /
/srv/www/vhosts/domain/httpdocs/chat/getxml.php

But i found nothing to type the path.

Paul M 02-09-2009 04:45 PM

That path is coming from vbulletin, cant imagine why it is wrong - but since the correct filename is getxml then the mod will not recognise chatgetxml.

MrD 02-09-2009 07:21 PM

Hi,
chatgetxml has the Missing / on the path.
But if i use FC 4 and your FC4 integration it works correctly.

The error come with a update to 3.8.1 and FC 5

Alexey? 02-10-2009 05:07 PM

sounds good , i will download it

Redzzand 02-10-2009 10:25 PM

is there any way to add flashchat to forumdisplay? or any other page for that matter? like the arcade?

thanks in advance,

redz

EagleNick 02-13-2009 09:16 PM

Hi Paul,

I have followed all instructions and the chat is working fine on my forum for the most part. But the only groups that are being permitted to access the chat are Administrators and Registered Users (despite my individual usergroup settings).

I have followed all of your instructions and those from FlashChat.

How do I resolve this issue? Thanks.

Paul M 02-13-2009 09:20 PM

As it says ;

Quote:

Support: Please check the instructions, and make sure you have uploaded any files to the correct location - the vast majority of problems reported are due to an error made in editing or uploading files. If you are still stuck and want me to take a look then feel free to PM me your site address, an admin user, and ftp access details, without these I cannot help you. I will look when I have time

EagleNick 02-14-2009 11:30 AM

Quote:

Originally Posted by Paul M (Post 1743268)
As it says ;

I re-installed. And this time, I didn't overwrite the inc/cmses file with yours, OR make the file edit. All I did was import the product, and it's working like a charm... usergroup permissions and everything.

phreak79 02-14-2009 05:44 PM

Hi guys,

Tried to install this today and am not having much luck.

When I first tried I got onto stage 2, the tables were created etc. but instead of moving to stage 3 I got a blank page.

Now whenever I try to reinstall I get File writing functions exists: No and File rename permission: No errors. I've 777'd the temp/appdata folders as suggested in previous problems of this nature, and the furl_open wotsit is on.

Any ideas what the problem could be? I'm trying to install a vBulletin install if that helps.

Rene Kriest 02-16-2009 10:39 AM

Great addon, works like a charme. Thank you! :)

gamerfu 02-17-2009 06:59 AM

Why do I recieve this error when I try to update Registered Users in AdminCP from having chat access?

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Registered Users',
        `description` = '',
        `usertitle` = '',
        `opentag` = '',
        `closetag` = '',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `forumpermissions` = '655479',
        `genericpermissions` = '33554432',
        `attachlimit` = '0',
        `pmquota` = '0',
        `pmpermissions` = '0',
        `pmsendmax` = '1',
        `pmthrottlequantity` = '',
        `calendarpermissions` = '17',
        `wolpermissions` = '1',
        `adminpermissions` = '0',
        `genericpermissions2` = '0',
        `genericoptions` = '54',
        `profilepicmaxwidth` = '150',
        `profilepicmaxheight` = '150',
        `profilepicmaxsize` = '165535',
        `avatarmaxwidth` = '100',
        `avatarmaxheight` = '100',
        `avatarmaxsize` = '165535',
        `signaturepermissions` = '8',
        `sigpicmaxwidth` = '450',
        `sigpicmaxheight` = '200',
        `sigpicmaxsize` = '165535',
        `sigmaxrawchars` = '1000',
        `sigmaxchars` = '500',
        `sigmaxlines` = '7',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '1',
        `albumpermissions` = '0',
        `albumpicmaxwidth` = '600',
        `albumpicmaxheight` = '600',
        `albumpicmaxsize` = '100000',
        `albummaxpics` = '100',
        `albummaxsize` = '0',
        `usercsspermissions` = '0',
        `visitormessagepermissions` = '0',
        `socialgrouppermissions` = '16',
        `maximumsocialgroups` = '',
        `groupiconmaxsize` = '',
        `awardpermissions` = '1',
        `fcpermissions` = '32'
WHERE usergroupid=2;

MySQL Error  : Unknown column 'pmthrottlequantity' in 'field list'
Error Number  : 1054
Request Date  : Tuesday, February 17th 2009 @ 04:57:47 PM
Error Date    : Tuesday, February 17th 2009 @ 04:57:47 PM
Script        : http://vbtest.1atk.com/admincp/usergroup.php?do=update
Referrer      : http://vbtest.1atk.com/admincp/userg...&usergroupid=2
IP Address    : XXX.XXX.XXX.XXX
Username      : XXXX
Classname    : vB_Database
MySQL Version : 5.0.67-community-log


spirittina 02-17-2009 08:19 AM

awesome thankyou very much

goxy63 02-17-2009 03:52 PM

Just two small questions
I installed previous version of this program 'Flashchat: Integration for vB 3.7'
Since than I upgraded Vb to 3.8.1 everything is still working just the same....

1.
Is it recommended that I upgrade to this version or not !?

2.
If I want to upgrade
just to owervrite uploaded files and set overwrite in "Add/Import Product Menager"

Just simple answer to these two

Thanks a lot for this great hack

Paul M 02-17-2009 04:18 PM

If everything is working as you want then you dont need to upgrade.

Paul M 02-17-2009 04:20 PM

Quote:

Originally Posted by gamerfu (Post 1746609)
Why do I recieve this error when I try to update Registered Users in AdminCP from having chat access?

Because you have removed another mod that used the field "pmthrottlequantity" - but not removed that mods bitfield file from your xml folder.

joe1989 03-05-2009 09:31 PM

How do I add moderators?

smnet 03-10-2009 02:27 PM

Hi Paul,

Has you (or anyone else) ever experienced a situation where users cant login?

There doesnt seem to be any recognisable reason why. some moderators cant access, some registered users cant - it doesnt seem to be related to usergroups.

I have checked the install, rechecked the install and made every check possible.

It's working for the vast majority of users but for a select few they are not auto logged in - they are asked for a user pass and this is rejected despite entering their forum credentials.

Do you have any idea what could possibly cause this?

Thanks

joe1989 03-13-2009 09:11 PM

...nobody's responding to my question...

How do you add a chatroom moderator?

popowich 03-13-2009 09:48 PM

What do you mean by chat room moderator? What do you want them to be able to do that they can't do?

Your vB admins and mods will have more privs in the chat rooms since they are in the vB admin and mod usergroups.

-Raymond

MikeDVB 03-13-2009 11:56 PM

Nevermind, I figured it out :)

joe1989 03-19-2009 04:24 AM

Quote:

Originally Posted by popowich (Post 1767478)
What do you mean by chat room moderator? What do you want them to be able to do that they can't do?

Your vB admins and mods will have more privs in the chat rooms since they are in the vB admin and mod usergroups.

-Raymond

I guess I want separate users to be forum moderators and chat room moderators. I don't want them linked, if that makes sense. I want some users to have added permissions in the forums and some different users to have added permissions in the chat room. Make sense? I have a staff team with different tasks and responsibilities, and I want some of them able to "moderate" the chat room (so to speak), while others, a different usergroup, moderates the forums.

Does that make sense?

Paul M 03-19-2009 10:35 AM

You cannot do that unless you create special chat mod/admin usergroups and add members to them.

paintballer.ie 03-19-2009 06:17 PM

.....edit

RobbieZ 03-20-2009 06:06 AM

I have 2 problems.

When i type any number in , ie. 1,2 ,3 ,4 etc. the flashChat prints out a swear word.

and the other thing is when i click the flashchat link it opens in a new link instead of inside my forum.

Paul M 03-20-2009 01:50 PM

The first is a Flashchat issue, the second is how your link is setup.

RobbieZ 03-20-2009 03:05 PM

Quote:

Originally Posted by Paul M (Post 1772583)
The first is a Flashchat issue, the second is how your link is setup.

ive added 1 = 1 in swear words.

my chat opens as http://........./chat/flashchat.php

i remember i had it as /dochatroom one or summt.

can you give me a useable link please.

Paul M 03-20-2009 04:12 PM

Read the notes in the first post.

highblue 03-26-2009 04:17 PM

I'm sure this has happened to others, but I couldn't find any mention of it.

After long days of getting the whole thing figured out, I finally got Flashchat and the bot installed correctly... and I did install the 3.8 add-on which works beautifully.

In Flashchat there are so many hoops to jump through and so many lines of code that need to be repaired -- after it's already been uploaded and then has to be fixed and uploaded again, and again and again -- that I'm not sure I'd do it again if I knew what the process entailed. But that's not the problem anymore. The chat room and the bot are installed.

But the problem is, now I have an absolute genius bot on a direct link to the server -- the chat/bot/programe/src/talk.php link -- but the same bot in my chat room is a lot more like a bumbling fool. Sure, he answers simple questions, but his IQ is probably about 80 whereas the same bot on a direct link is probably 180 or higher.

I'm not nearly as computer literate as a lot of people around here, but the one thing I'm pretty sure of is the likelihood that I caused this problem by neglecting to do something during the set-up... make that set-ups... and pluralize that to the nth degree.

Anyway, I've got a dual-personality bot on my hands... or a schizophrenic. One's a genius and the other's nearly a moron. Same bot.

Yes, I did tweak the start-up file. Yes, I uploaded more than the standard set of AIML files. I've done almost everything that everyone recommends. But obviously I overlooked one small step somewhere in the process. And right now I'm almost too tired to type because I've spent -- looking at clock -- 28 straight hours working to get a clean install of that bot. The chat room is a breeze compared to the bot... KA-THUNK

avitor 04-02-2009 04:39 PM

hi
how to make in flashchat for visitors also can use?
now only registered users can view chat
i want change this
thanks

Paul M 04-02-2009 06:33 PM

You cannot do that, the basic point of integration is that only registered forum members can access it.

avitor 04-13-2009 09:40 AM

is not posble to run the flashchat whet out integration?
eny wey for all visitors can go free and chat?
thanks


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