[ABD] Social Networking Site Buttons 2.2.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

[ABD] Social Networking Site Buttons 2.2.2

Post by DoYouSpeakWak »

Modification Name: Social Networking Site Buttons
Authors:
Current developer: DoYouSpeakWak
Former developer: Jaymie1989
Original developer: (Creator) KellyBean

Modification Description:
Adds 8 new links/buttons next to the typical www, AIM, MSN, YIM buttons on the mini profile in viewtopic_body.html:
Bebo, Blogger, Facebook, GoodReads, LinkedIn, MySpace, Netlog and Twitter

Modification Version: 2.2.2

Old development topic: Here

Compatibility:
  • Works with 3.0.6
  • Works with automod
  • Prosilver and subsilver2 are supported. See contrib folder
Image

Features:
  • Umil installer for easy install/uninstall/update
  • Install both the main mod and the subsilver2 addon with automod.(see contrib\automod_extra)
  • Update instructions from all prior versions.
  • MPV: "No pre-validation problems found"
  • Extensive performance test available. See it HERE or see contrib folder.
Languages: Screenshots:
Prosilver
Viewtopic
Image

Users profile
Image

Ucp
Image

Subsilver2
Viewtopic
Image

Users profile
Image

Ucp
Image

Acp
Image

To do:(Feel free to help if you got a the abilities and time)
  • New subsilver2 user profile images needed.
  • Request vars needs work prior to validation.
  • Beta testing prior to submition to the moddb queue
Demo:
Not avaliable at this time

Download:
(latest version)
(2.2.2): HERE

Old versions
(2.2.1): HERE
(2.2.0): HERE

Update information:
Use the update from 2.2.1 to 2.2.2 xml file in contrib folder.

Run the installer to update the version in the database. Delete when you are done.

Translators wanted. Help out the phpBB3 users in your country and get your name listed in this topic.

Enjoy
Last edited by DoYouSpeakWak on Sat Feb 13, 2010 2:28 am, edited 8 times in total.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [DEV] Social Networking Site Buttons 2.2.1

Post by keith10456 »

Look forward to it... ;)
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [DEV] Social Networking Site Buttons 2.2.1

Post by DoYouSpeakWak »

keith10456 wrote:Look forward to it... ;)
Me to.

First post updated. It didnt take two weeks. But a entire day. Let me know if there is any problems.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [BETA] Social Networking Buttons 2.2.2

Post by DoYouSpeakWak »

MOD Updated to version 2.2.2
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
Ephemeraboy
Registered User
Posts: 333
Joined: Tue Dec 29, 2009 4:25 pm
Location: Bandung Kota Hujan
Name: Bernando Bona Tius Sianipar

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by Ephemeraboy »

sorry...
can u give the instruction for envision..
i have done it by following the subsilver instruction (because envision based on that style)
but..
it still no appears
My diary, my notepad, and my life on
http://www.bonatius.com
rendersonique
Registered User
Posts: 1
Joined: Mon Mar 01, 2010 2:33 pm

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by rendersonique »

Getting this error message after install: Read quite alot of the old threads with talk of updating the SQL database. If this is the problem, can somebody explain how I do this.

Thanks

Andy

General Error
SQL ERROR [ mysqli ]

Unknown column 'user_bebo' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_icq = '', user_aim = '', user_msnm = '', user_yim = '', user_jabber = '', user_website = '', user_from = '', user_occ = '', user_interests = '', user_bebo = NULL, user_blogger = NULL, user_facebook = NULL, user_goodreads = NULL, user_linkedin = NULL, user_myspace = NULL, user_netlog = NULL, user_twitter = NULL, user_notify_type = '0', user_birthday = ' 0- 0- 0' WHERE user_id = 2

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/ucp/ucp_profile.php
LINE: 414
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: ucp_profile->main()

FILE: ucp.php
LINE: 321
CALL: p_master->load_active()
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by DoYouSpeakWak »

