News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

FlashChat Integration

Started by Tyrsson, January 05, 2007, 03:44:53 AM

Previous topic - Next topic

Tyrsson

It pulls the permissions for Global moderators and admins. Beyond that people are regular users. This will not be expanded.
PM at your own risk, some I answer, if they are interesting, some I ignore.

Kindred

well, not as part of the mod, but it IS possible...


just set the check for moderator group permissions around the chat button and in the chat function...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

C4G-TK

#1262
Quote from: Kirsten07734 on November 04, 2007, 12:14:23 PM
Re:  some members being banned from chat when they haven't been banned by admin or moderator

There's a little kink.  Anyone with a primary member group, any primary member group other than admin or global moderator (groups 1 and 2 respectively), gets banned from FlashChat.  This happens even if they are also in a post-count based group.  The mere existance of a primary member group (other than group 1 or 2) screws them up for chat. 

Those in member group 1 are assigned as admins in the chat.  Those in member group 2 are assigned as moderators in the chat.

A non-coder solution is to simply remove all primary member groups (except admin and global mod) and put all member groups to which a member belongs as secondary member groups.  The headache, of course, is that when you add a list of people to a group and they don't already have a primary member group, that new group is made their new primary.

You can change each individual member's member groups from their profile.

I haven't a clue how to fix it with code.

I had this same problem previously and I edited a file in order to remedy it.  Unfortunately, I haven't had flashchat operating over the past 6 months, so I don't remember what the fix is.  Since I just reinstalled the mod again, I am running into the same problem like this again.  Once I remember what the fix was, I'll post.  I'm just posting this, so if anyone else knows the fix in the meantime they might post the fix.




UPDATE

OK, I found where I got the fix from and here it is.

http://forum.tufat.com/showthread.php?p=213326#post213326

-img removed-

simplebeer

#1263
Quote from: Kindred on September 08, 2009, 07:56:56 PM
well, not as part of the mod, but it IS possible...


just set the check for moderator group permissions around the chat button and in the chat function...

