Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2007, 08:33 PM
New Pligger
 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
can i integrate chat?

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
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,828
Thanks: 110
Thanked 183 Times in 129 Posts
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.
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
  #3 (permalink)  
Old 01-21-2007, 03:30 PM
Designer
 
Join Date: Jan 2006
Posts: 118
Thanks: 10
Thanked 3 Times in 3 Posts
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
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,828
Thanks: 110
Thanked 183 Times in 129 Posts
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
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.

Last edited by Yankidank; 05-29-2008 at 10:34 PM..
Reply With Quote
The Following 5 Users Say Thank You to Yankidank For This Useful Post:
  #5 (permalink)  
Old 01-22-2007, 12:10 PM
Designer
 
Join Date: Jan 2006
Posts: 118
Thanks: 10
Thanked 3 Times in 3 Posts
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: 21
Thanks: 2
Thanked 3 Times in 1 Post
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: 15
Thanks: 6
Thanked 0 Times in 0 Posts
Could you share how you did the cbox so we all can have it?

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
Designer
 
Join Date: Jan 2006
Posts: 118
Thanks: 10
Thanked 3 Times in 3 Posts
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: 21
Thanks: 2
Thanked 3 Times in 1 Post
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
The Following 3 Users Say Thank You to endph For This Useful Post:
  #10 (permalink)  
Old 02-21-2007, 04:04 PM
New Pligger
 
Join Date: Nov 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
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
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
Similar Threads
Thread Thread Starter Forum Replies Last Post
How to integrate Pligg & PHPBB? slick33 General Help 0 09-21-2008 12:46 PM
Is there a current chat box Mod? auctionguy Modification Tutorials 3 04-17-2008 04:45 PM
Reque$t: Integrate Blueimp ajax chat with Pligg catchpen Modification Tutorials 4 03-16-2008 05:53 PM
Who´s online and logged chat tbones Suggestions 11 02-06-2008 08:39 AM
Open Source Chat Software TrailofDead Modification Tutorials 0 03-06-2007 09:45 AM


Search Engine Friendly URLs by vBSEO 3.2.0