Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Social Networking in Posbit AND Profile (Twitter, Facebook, Google+, Linkedin, +more) Details »»
Social Networking in Posbit AND Profile (Twitter, Facebook, Google+, Linkedin, +more)
Version: 1.0.3, by boydy boydy is offline
Developer Last Online: Dec 2014 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.x.x Rating:
Released: 07-17-2011 Last Update: 07-19-2011 Installs: 286
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

History:
  • 1.0.1 - Initial Release
  • 1.0.2 - Added social networking to Profile with additional options and many other minor changes.
  • 1.0.3 - Fixed a bug with the postbit settings and added a new setting.
Hi guys,

This was initially a template modification i created, i decided to make things much easier for people to compile it all into this product,

What is Social Networking in Postbit & Profile:

Well the name pretty much gives it away! This mod will add social networking icons for 10 social websites into both the vertical and horizontal postbit and now in a users profile with features like:
  • Option to turn Modification on/off.
  • Option to enable icons with or without a block.
  • Option to turn profile block on/off.
  • Option on location of profile block.
  • 2x Icon sets 16x16 and 24x24.
  • Mouseover and Mouseout animation.
  • etc.
-INSTALLATION-

-STEP 1-
Goto admincp -> User Profile Fields -> Add new User Profile Field and add the following fields:

Profile Field Type - Single-Line Text Box
Title - Twitter
Description - Add a link to your Twitter profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Facebook
Description - Add a link to your Facebook profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Google+
Description - Add a link to your Google+ profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Bebo
Description - Add a link to your Bebo profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - MySpace
Description - Add a link to your MySpace profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Linkedin
Description - Add a link to your Linkedin profile.
Field Searchable on Members List - NO
Show on Members List - NO

Title - Tumblr
Description - Add a link to your Tumblr account.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Flickr
Description - Add a link to your Flickr account.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Youtube
Description - Add a link to your Youtube profile.
Field Searchable on Members List - NO
Show on Members List - NO

Profile Field Type - Single-Line Text Box
Title - Vimeo
Description - Add a link to your Vimeo profile.
Field Searchable on Members List - NO
Show on Members List - NO

Once you have created the profiled fields, take a note of the field numbers.

Note: If you do not want to use all of these websites then just add the fields of the websites that you do want to use.

-STEP 2-

Download the attached zip file, extract the files, open the UPLOAD folder and choose which icon set you wish to use, the options are 16x16 or 24x24 icons. Once you have decided, FTP the images folder to the root of your forums.

-Step 3-
Goto admincp -> Plugins & Products -> Manage Products -> Add/Import Product and upload the install file (product-socialpostbit.xml).

-Step 4-

Goto admincp -> Options -> [Boydy]Social Networking in Postbit. Now you must decide how you want to configure the mod, you can see examples of with/without block in the screenshots below. Next all you need to do is input all of the relevant profile field numbers and that's it! If you do not wish to use some of the websites included just leave the setting blank or set to 0.

And that's it! Screenshots below of the icon sets, admincp settings and the mod itself. Credit for the icons goes to sawb.What's new in version 1.0.2:
  • Social networking block now added to profile.
  • Option to enable/disable profile block.
  • Option on location of profile block. (TOP, MIDDLE, BOTTOM)
  • Some minor code and template changes from original release.
  • Added version checking to the mod.
  • etc.
What's new in version 1.0.3:
  • Fixed bug with postbit setting.
  • Added new setting for enabling/disabling the postbit only.
  • etc.
I do have some other idea's on how to further extend this modification which you'll see in a future update. If you are upgrading please remember to ALLOW OVERWRITE.

If you install this and For future updates and support please remember to mark as installed!

I've had a lot of PM's requesting my Paypal to donate so i have now set it up on here, feel free to donate if you like although please do not feel you have to

All donations are greatly appreciated

Download Now

File Type: zip Social_postbit_profile v1.0.3.zip (1.25 MB, 2110 views)

Screenshots