Just... :( :( :( :(

I don't think i can do that,i am pretty new with SMF, is there someone who would like to help me?

Gr
Sorry for my poor English, but i think it's probably better then your Dutch :)

C4G-TK

You could do that with the above link.  It tell you how to add membergroups, so you could always use the same area to LIMIT membergroups by deleting them

just edit the code to only allow the mod/admin groups and the rest shouldn't be able to get in at all.

-img removed-

adbrad

ok i'm not sure if this has happened to any one else or if i have done something wrong.

i'm using smf2.0rc1.2 and the flash mod version 2.1.1 and flashchat version v5.0.11

i installed flashchat and clicked to intergrate and chose smf2.0 on the list i then went to install the mod which it did apart from a few files which i had already modded as i tryed to do a manual install however i have a problem now where i install mod through package manager installing manually didn't cure problem.
now when i try to go to the home page of the forum i get this
QuoteFatal error: main() [function.require]: Failed opening required 'INC_DIR../temp/config.srv.php' (include_path='.:/usr/share/pear') in /home/sites/caringforhuskies.com/public_html/forum/chat/inc/config.srv.php on line 2

if i delete the file it refers to i then get a database error on the home page saying the tables are mising with this error
QuoteTable 'web176-smfforum.connections' doesn't exist
File: /home/sites/caringforhuskies.com/public_html/forum/Sources/Subs.php
Line: 3199

then i click on the chat button and get
QuoteFatal error: main() [function.require]: Failed opening required '/home/sites/caringforhuskies.com/public_html/forum/chat/inc/config.srv.php' (include_path='.:/usr/share/pear') in /home/sites/caringforhuskies.com/public_html/forum/chat/inc/common.php on line 77

and if i goto the admin panel and click on the flash chat setting i get
QuoteFatal error: Cannot redeclare modifyflashchatsettings() (previously declared in /home/sites/caringforhuskies.com/public_html/forum/Sources/ManageSettings.php:2012) in /home/sites/caringforhuskies.com/public_html/forum/Sources/ManageSettings.php on line 2060

if i unistall the mod i can get everything working as normal and can get to the chat by pointing the browser to chat directory.

i have no idea what is going on as i am no good with coding.

i downloaded the free version of flash chat don't know if this makes  a difference.

any help greatly apreciated

Kindred

Quote from: Tyrsson on August 21, 2009, 08:59:00 AM
Also, this mod only works for the 4.7.12 version of flashchat.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

adbrad

Quote from: Kindred on September 12, 2009, 05:29:27 PM
Quote from: Tyrsson on August 21, 2009, 08:59:00 AM
Also, this mod only works for the 4.7.12 version of flashchat.

ok thanks any idea how i can integrate thw new version of flash chat or download the old version of flash chat

Kindred

well, 5.x flashchat does link with smf with no problems and without this mod.   the only thing this mod does is present the chat in the forum wrapper and move some of the admin options into smf admin...  nothing critical.

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

adbrad

#1269
Quote from: Kindred on September 12, 2009, 06:21:22 PM
well, 5.x flashchat does link with smf with no problems and without this mod.   the only thing this mod does is present the chat in the forum wrapper and move some of the admin options into smf admin...  nothing critical.

thanks again what code do i need to add to which files to get a chat button apear and for the chat to open in new window

thanks again

Kindred

you would have to add something to the menu array function in subs.php
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

adbrad

Quote from: Kindred on September 13, 2009, 12:08:08 AM
you would have to add something to the menu array function in subs.php

thanks do you or any one else know what code i have to add

thanks

gjtoth

I've been trying to install this mod on SMF 1.1.10.  I've tried it on a fully-working board with a bunch of other mods and a fresh install with this as the only package.  Permissions have been set to 777 in the entire chat directory.   Flashchat version is 5.0.1.1  The error I get is as shown.  I would REALLY like to get this going as it's exactly what I've been looking for.


Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

adbrad

i have succesfully integrated the chat with smf2.0rc1.2 using the mod and chat 4.7.12 what i would like to do is open the chat in a new window rather than ove the top of the forum .
i selected open in new window in the setting but all i get is a full screen version in the same window as i browse the forum. i know this has been covered somewhere but can not find the info

thanks all

S.N.K.!

This Chat doesnt work on SMF 1.1.10???? Please someone answer !!!!


Planeta Moviles - Todo para tu movil en un solo lugar

Symbian, iPhone & iPod Touch y Windows Mobile

Juegos, Aplcaciones, Themes, Tutoriales, Peliculas, Software, Juegos PC y mucho mas !
Te esperamos !
-------------------------------------------------------------------------------------------
SMF: 1.1.10
Portal: SimplePortal 2.2
Theme: Overview by Dziner studio


S.N.K.! |Admin Planeta Moviles

Tyrsson

Quote from: adbrad on September 15, 2009, 03:05:37 PM
i have succesfully integrated the chat with smf2.0rc1.2 using the mod and chat 4.7.12 what i would like to do is open the chat in a new window rather than ove the top of the forum .
i selected open in new window in the setting but all i get is a full screen version in the same window as i browse the forum. i know this has been covered somewhere but can not find the info

thanks all
Which version of the mod are you using? The newest version allows you to set the width in the admincp area of modsettings.
PM at your own risk, some I answer, if they are interesting, some I ignore.

Tyrsson

Quote from: S.N.K.! on September 24, 2009, 08:23:38 PM
This Chat doesnt work on SMF 1.1.10???? Please someone answer !!!!
Yes there is a version that should work with 1.1.10. I have not had time to test it thought, but see no reason why it wouldn't work.
PM at your own risk, some I answer, if they are interesting, some I ignore.

Sakurachan

Quote from: Tyrsson on September 25, 2009, 02:58:54 AM
Quote from: S.N.K.! on September 24, 2009, 08:23:38 PM
This Chat doesnt work on SMF 1.1.10???? Please someone answer !!!!
Yes there is a version that should work with 1.1.10. I have not had time to test it thought, but see no reason why it wouldn't work.

I was also wondering the same thing..

So we can install your mod with SMF 1.1.10?
or just flash chat?

Kindred

???   you must have smf AND flashchat already installed and working before you install this mod.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: