[RC] Free phpBB Chat of 123 Flash Chat

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

Re: [RC] Free phpBB Chat of 123 Flash Chat

Postby millougriega » 30 Oct 2010, 13:21

Can I install it in a subsilver2 forum?
millougriega    
Crewman
Crewman
 
Posts: 1
Joined: 11 Oct 2010, 09:32
Gender: Female
phpBB Knowledge: 1


Re: [RC] Free phpBB Chat of 123 Flash Chat

Postby 123flashchat » 03 May 2011, 04:01

millougriega wrote:Can I install it in a subsilver2 forum?


Sure, 123 Flash Chat can be integrated with subsilver2.

You can refer to http://www.123flashchat.com/phpbb_chat.html

First, you need to install 123 Flash Chat: http://www.123flashchat.com/download.html
Then download phpbb 3.x chat module: http://www.123flashchat.com/download/phpbb_mod_for_123flashchat.zip
At last integration, you can refer the README is the zip file, or view this page: http://www.123flashchat.com/phpbb3-install-mod

After the integration is done, a free hosted chat room will be added to your subsilver2 forum.
User avatar
123flashchat
Cadet I
Cadet I
 
Posts: 11
Joined: 24 Jan 2010, 21:40
Gender: Female
phpBB Knowledge: 10

Re: [RC] Free phpBB Chat of 123 Flash Chat

Postby Mjølner » 14 Jun 2011, 05:15

I have a hosted version of 123FlashChat on my phpBB board, integrated using the URL authorization.

I have many 1000's registered users on the board but only a few usergroups which I want to give access. Is it possible to base access on a phpBB usergroup level?

If not - can the speakers option be used or what does that do, when integrated with phpBB?
Mjølner    
Crewman
Crewman
 
Posts: 1
Joined: 14 Jun 2011, 05:09
Gender: Male
phpBB Knowledge: 6

Re: [RC] Free phpBB Chat of 123 Flash Chat

Postby 123flashchat » 20 Oct 2011, 21:47

I have a hosted version of 123FlashChat on my phpBB board, integrated using the URL authorization.
I have many 1000's registered users on the board but only a few usergroups which I want to give access. Is it possible to base access on a phpBB usergroup level?
If not - can the speakers option be used or what does that do, when integrated with phpBB?


Yes, of course.
Just only modify the file login_chat.php, and add some select cases there. If you don’t know how to do it, please tell us which groups id you don’t want to login.

Code: Select all
if (!empty($row['user_password']))
{
if (($password ==$row['user_password']) || phpbb_check_hash($password ,$row['user_password']))
{
if ($row['user_type'] == 3)
{
echo FC_LOGIN_SUCCESS_ADMIN;
}
else
{
echo FC_LOGIN_SUCCESS;
}
}
else
{
echo FC_LOGIN_ERROR_PASSWD;
}
}
else
{
echo FC_LOGIN_ERROR_NOUSERID;
}
}
else
{
echo FC_LOGIN_ERROR;
}
User avatar
123flashchat
Cadet I
Cadet I
 
Posts: 11
Joined: 24 Jan 2010, 21:40
Gender: Female
phpBB Knowledge: 10

Previous

Return to phpBB3 Customizations

Who is online

Users browsing this forum: Majestic-12 [Bot] and 15 guests