Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: ccbtimewiz on September 28, 2008, 01:04:37 AM

Title: GMAIL Integration
Post by: ccbtimewiz on September 28, 2008, 01:04:37 AM
Live Demo (http://demo.jeunosky.net/index.php)
Link to Modification (http://custom.simplemachines.org/mods/index.php?mod=1424)

Package Information

Latest Version: 1.0
Created by: ccbtimewiz (http://www.simplemachines.org/community/index.php?action=profile;u=111571;sa=summary)
Built for: SMF 1.1.6 and below
Package: GMAIL Integration Master Edition

(http://i38.tinypic.com/2j4vg34.png)

(view more pictures of this mod) (http://custom.simplemachines.org/mods/index.php?mod=1424)

What is this?

This modification fully integrates GMAIL (http://google.com/gmail) into your forum. It adds the function to add a gmail account for each user in the profile, and displays it on the profile. It also adds itself to the memberlist, who's online list, buddylist, post display, PM display, and parts of the admin panel.

Alteration Log

[!] Released on September 23, 2008


Need Help?

If you need help with this modification, please don't hesitate to post in the support thread.
Title: Re: GMAIL Integration
Post by: Apllicmz on September 28, 2008, 02:04:09 AM
Nice work good mod
next time update portuguese and brazilian utf8

<file name="$languagedir/Modifications.portuguese.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este é o endereço do Gmail.';
  ]]></add>
</operation>

</file>
<file name="$languagedir/Modifications.portuguese_pt.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este é o endereço do Gmail.';
  ]]></add>
</operation>

</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este é o endereço do Gmail.';
  ]]></add>
</operation>

</file


<file name="$languagedir/Modifications.portuguese-utf8.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este &eacute; o endere&ccedil;o do Gmail.';
  ]]></add>
</operation>

</file>
<file name="$languagedir/Modifications.portuguese_pt-utf8.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este &eacute; o endere&ccedil;o do Gmail.';
  ]]></add>
</operation>

</file>
<file name="$languagedir/Modifications.brazilian-utf8.php" error="skip">

<operation>

<search position="end" />

<add><![CDATA[
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Este &eacute; o endere&ccedil;o do Gmail.';
  ]]></add>
</operation>

</file>
Title: Re: GMAIL Integration
Post by: evgenydeep on September 28, 2008, 04:43:29 AM
Hmm... sounds good. Is it possible to look demo?
It provide possibility to add existent gmail account or provide possibility to register new one for free?
Title: Re: GMAIL Integration
Post by: Yağız... on September 28, 2008, 04:54:40 AM
Nice mod. Turkish translation:
Modification.turkish.php
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Buraya GMAIL adresinizi girin..';


Modification.turkish-utf8.php
$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Buraya GMAIL adresinizi girin..';
Title: Re: GMAIL Integration
Post by: evgenydeep on September 28, 2008, 04:48:20 PM
This is russian Win1251, to change Modifications.russian.php


$txt['gmail'] = 'GMAIL';
$txt['gmail_in'] = 'Ваш GMAIL адрес.';
Title: Re: GMAIL Integration
Post by: evgenydeep on September 28, 2008, 04:58:39 PM
Serious minus: when checked option "hide email", gmail account is still visible. Moreover, it is visibe even for guest(and spam bots).
Add checkbox to the admin part, like "hide GMAIL"
Title: Re: GMAIL Integration
Post by: ccbtimewiz on September 28, 2008, 05:29:20 PM
Well it's not truly an email account. It functions and appears as if it's integrated with the IM client system.

If you want to disable it from guests, open display.template.php

Find:
', $message['member']['gmail']['link'] ,'<br />';

Replace with:
', !$context['user']['is_guest'] ? $message['member']['gmail']['link'] : '' ,'<br />';
Title: Re: GMAIL Integration
Post by: djrem on September 28, 2008, 06:25:31 PM
screen pics or demo sites?
Title: Re: GMAIL Integration
Post by: ccbtimewiz on September 28, 2008, 06:56:40 PM
Quote from: djrem on September 28, 2008, 06:25:31 PM
screen pics or demo sites?

http://demo.jeunosky.net/index.php

Login: SMF User
Password: simplemachines
Title: Re: GMAIL Integration
Post by: tyhgdgh on October 26, 2008, 09:18:29 PM
OK, ill post whats not loading correctly in 1.1.6

