![]() |
Quote:
I am using the remember me option and I don't have to login to chat. I have removed permission for guests to see users profiles but if we are logged into the message base at the same time we are in chat, shouldn't it still function based on our login status on the message base? |
Hi,
I have flashchat installed and the intergration oinstalled also but users are reporting that every so often flash chat freezes and they all have to exit. anyone have any idea why this is possibly happening.. Thanks |
Hi there...
I am testing the intergration on my home server. 1: I have modified the files as described, and checked. 2: All files have been uploaded, and checked. I still get a blank screen after I select vb3.5 intergration. Obviously I have done something wrong. I have two questions. When altering the section for permissions on the vbulletin35CMS.php file, can you please explain what exactly goes here.?? Is this correct.?? Is the syntax correct.?? // Set Allowed groups if (in_array( 2 ,$groups)) $userrole = Registered Users; if (in_array( 7 ,$groups)) $userrole = Paid Member; //Set Staff groups if (in_array( 5 ,$groups)) $userrole = Administrators; if (in_array( 6 ,$groups)) $userrole = ROLE_ADMIN; //Set Banned groups if (in_array( 8 ,$groups)) $userrole = Banned Users; if (in_array( 9 ,$groups)) $userrole = ROLE_NOBODY; Also, can you possibly just give some quick reasons as to why I return a blank screen after selecting the vb3.5 intergration option.?? Many thanks..!!! BTW, I installed the chat without intergration, and it works just great.!! Now I need to intergrate. |
Quote:
|
Quote:
Quote:
|
Quote:
I downloaded it from the FlashChat site and thought I should let you know that version still only has 3 brackets in the integration text file.....so probably causing some unnecessary grief. I've resolved it thanks to this thread. One small question which is possibly related to a post above. Every time I enter the chat from the VB3.5 forum I need to login to chat again. There is no prompt to 'remember me" at the chat login so possibly I have a problem with a cookie path, or a setting somewhere". Any idea where I should look? Thanks again, Steve. www.hemi6pack.com |
thanks man, nice work!
S |
All good now, thank you Paul...!!!!
|
Quote:
|
First off, Paul, thanks for taking the time to make this modification, top notch, and appreciate the time you took to post and answer questions, very helpful for all of us!
Regarding the NAVBAR.... and this post: Quote:
Code:
<td class="vbmenu_control"><a href="chat/flashchat.php" target="_blank">Chat ($totalchatters)</a></td> edit... sigh, but that $totalchatters call only works on the forumhome page... oh well, was worth a shot anyways. Once again, thanks for the mod Paul, good stuff. John |
Nevermind what I said earlier Paul, i figured it out!
I have one question. This isn't really related to this hack but where can I find the Flashchat commands that my moderators/admins can use to ban people, etc or if that's not how you ban people, how do you do it? |
type /? in chat for a list of the admin commands. /?all for a complete list.
|
Unclear as to where to upload the chat folder. Do you upload it to the root or the forum directory???
Thanks, Itworx4me |
Quote:
Quote:
|
I'm havin some problems here.
I'm getting the no permission page when I try to get into the chat or the admin page, But if I remove the code from step 3 I can get into chat. so I know I have permission issues, just not sure whats wrong. This is what I have in my vbulletin35CMS.php file: PHP Code:
|
|
Quote:
Quote:
|
Quote:
|
Quote:
The installation process is not something of mine, the only thing I can think of is if you have broken the CMS file somehow. The answer is the same as everyone else really (I'm going to add this to the main post I think) - if you want me to take a look then feel free to PM me your site address, an admin user and ftp access details, otherwise I cannot help you. The nature of 99% of problems means seeing the files etc is the only way to fix them. |
Quote:
So its recognising the cookie but doesnt carry it from the forum to the chat? I have the forum cookie set to remember me and dont have to log into the forum when I get there. Cheers, |
Quote:
This is the code cut straight from flashchat-vb-integration.txt (downloaded yesterday) It contradicts your earlier post in regards to having four brackets. Just trying to provide feedback so apologies if its taken the wrong way. Code:
Step 4. |
Quote:
|
Quote:
Quote:
Code:
// # Paul M # load permanant private rooms if Admin. Quote:
|
No probs Paul.
I cut in the entire section from the previous post and the usernames and rooms are working fine. The only issue I'm battling with is the login / cookie problem. It also has an interesting side effect in that the users in chat plugin is displaying the wrong usernames. I read a little in the applicable thread and they are interconnected but dont understand why users arent logging straight into chat when they have the "remember me" option ticked in the forum. Any thoughts? Cheers, Steve. |
Quote:
|
Quote:
|
Testpig - All mended for you. :)
|
Quote:
I'd like to list the problem here for other users, but basically I just had a bad day and screwed up a few area's. I'm quite amazed anyone could log in at all! I guess the key is to go back over the modified area's and recheck! Thanks again...... |
Thanks, Paul. Worked beautifully.
|
Can someone give me a good navbar link for flashchat? When I log into my board, then click put flashchat in my browser it logs me in correctly. When I add a link to the navbar it makes me login with username and password... Can someone give me a good link to log in properly?
Thanks, S |
Everything seems to work great i created a moderator name logged in and the chat works fine.. The Problem I have is when my users click on the link it gives them a login screen and when they try to login its sayin incorrect user name and password... Now im under the impression that if your logged into the forum that the user will log right into chat... Any ideas where i screwed up.. Ive checked my file edits and everything seems to be fine..
thanks |
If the users have not ticked 'remember me' when they logged into the forum then they will get asked to login as flashchat needs to read the cookie for auto login (Why the hell did they change the default to not ticked in 3.5 - very bloody annoying).
If they get the login screen and then the incorrect message then you could have entered the wrong licence code in the CMS file (I have seen several with the customer number, not the licence code). Or, of course, you could have screwed up ........ |
Quote:
|
(it works now! :))
any way to change smilies? / which file contains images? |
Quote:
|
of course, i was talkin' about flashchat, not about this hack :o
|
I am able to login fine without getting the login box, but for some of you who keep getting the box...
Is there anyway to add some code in the navbar template that will send the username and password to flashchat similar to: Code:
<td class="vbmenu_control"><a href="http://myforum.com/chat/flashchat.php?username=$chat['username']&password=$chat['password']&lang=en">Chat</a></td> |
No it's not possible, nor necessary.
Almost certainly those who are having to login are not using cookies, they need to tick "remember me" when they login to the forum (due to a bloody annoying change to the default behavior of vb 3.5). |
HI Paul the problem is fixed...i have correctly the tableprefix of flashchat fc_ in flashchat :-)
|
Hi there,
i have some question about FlashChat, before i decide to buy it or not: 1. is the chat very slow for dial-up / modem users? 2. can i ban users/usergroups? 3. is there an admin panel or something like this for the chat? 4. can i use the smilies from the forum or do i have to add the smilies new for the chat? 5. other important things i have to know? thx Lee |
All times are GMT. The time now is 08:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|