File Type: png 1310938538.png (20.2 KB, 0 views)
File Type: png 1310938555.png (33.9 KB, 0 views)
File Type: png 1310979539.png (16.3 KB, 0 views)
File Type: png 1310979495.png (12.9 KB, 0 views)
File Type: png 1310978987.png (11.0 KB, 0 views)
File Type: png 1310979618.png (13.3 KB, 0 views)
File Type: png 1310986420.png (14.1 KB, 0 views)
File Type: png social_profile.png (145.5 KB, 0 views)
File Type: jpg 1311076043.jpg (121.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 03-10-2014, 05:48 AM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tpearl5 View Post
FYI, since Google now allows you to link directly to your profile with the rel="author" link I simply modified postbit_social1 to this for the google link:

HTML Code:
    <vb:if condition="$social['google']">
<a target ="blank" href="{vb:raw social.google}"<vb:if condition="$post[postid] == $GLOBALS['qrfirstpostid']"> rel="author"</vb:if>><img src="http://images.nikonites.com/images/postbit_social/google.png" alt="Add {vb:raw post.username} on Google+" /></a>
</vb:if>
All this says is 'if first post, insert rel="author"'
But it does not work for me...
It should be like this.. and must be used in postbit_social not postbit_social1

Code:
    <vb:if condition="$social['google']">
<a target ="blank" href="{vb:raw social.google}<vb:if condition="$post[postid] == $GLOBALS['qrfirstpostid']">?rel=author</vb:if>"><img src="images/postbit_social/google.png" onmouseover="this.src='images/postbit_social/google_a.png'" onmouseout="this.src='images/postbit_social/google.png'" alt="Add {vb:raw post.username} on Google+" /></a>
</vb:if>
Reply With Quote
  #183  
Old 05-08-2014, 01:35 AM
HM666's Avatar
HM666 HM666 is offline
 
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone figure out how to make Pinterest show up in the posts? It shows in the profile page but not in the posts. I've gone over all the code and it looks like its right to me, so I'm stumped. Anyone figure this out?
Reply With Quote
  #184  
Old 08-17-2014, 09:12 PM
Dstephan Dstephan is offline
 
Join Date: Aug 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've had users request xbox gamertags to be one of these. I've tried creating a new one myself, but I'm not having much luck. Anyone want to do a walk through on creating a new social media postbit icon/link?
Reply With Quote
  #185  
Old 10-20-2014, 12:59 AM
gsmlover4u's Avatar
gsmlover4u gsmlover4u is offline
 
Join Date: Jan 2007
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working any more
Reply With Quote
  #186  
Old 01-22-2015, 03:35 PM
m7sen m7sen is offline
 
Join Date: Mar 2014
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi

is there like this mod for vb3.8 please
Reply With Quote
  #187  
Old 03-13-2015, 12:08 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

+1
Reply With Quote
  #188  
Old 10-31-2015, 02:17 AM
macgyvers macgyvers is offline
 
Join Date: May 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work for 3.8.9 ?
Reply With Quote
  #189  
Old 11-05-2015, 02:35 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be good to have rel="nofollow".. Not a good idea to have so many out going links.
Reply With Quote
  #190  
Old 11-08-2015, 10:27 PM
aquabid aquabid is offline
 
Join Date: Dec 2004
Location: Stockbridge, GA
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlessedFWI View Post
Any help would be much appreciated.

Thanks!
'pinterest' => $postinfo['field' . $vbulletin->options['pinterest']], // Pinterest field
'soundcloud' => $postinfo['field' . $vbulletin->options['soundcloud']], // Soundcloud field

should be

'pinterest' => $post['field' . $vbulletin->options['pinterest']], // Pinterest field
'soundcloud' => $post['field' . $vbulletin->options['soundcloud']], // Soundcloud field


'pinterest' => $userinfo['field' . $vbulletin->options['pinterest']], // Pinterest field
'soundcloud' => $userinfo['field' . $vbulletin->options['soundcloud']], // Soundcloud field

should be

'pinterest' => $post['field' . $vbulletin->options['pinterest']], // Pinterest field
'soundcloud' => $post['field' . $vbulletin->options['soundcloud']], // Soundcloud field
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 11:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05781 seconds
  • Memory Usage 2,365KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (12)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete