Go Back   Pligg CMS Forum > Pligg Development > Pligg Modules

Reply
 
LinkBack Thread Tools
Gtalk v0.1 Details »»
Gtalk v0.1
Version: 0.0.1, by chuckroast (Coder/Designer) chuckroast is offline
Developer Last Online: Dec 2008 Show Printable Version Email this Page

Version: Beta 9.9.0 Rating: (2 votes - 5.00 average) Licence: Affero GPL
Released: 12-15-2007 Last Update: Never Installs: 5
Uses Plugins Auto-Templates External Content Is in Beta Stage  
No support by the author.

Add Google Talk functions to your Pligg site.


1. Unzip gtalk.zip
2. Upload gtalk folder to yoursite/modules/
3. Activate the module in module management.
4. Create a link to yoursite/module.php?module=gtalk

Download Now

File Type: zip gtalk.zip (2.8 KB, 495 views)

Screenshots

File Type: png GTALK-TEASER.png (48.2 KB, 277 views)

Licence Agreement

The Affero GPL can be read by following this URL.

Show Your Support

  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12 (permalink)  
Old 12-17-2007, 09:01 AM
modernste's Avatar
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: yget
 
Join Date: Nov 2007
Posts: 43
Thanks: 6
Thanked 5 Times in 5 Posts
just installed it, works like a champ. fantastic addition.
Reply With Quote
  #13 (permalink)  
Old 12-18-2007, 05:45 PM
New Pligger
 
Join Date: Jun 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Very fine job

Quote:
Originally Posted by chuckroast View Post
Add Google Talk functions to your Pligg site.


1. Unzip gtalk.zip
2. Upload gtalk folder to yoursite/modules/
3. Activate the module in module management.
4. Create a link to yoursite/module.php?module=gtalk
? Where and how I create a link please?
Create a link to yoursite/module.php?module=gtalk
ex. citytv.in/module.php?module=gtalk

This link must be place where exact?
Thanks because all is fine just I dont know where to place this link. I just tried under categories, but this is wrong I have seen..

Thanks to advice me please,
Reply With Quote
  #14 (permalink)  
Old 12-24-2007, 05:49 PM
New Pligger
Pligg Version: 9.1
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nice module

Keep up the good work
Reply With Quote
  #15 (permalink)  
Old 12-24-2007, 09:00 PM
fhelik's Avatar
Casual Pligger
Pligg Version: 9.82
Pligg Template: jget
 
Join Date: Dec 2007
Location: Boston
Posts: 43
Thanks: 2
Thanked 4 Times in 2 Posts
Very good!

Very good!
Reply With Quote
  #16 (permalink)  
Old 12-27-2007, 01:29 PM
New Pligger
Pligg Version: 8.5
Pligg Template: yget
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks!

Thanks, works great!
Reply With Quote
  #17 (permalink)  
Old 12-27-2007, 03:50 PM
New Pligger
 
Join Date: Sep 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
wow gr8

wow gr8 idea to attrace more visitor
Reply With Quote
  #18 (permalink)  
Old 12-29-2007, 08:31 AM
New Pligger
Pligg Version: 9.8
Pligg Template: free
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
very very goog,very very thanks
Reply With Quote
  #19 (permalink)  
Old 01-06-2008, 04:17 PM
New Pligger
Pligg Version: Pligg Beta 9.9.0
Pligg Template: Default
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
thanks
Reply With Quote
  #20 (permalink)  
Old 01-06-2008, 05:48 PM
redwine's Avatar
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom templat
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
That's a great idea and work!

Thanks chuckroast. I am going to try it immediately. Great work!
Reply With Quote
  #21 (permalink)  
Old 01-06-2008, 06:29 PM
redwine's Avatar
Pligg Donor
Pligg Version: 9.8
Pligg Template: custom templat
 
Join Date: Jul 2007
Location: Canada
Posts: 216
Thanks: 20
Thanked 102 Times in 65 Posts
Create a link

Quote:
Originally Posted by duglenet View Post
? Where and how I create a link please?
Create a link to yoursite/module.php?module=gtalk
ex. citytv.in/module.php?module=gtalk

This link must be place where exact?
Thanks because all is fine just I dont know where to place this link. I just tried under categories, but this is wrong I have seen..

Thanks to advice me please,
Open /libs/html1.php

If you are using URL method 1 then find this:
if ($URLMethod == 1) {
and anywhere whithin this function add:

Code:
If ($x == "gtalk") {return my_pligg_base."/module.php?module=gtalk";}
Then find this:
function SetSmartyURLs($main_smarty) {

and anywhere within the function add this code:

Code:
$main_smarty->assign('URL_gtalk', getmyurl("gtalk"));
Save and close.

To link to gtalk, you can put the link anywhere. For instance, in the top main.
Open /templates/yourtemplate/header.tpl and add this to the section where we check if the user is logged in because you don't want that people have access to it without being registered.

Find this:
{if $user_authenticated eq true}

and add this code anywhere after the "Home" link. The red font part is optional. That is what I use to separate the links.

Code:
 | 
    <a href="{$URL_gtalk}"> Gtalk</a>
   &nbsp;|&nbsp; 
Save and close.
Reply With Quote
Reply

Thread Tools
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
Simple Private Messaging v0.1 ameran Module Support 2 08-06-2008 03:30 PM
Better Captcha for Pligg v0.1 dollars5 Modification Tutorials 5 02-23-2008 11:36 AM
[SOLVED] Live not working in 9.8 yget trailonu Bug Report 9 10-29-2007 10:28 AM
Private Messaging v0.1 Sadmir "yget" 1 04-22-2007 01:53 AM
Ajax Contact Form v0.1 Sadmir General Help 1 03-26-2007 12:39 PM


Search Engine Friendly URLs by vBSEO 3.2.0