rendersonique wrote:Getting this error message after install: Read quite alot of the old threads with talk of updating the SQL database. If this is the problem, can somebody explain how I do this.

Thanks

Andy

General Error
SQL ERROR [ mysqli ]

Unknown column 'user_bebo' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_icq = '', user_aim = '', user_msnm = '', user_yim = '', user_jabber = '', user_website = '', user_from = '', user_occ = '', user_interests = '', user_bebo = NULL, user_blogger = NULL, user_facebook = NULL, user_goodreads = NULL, user_linkedin = NULL, user_myspace = NULL, user_netlog = NULL, user_twitter = NULL, user_notify_type = '0', user_birthday = ' 0- 0- 0' WHERE user_id = 2

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/ucp/ucp_profile.php
LINE: 414
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: ucp_profile->main()

FILE: ucp.php
LINE: 321
CALL: p_master->load_active()
Have you run the installer ?

New version correcting a few errors will be out soon.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by Peter77sx »

Thanks. i was looking for the old thread... I didn't know you took over. The facebook one is still kinda outdated. facebook.com/name is all you need. I mentioned this a while back. forgot what the response was. doesn't matter, I can make the edit myself. :)

Thanks agian.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by Mess »

Looking forward to testing the new version. :)
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by DoYouSpeakWak »

Peter77sx wrote:Thanks. i was looking for the old thread... I didn't know you took over. The facebook one is still kinda outdated. facebook.com/name is all you need. I mentioned this a while back. forgot what the response was. doesn't matter, I can make the edit myself. :)

Thanks agian.
Exactly. I was not a member of any of these social services before. And had to rely on info from others. Now i know how it should be, that will be fixed in the new version- not much more will be added.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
Ephemeraboy
Registered User
Posts: 333
Joined: Tue Dec 29, 2009 4:25 pm
Location: Bandung Kota Hujan
Name: Bernando Bona Tius Sianipar

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by Ephemeraboy »

the prosilver just add the link
Image
but subsilver use the image (which more beautiful)
Image
i hope the next release, the prosilver use the image instead of link (same as subsilver)
and, can U add Plurk too :D
thx very much
My diary, my notepad, and my life on
http://www.bonatius.com
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by DoYouSpeakWak »

Ephemeraboy wrote:the prosilver just add the link
Image
but subsilver use the image (which more beautiful)
Image
i hope the next release, the prosilver use the image instead of link (same as subsilver)
and, can U add Plurk too :D
thx very much
Thanks for your suggestions.

Sadly the images wont be changed. prosilver uses text, subsilver2 uses images, i will change this when phpbb do. But i am planning to get some subsilver2 images that looks like the other ones in profile.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
H3nK
Registered User
Posts: 40
Joined: Fri Jan 18, 2008 12:38 pm
Location: Germany

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by H3nK »

How can I add one more social network? Is this difficult?
I know, my eglish could be better :D
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by DoYouSpeakWak »

H3nK wrote:How can I add one more social network? Is this difficult?
No if you are used to install mods and editing files, the guide i will make on this will be easy to follow. Sadly i do no have time to work on this until 2-3 weeks from now. Its works fine as it is, except this
Peter77sx wrote:Thanks. i was looking for the old thread... I didn't know you took over. The facebook one is still kinda outdated. facebook.com/name is all you need. I mentioned this a while back. forgot what the response was. doesn't matter, I can make the edit myself. :)

Thanks agian.
So hold on until the update, use it as it is, the new verson will include update instructions from this to the new verson.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
Rick Strife
Registered User
Posts: 45
Joined: Wed Dec 03, 2008 2:33 pm

Re: [RC1] Social Networking Site Buttons 2.2.2

Post by Rick Strife »

Hi!

Can I skip some edits?

For example: I already have another mod for facebook and twitter profile links, but I need the rest added in your mod like the myspace, blogger...

Is this possible?

Return to “[3.0.x] Abandoned MODs”