6. Execute Modification ./Themes/default/Display.template.php Test failed
7. Execute Modification ./Themes/default/PersonalMessage.template.php Test failed
8. Execute Modification ./Themes/default/Profile.template.php Test failed
9. Execute Modification ./Themes/default/Memberlist.template.php Test failed
10. Execute Modification ./Themes/default/Who.template.php Test failed


how do I fix??
Title: Re: GMAIL Integration
Post by: ccbtimewiz on October 26, 2008, 09:26:30 PM
Quote from: Nfanthr33 on October 26, 2008, 09:18:29 PM
OK, ill post whats not loading correctly in 1.1.6

6. Execute Modification ./Themes/default/Display.template.php Test failed
7. Execute Modification ./Themes/default/PersonalMessage.template.php Test failed
8. Execute Modification ./Themes/default/Profile.template.php Test failed
9. Execute Modification ./Themes/default/Memberlist.template.php Test failed
10. Execute Modification ./Themes/default/Who.template.php Test failed


how do I fix??

What mods do you have installed?
Title: Re: GMAIL Integration
Post by: tyhgdgh on October 26, 2008, 10:03:18 PM

Mod Name Version
1. Futurama Avatars 1.0 [ Uninstall ]
2. YouTube BBCode 2.3 [ Uninstall ]
3. Custom BBCode 2.00 [ Uninstall ]
4. clickableImagebbcode 1.0 [ Uninstall ]
5. ColorizePost 1.2 [ Uninstall ]
6. Gametrailers BBC Tag (XHTML Compliant) 1.2 [ Uninstall ]
7. Justify BBCode 1.1 [ Uninstall ]
8. Line Prefix BBC 1 [ Uninstall ]
9. Member Awards 1.0.2 [ Uninstall ]
10. Electric Guitar Avatars 1.0 [ Uninstall ]
11. Ellow yellow christmas edition smiley set 1.1 [ Uninstall ]
12. Lots-of-Avatars-Boys2 1.0 [ Uninstall ]
13. Additional Membergroups on Profile 1.0 [ Uninstall ]
14. The Simpsons Avatars 1.0 [ Uninstall ]
15. SMF Promotional Avatars 1.1 [ Uninstall ]
16. Wikipedia BBCode 1.3 [ Uninstall ]
17. Skype Integration 1.0 [ Uninstall ]
18. Spoiler Tag 0.6 [ Uninstall ]
19. Video BBCode 1.0 [ Uninstall ]
20. Simple_Mood 1.0 [ Uninstall ]
21. Gaming Avatars 1.0 [ Uninstall ]
22. Auto Embed Video/Audio Clips 4.0.2 [ Uninstall ]
23. SMF Arcade 2.0.15 [ Uninstall ]
24. Cats Avatars 1.1.2 [ Uninstall ]
25. SMFShop 3.0 [ Uninstall ]
26. SMF Media Gallery 1.0.2 [ Uninstall ]
27. nneonneo's AJAX ShoutBox 1.21 [ Uninstall ]
28. SMF Staff Page 1.6 [ Uninstall ]
29. Admin Notepad 1.0 [ Uninstall ]
30. Signature BBCode Bar 1.4 [ Uninstall ]
31. SMF Arcade Trophies Mod 1.1.1 [ Uninstall ]
32. Member Notepad 1.0 [ Uninstall ]
33. XFire Field 1.3 [ Uninstall ]
34. SMF Articles 1.0.1.3 [ Uninstall ]
35. Twitter Field 1.0 [ Uninstall ]
36. Stars And Badges 2.1 [ Uninstall ]
37. ShowTopics 1.1 [ Uninstall ]
38. Hayley 1.0 [ Uninstall ]
39. Blog Community (for 1.1.x) 2.0.2 [ Uninstall ]
40. simplemp 3.1 [ Uninstall ]
41. Profile Comments 1.4 [ Uninstall ]
42. Ad Managment 2.3 [ Uninstall ]
43. BoardHover Mod 1.3.1 [ Uninstall ]
44. Custom Copyright 1.1 [ Uninstall ]
45. Drafts (for 1.1.x) 1.08 [ Uninstall ]
46. EarnFromAmazonLinksMod 1.0 [ Uninstall ]
47. last login in post 1.0 [ Uninstall ]
48. Links Managment 1.0 [ Uninstall ]
49. Display Location on posts 1.0 [ Uninstall ]
50. MCLegendII.2 3.0 [ Uninstall ]
51. Signature Option Post 1.1 [ Uninstall ]
52. Simple staff color legend 1.1 [ Uninstall ]
53. SMF Archive 1.3 [ Uninstall ]
54. SMF Gallery Lite 1.9.3 [ Uninstall ]
55. Custom Profile Field Mod 3.19 [ Uninstall ]
56. PageRank BBCode 1.3 [ Uninstall ]
57. Favicon 1.2 [ Uninstall ]
58. Add PM Info To Header (v1.1) 1.0 [ Uninstall ]
59. Colorize Boards 3.0 [ Uninstall ]
60. Date_Registerd on post 1.0 [ Uninstall ]
61. Google Talk Field 1.0.5 [ Uninstall ]
62. Highlight Search Keywords 1.21 [ Uninstall ]
63. Member List Position Filter 1.1.0 [ Uninstall ]
64. New Topic Button 1.0 [ Uninstall ]
65. RSS Feed Icon 1.1 [ Uninstall ]
66. SMF Links 1.7 [ Uninstall ]
67. User Email System 1.3 [ Uninstall ]
68. Todays Birthday 1.1 [ Uninstall ]
69. Topic Summary 1.01 [ Uninstall ]
70. User Control Panel By Alan S 2.0 [ Uninstall ]
71. Users Online Today Mod 1.4.0 [ Uninstall ]
72. View Single Post 1.0 [ Uninstall ]
73. Xbox Live Gamer Tag 1.0 [ Uninstall ]
74. [user] BBC Tag 1.0.1
75. Global Headers Footers 1.4.1
76. Top 10 Posters Today And This Week Stats 1.1
77. MetaCafe BBCode 1.4


