Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > 123 Flash Chat Server Software > 123 Flash Chat Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-26-2011, 02:14 PM
Senior Member
 
Join Date: May 2011
Posts: 214
Default Direct URL to a room

I want to create a room where users can meet up in and get to try the chat.
In the months that we've had the chat up, there have been less than a handful of people who cared to try it. I want to try and simplify access for them, sending them into just one room where they can meet up.

I need to create a link somewhere on the joomla site so that when users click on that link, they are sent directly into that room.


How do I set a URL for a specific room, so that I can have a direct link to that room on the Joomla site. I see options for instant messenger but cannot find any information on how to create a direct url to just one room.

This way, maybe we can find a way to tempt them to use it. Right now, when they enter into the main area, the feedback is that they are confused on what to do. To me, that means a lot of low tech people but I've also seen that new things are hard for first time users.

How can I create the link?
Reply With Quote
  #2 (permalink)  
Old 09-27-2011, 03:44 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Use the parameter init_room.

More details: Chat Client Parameters - User Manual of 123 Flash Chat Server Software Version 9.2

If you don't know how to add it, please send a ticket to support@123flashchat.com, our support will do it for you.
Reply With Quote
  #3 (permalink)  
Old 09-27-2011, 03:49 AM
Senior Member
 
Join Date: May 2011
Posts: 214
Default

Thank you, I'll take a look at this.
Reply With Quote
  #4 (permalink)  
Old 09-27-2011, 10:53 PM
Senior Member
 
Join Date: May 2011
Posts: 214
Default

The examples show how to use this when building up a web page. How can I use this in a simple URL as a menu item in Joomla.

Thanks.
Reply With Quote
  #5 (permalink)  
Old 09-28-2011, 02:46 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

The code as the following:

<?php


if(!empty($_POST['username'])&&!empty($_POST['password'])){
$user = "&init_user=".rawurlencode ($_POST['username'])."&init_password=".rawurlencode($_POST['password']);

}

$swf_url = 'http://<your chat client>/123flashchat.swf?init_host=<your host server ip>&init_port=51127<if you have changed it, you need to change it>&init_group=default&init_room="<your room id>".$user;

?>


If you still can't add it, please send a ticket to our support, we will do it for you.
Have a try!
Reply With Quote
  #6 (permalink)  
Old 09-28-2011, 03:07 AM
Senior Member
 
Join Date: May 2011
Posts: 214
Default

Ok, so in your example, one must create a php page and call that up in the menu?

There is no shorter way to do this as simply a url in a menu item?

Thanks.
Reply With Quote
  #7 (permalink)  
Old 09-28-2011, 08:42 AM
Administrator
 
Join Date: Dec 2008
Posts: 577
Default

Quote:
Originally Posted by lewism View Post
Ok, so in your example, one must create a php page and call that up in the menu?

There is no shorter way to do this as simply a url in a menu item?

Thanks.
Sure, you can do it in one of methods, such as jsp, asp or php , but the php is recommended.

As different chat has different situations, about the links in the code, you need to check with our support via email.

Please send us a ticket.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:03 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.