can i integrate chat?

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2007, 08:33 PM
New Pligger
 
Join Date: Jan 2007
Posts: 2
is there a chat module that will work well with pligg?
i am looking/ hoping to install something like php live chat. will this program integrate with pligg? if not is there some other form of chat software that i can use to integrate?
Reply With Quote
  #2 (permalink)  
Old 01-21-2007, 01:27 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,802
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
I know a long way around this, which will cost you $5. It's a long workaround for a simple problem, and a lot of it is just me guessing that it will work because I haven't tried this yet.
  1. Install Pligg
  2. Download and install PHPBB
  3. Download and install the PHPBB Module for Pligg, this "allows users logging into your Pligg site to also be logged into a local phpBB2 install."
  4. Once you have confirmed that PHPBB has successfully integrated with Pligg buy FlashChat from Tufat.com (great site)
  5. When installing FlashChat, choose the integration with PHPBB database option and it should be able to hook in with all of your users automatically.

Now Available: Facebook Connect Module !
Reply With Quote
  #3 (permalink)  
Old 01-21-2007, 03:30 PM
Pligg Donor/Designer
 
Join Date: Jan 2006
Posts: 103
Quote:
Download and install the PHPBB Module for Pligg, this "allows users logging into your Pligg site to also be logged into a local phpBB2 install.
What do you do with the files and where do you put them? Thanks!
Reply With Quote
  #4 (permalink)  
Old 01-22-2007, 01:08 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,802
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
I made a video tutorial just for you mightyb. It demonstrates how to install and configure the phpbb module. I suggest the high resolution download if you are going to try to read all of that text, youtube doesn't do it justice.
YouTube - Pligg PHPBB Module
If you are able to see this message it means that you don't have flash installed or that the video server is down.

Grab the high-resolution version from Rapidshare
Runtime: 3 minutes exactly
Difficulty: Easy

Now Available: Facebook Connect Module !

Last edited by Yankidank; 05-29-2008 at 10:34 PM.
Reply With Quote
  #5 (permalink)  
Old 01-22-2007, 12:10 PM
Pligg Donor/Designer
 
Join Date: Jan 2006
Posts: 103
Legend! i now have a working forum.


Whenever a new user registers they get this however:

PHP Code:
http://www.mydomain.co.uk/modules/phpbb2/create_user.php?username=username&password=password&email=email&return=/user.php?login=username 
Apart from that its all good.

PS: Its not just me who will find this useful
Reply With Quote
  #6 (permalink)  
Old 01-23-2007, 12:01 AM
New Pligger
 
Join Date: Jul 2006
Posts: 11
I made cbox to work with my pligg installation. It works with ajax too!

check my site here: http://www.insidecaraga.uk.to
Reply With Quote
  #7 (permalink)  
Old 01-23-2007, 08:17 AM
New Pligger
 
Join Date: Jul 2006
Posts: 12
Quote:
Originally Posted by endph View Post
I made cbox to work with my pligg installation. It works with ajax too!

check my site here: http://www.insidecaraga.uk.to

Could you share how you did the cbox so we all can have it? You did a great job........thank for sharing it....
Reply With Quote
  #8 (permalink)  
Old 01-23-2007, 09:08 AM
Pligg Donor/Designer
 
Join Date: Jan 2006
Posts: 103
You can use an ajax shoutbox or chatbox. There are a lot of good ones free. Like http://yurivish.com/yshout/ What you do then is follow their install/integration instructions. If you want it to show only to loged in users, stick this around the empty div tag in yshout's case:

PHP Code:
{if $user_authenticated eq true}

{/if} 
Reply With Quote
  #9 (permalink)  
Old 01-24-2007, 05:28 AM
New Pligger
 
Join Date: Jul 2006
Posts: 11
Quote:
Originally Posted by alaink2 View Post
Could you share how you did the cbox so we all can have it? You did a great job........thank for sharing it....
Ok, here's how I do it

1. create a tpl file and name it shoutbox.tpl

then paste this code inside

Quote:
<li>
<div class="box" id="shoutbox">
<h1><span class="expand"><a id="exprss" class="expand-up"></a></span><a class="htitle">Shoutbox</a></h1>
<!-- CBOX CODE HERE -->
</div>
</li>
2. upload your shoutbox.tpl file inside your sidebar_modules folder

3. after that edit your sidebar.tpl

then add this code anywhere you want your shoutbox to appear.

Quote:
{assign var=sidebar_module value="shoutbox"}{include file=$the_template_sidebar_modules."/shoutbox.tpl"}
There you have it! Enjoy!

Last edited by endph; 01-24-2007 at 05:31 AM.
Reply With Quote
  #10 (permalink)  
Old 02-21-2007, 04:04 PM
New Pligger
 
Join Date: Nov 2006
Posts: 6
Wow...this thread seems all too complicated when you can go to incircles.com and choose your style (horizontal or vertical, color, etc) then just grab the couple of lines of code and paste in your site. You will have real-time chat running in less than 5 minutes.

This chat client was added to http://www.trustme.com if you want to see an example running.

Incircles is coming out of "alpha" and going to "beta" in a week or two. The new version will be way more configurable and they are also working on an API so when a user logs into your site, their name appears on the chat client (instead of guest). They also said they would be happy to help some sites out with branding by adding their custom logos.

One more bonus is they have also sent traffic as they highlight sites using their client

The best part is that it's completely FREE
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ajax Chat v0.2 for Pligg CMS 1.0 chuckroast Modules for Sale 3 12-17-2009 08:41 PM
How to integrate Pligg & PHPBB? slick33 Questions and Comments 0 09-21-2008 12:46 PM
Reque$t: Integrate Blueimp ajax chat with Pligg catchpen Questions and Comments 4 03-16-2008 05:53 PM
Who´s online and logged chat tbones Questions and Comments 11 02-06-2008 08:39 AM
Open Source Chat Software TrailofDead Questions and Comments 0 03-06-2007 09:45 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development