Link to Mod (http://mods.simplemachines.org/index.php?mod=334)
This mod adds an extra field for Google Talk accounts to the popular messengers list.
Version history:
Version 1.0.2:
- Made the mod compatible with SMF 1.1, 1.1.1, 1.1.2, 1.1.3;
Version 1.0.1:
- Made the mod compatible with SMF 1.1 RC3;
- Fixed an undefined index error;
Wahey at last a googletalk mod!
I've installed it, but it doesn't show up anywhere. I cannot see the field to insert the Google Talk username, it's supposed to be in user profile. I use SMF rc2, and I don't use the defaul theme. But the small icon should be in themes/default/images I guess, and it's not. Any idea to fix it? Thank you ;D
You'll have to modify the actual files it modifies in the default theme.
lol Ghost, the problem is that I ain't got a single clue about HOW heheh :D
heh, just a little mention, this sorta identical to my Gmail Field mod, only this works for RC2...
So, its effectivly better than my gmail field mod. ;)
-AwwLilMaggie
Quote from: stefano8663 on June 08, 2006, 05:57:04 AM
lol Ghost, the problem is that I ain't got a single clue about HOW heheh :D
I ain't too ^^
I was getting an error log filled with Undefined variable: message every time someone viewed a profile. I found the culprit in this mod. I am running SMF 1.1RC3.
I changed 1 line in Profile.template.php
From:
<td>' .(!empty($context['member']['options']['gtalk']) ? '<a href="mailto:' . $message['member']['options']['gtalk'] . '">'.$context['member']['options']['gtalk'].'</a>' : ''). '</td>
To:
<td>' .(!empty($context['member']['options']['gtalk']) ? '<a href="mailto:' . $context['member']['options']['gtalk'] . '">'.$context['member']['options']['gtalk'].'</a>' : ''). '</td>
Hello,
I'm running 1.1 RC3 too and when I tried to install this mod this error appeared:
Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.
Install Actions
2. Execute Modification modification.xml Modification parse error
3. Execute Modification - Modification parse error
I did the changes that linuxcat mentioned but at the modification.xml file not at the Profile.template.php
and nothinh happened!
Can you help me? I really want to install this mod! It's very useful!
Thank's!
And
Anyone...?
I'm getting forum errors (via log file):
(and the URL being reported isn't the correct link to the profile that produced the error)
8: Undefined index: options
File: /home/laibcom/public_html/boards/Themes/leviathan/Profile.template.php (eval?)
Line: 1595
and
8: Undefined index: gtalk
File: /home/laibcom/public_html/boards/Themes/leviathan/Profile.template.php (eval?)
Line: 1595
I tested this with the core theme and other themes just in case and triple-checked the theme edits, all are fine and correct, and the error appears to any themes under v1.1 RC3.
Thanks!!
Não há acções de instalação ou desinstalação definidas!
Btw this updated zip contains the package file that will work with 1.1.2
I've made an alternative gtalk.gif for people to use if they want:
(http://img.photobucket.com/albums/v224/distantj/gtalk.gif)
installed this, no errors, but I dont see the google talk field anywhere. What needs to be modified to get this working?
If you're using a custom theme that has it's own Display.template.php and/or Profile.template.php then you'd need to edit those files.
-ALM
Just released a new version that's also compatible with the recent versions of the SMF 1.1 branch. :)
SMF Version: SMF 1.1.3
Can anyone please tell me how to put the GMAIL Icon in the memberlist? Like I installed the google talk mod and its only in the profile, How can I make it show in the Memberlist?
Please I need replys!
Please I really do!
Now this is just cruel, no ones replying and its been 2 days
Can you please not spam?
Edit the memberlist.template.php.
could you please not tell me what to do?
and what part of memerlist.template.php?
.............
Guys please I need help with this!
Quote from: Dud on August 04, 2007, 08:43:21 PM
could you please not tell me what to do?
Maybe he cant, but
I can.
I did try to get the gmail icon on the member list before, but is this for Google Talk or my Gmail Field (http://custom.simplemachines.org/mods/index.php?mod=160) mod?
-ALM
Quote from: ALM on August 28, 2007, 05:31:50 AM
Quote from: Dud on August 04, 2007, 08:43:21 PM
could you please not tell me what to do?
Maybe he cant, but I can.
I did try to get the gmail icon on the member list before, but is this for Google Talk or my Gmail Field (http://custom.simplemachines.org/mods/index.php?mod=160) mod?
-ALM
google talk.....
Can somebody come up with a mod (unified) that will add gmail, xfire, MySpaceIm & (here is the kicker) display them on the members page as well as an administration option to disable them?
Small problem, the Googletalk icon doesn't show up. Only the words "GoogleTalk" below a members name
You need to upload the image into your themes's images directory.
Ahhh, ok thank you! :D
I know that no one has posted to this in over 120 days, but...
I was wondering how to get the Member List to have a column for Gtalk.
I tried to change the code by adding a line in this section:
<td class="windowbg2">', $member['icq']['link'], '</td>
<td class="windowbg2">', $member['aim']['link'], '</td>
<td class="windowbg2">', $member['yim']['link'], '</td>
<td class="windowbg2">', $member['msn']['link'], '</td>
<td class="windowbg2">', $member['gtalk']['link'], '</td>
but that just made the columns all messed up. I know that there must be code for the column headers, but I'm not that good with the code. :(
Any help that you could give me would be greatly appreciated.
can you make it compatible with 1.1.6??
id like to add this Mod to my forum
Will there be a 2.0beta4 version?
Another request for the proper updates to the default 1.1.7 Memberlist.template.php in order to get the gtalk column/icons to appear.
I installed the mod, but it doesn't show. It shows in the profile edit screen, but on the forum its not there