phpFreeChat - Web2.0 AJAX chat server - Forum

phpFreechat related discussions.

You are not logged in.

Announcement

Please make sure to read the following thread BEFORE posting for support: http://www.phpfreechat.net/forum/viewtopic.php?id=4021
  • Index
  •  » Joomla
  •  » Integrate Php Free Chat with Joomla 1.5.1

#1 2008-03-24 19:36:54

m0nb0f
New member

Integrate Php Free Chat with Joomla 1.5.1

Hi,
I use the utChat component based on Php Free Chat Version 0.9.1 for Joomla.
It's great but I would like to show it in a position of my template like a module.
But, I only can link it to a button of the menu sad
Does anyone have any solution ?
Thanks.

Offline

 

#2 2008-07-05 08:17:04

senna
New member

Re: Integrate Php Free Chat with Joomla 1.5.1

yeah, i have some problems with joomla 1.5 and uchat so i try to join phpfreechat and joomla directly in template (i dont have patience to read the documentation of component development of joomla).

-so install freechat.
-edit your joomla template html puting this in the first line

Code:

  <?php
 
  require_once "src/phpfreechat.class.php"; // adjust to your own path
  $params["serverid"] = md5(__FILE__); // used to identify the chat
  // the full list of paramaters is on http://www.phpfreechat.net/parameters
  $chat = new phpFreeChat($params);
 
  ?>

place <?php $chat->printChat(); ?> where you want to show in your template. If you want to show in a especifc page you can use some kind of condition like

Code:

<?php
if ($_SERVER['REQUEST_URI'] == "index.php?option=com_content&view=article&id=19") // or other url, this work for SEF urls too.
{
$chat->printChat();
}
?>

Last edited by senna (2008-07-05 09:04:54)

Offline

 

#3 2010-07-10 03:54:58

ashantycapre
New member

Re: Integrate Php Free Chat with Joomla 1.5.1

Hey gUYS!!!
I can't believe this.As far as I know,Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.
So why is it that there are still questions about how Joomla be functionable enough?
how to hypnotize someone

Last edited by ashantycapre (2010-07-10 03:55:51)

Offline

 

#4 2010-08-05 14:37:35

ibrahwade
New member

Re: Integrate Php Free Chat with Joomla 1.5.1

Am using phpfree chat on my new website am designing but am failing to intergrate it with my joomla cms. 
I want the phpfree chat to be able to access my users/names in my joomla database along with their passwords so they can login with those.
Secondly i want a logged in user on my site (which is using joomla) to be able to enter the chat room without logging in again and able to get in with his user name.

Offline

 

#5 2010-08-08 01:41:45

ibrahwade
New member

Re: Integrate Php Free Chat with Joomla 1.5.1

Guys, open source software should be simple and easier to use but this phpfreechat is really stressing me, i have not had sleep for 31 hours now. It has really messed up my head and i too messed up all its files in that the parameters and some comands dont work. Though may i ask, i am not so good a software developer but atleast can try, cant we make this chat have a free version module for joomla where administrator and moderator rights work too. have to get some sleep, will pick up tomorrow.

Offline

 

#6 2010-08-08 16:28:51

Re: Integrate Php Free Chat with Joomla 1.5.1

here go to this link here http://jpfchat.com/ they have rewritten some of phpfreechat code to work with joomal,, joomla uses Mootools as the chat uses prototype which causes conflicts in joomla so  these guys were gracious enough to make a module componnent for this great chat software,, if you do use it please donate to them for thier time and effort


Station Built by the Bands,, For the Fans!!

Offline

 
  • Index
  •  » Joomla
  •  » Integrate Php Free Chat with Joomla 1.5.1

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB

©2006-2009 phpFreeChat