here...
Title: Re: GMAIL Integration
Post by: ccbtimewiz on October 26, 2008, 10:05:35 PM
That might be the reason to why it fails to install. You're better off doing a manual install as my mod can't find the code to change as other mods have altered the code.

Refer to:
Manual Installation of Mods (http://docs.simplemachines.org/index.php?topic=402)
Title: Re: GMAIL Integration
Post by: Baloch on April 25, 2009, 12:34:50 PM
is it compatable with smf 1.1.8?
Title: Re: GMAIL Integration
Post by: KensonPlays on December 09, 2009, 11:13:20 PM
What about in the email a member area, email it to their Gmail? in an update, i would install it then!

And will this be updated for 2.0RC2? if so, thanks!
Title: Re: GMAIL Integration
Post by: KensonPlays on July 30, 2010, 07:42:51 PM
SMF 2.0RC3?
Also, as I said above, it is not fully, because you can't use it to send in-site.
Title: Re: GMAIL Integration
Post by: TheListener on July 30, 2010, 07:49:05 PM
Quote from: Kcmartz on July 30, 2010, 07:42:51 PM
SMF 2.0RC3?
Also, as I said above, it is not fully, because you can't use it to send in-site.

There's always one person making a post in a mod which is almost forgotten.

::)
Title: Re: GMAIL Integration
Post by: KensonPlays on July 30, 2010, 07:49:53 PM
I and most of my friends in a certain membergroup ALL have gmail and would LOVE this for SMF.
Title: Re: GMAIL Integration
Post by: TheListener on July 30, 2010, 07:51:34 PM
I use gmail as my main account.

If ya that worried about it why not make a post in the mod requests about it.
Title: Re: GMAIL Integration
Post by: KensonPlays on August 01, 2010, 12:47:20 AM
Why? Updating a already created mod is better than starting from anew isn't it?
Title: Re: GMAIL Integration
Post by: Hj Ahmad Rasyid Hj Ismail on August 01, 2010, 05:15:50 AM
I want this mod for my SMF 2.0 RC3 too...  :D
Title: Re: GMAIL Integration
Post by: TheListener on August 01, 2010, 09:57:08 AM
Quote from: Kcmartz on August 01, 2010, 12:47:20 AM
Why? Updating a already created mod is better than starting from anew isn't it?

No

Simple reason is because the mods author has not been onlince since January which incase you don't know was 6 months ago.

Also it is highly unlikely that the mod will be updated for 2.0 as this mod is for the 1.1 series
Title: Re: GMAIL Integration
Post by: Hj Ahmad Rasyid Hj Ismail on August 01, 2010, 09:59:36 AM
In that case, I'll make one for 2.0 then... (if I can  :'()