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

Reply
 
Thread Tools
Show extra social networks to your Instant Messaging/Send Message and Postbit Details »»
Show extra social networks to your Instant Messaging/Send Message and Postbit
Version: 1.2, by utahraves utahraves is offline
Developer Last Online: Sep 2018 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.4 Rating:
Released: 10-08-2009 Last Update: 10-21-2009 Installs: 37
Template Edits
Re-useable Code Code Changes Additional Files Translations  
No support by the author.

Please look at the screen shots for more details.


Let me know if there are any problems. I tried to do this from memory as I did this a long time ago and overwrote the script, so I decided to re-do it and post it so I wouldn't forget . I don't know how to automatically do this kind of thing with a plugin, so it is ALL manual updates to your files/templates.


Version Info:
1.0 - Initial Release
1.1 - Fixed the missing </if> and the tutorial to point to the right template.
1.2 - Added Last.FM and YouTube.

Download Now

File Type: zip facebooktwittermyspacev1.2.zip (310.5 KB, 238 views)

Screenshots

File Type: jpg contactinfo.jpg (123.8 KB, 0 views)
File Type: jpg postbit.jpg (87.9 KB, 0 views)
File Type: jpg sendmessage.jpg (47.7 KB, 0 views)

Show Your Support

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

Comments
  #32  
Old 12-20-2009, 06:26 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

VZ Group is hardly missed.
Reply With Quote
  #33  
Old 12-21-2009, 02:00 AM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

everything works for me except the drop down on the postbit

no links or icons showing. i've followed instructions to the letter

vb3.8.4 pl1

tried on both default and custom skin.
Reply With Quote
  #34  
Old 12-21-2009, 02:16 AM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also I have no images at all on my drop down menu (not even mail icons next to the send email to...) - not even on my default skin - I do see img src.. code in memberinfo template tho - any clue as to why there is no icons showing ?
Reply With Quote
  #35  
Old 12-21-2009, 04:02 AM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

all the instructions are messed up (postbit) twitter is mentioned 3 times and IF conditions are missing
Reply With Quote
  #36  
Old 12-27-2009, 07:54 AM
mattpist mattpist is offline
 
Join Date: Jul 2008
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is an okay hack, but your code in the howto.html is missing a few items.

first, this:

Code:
STEP 5: Open template POSTBIT

Find:

$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]

Add next to:

<if condition="$post[field5]">
<a href ="http://www.myspace.com/$post[field5]"target="_blank"><img src ="$stylevar[imgdir_misc]/myspace.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_myspace]"</phrase>></a>
</if>
<if condition="$post[field7]">
<a href ="http://www.facebook.com/$post[field7]"target="_blank"><img src ="$stylevar[imgdir_misc]/facebook.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_facebook]"</phrase>></a>
</if><if condition="$post[field8]">
<a href ="http://www.twitter.com/$post[field8]"target="_blank"><img src ="$stylevar[imgdir_misc]/twitter.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_twitter]"</phrase>></a>
</if>
<a href ="http://www.twitter.com/$post[field9]"target="_blank"><img src ="$stylevar[imgdir_misc]/youtube.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_youtube]"</phrase>></a>
</if>
<a href ="http://www.twitter.com/$post[field10]"target="_blank"><img src ="$stylevar[imgdir_misc]/lastfm.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_lastfm]"</phrase>></a>
</if>

should be (changes bolded):

Code:
<if condition="$post[field15]">
<a href ="http://www.myspace.com/$post[field15]"target="_blank"><img src ="$stylevar[imgdir_misc]/myspace.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_myspace]"</phrase>></a>
</if>
<if condition="$post[field16]">
<a href ="http://www.facebook.com/$post[field16]"target="_blank"><img src ="$stylevar[imgdir_misc]/facebook.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_facebook]"</phrase>></a>
</if><if condition="$post[field17]">
<a href ="http://www.twitter.com/$post[field17]"target="_blank"><img src ="$stylevar[imgdir_misc]/twitter.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_twitter]"</phrase>></a>
</if><if condition="$post[field19]">
<a href ="http://www.youtube.com/user/$post[field19]"target="_blank"><img src ="$stylevar[imgdir_misc]/youtube.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_youtube]"</phrase>></a>
</if><if condition="$post[field20]">
<a href ="http://www.last.fm/user/$post[field20]"target="_blank"><img src ="$stylevar[imgdir_misc]/lastfm.gif"border="0"<phrase 1="$post[username]">alt="$vbphrase[visit_lastfm]"</phrase>></a>
</if>
also, i added flickr to my list as well, which wasn't hard, just followed your instructions over again changing the details slightly.

also, the icons at this site are a lot nicer! you should use those!
Reply With Quote
  #37  
Old 02-25-2010, 01:15 AM
Kavadas's Avatar
Kavadas Kavadas is offline
 
Join Date: Jun 2009
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, yeah, definitely might wanna revise that install doc. My drop down menu also doesn't work.
Reply With Quote
  #38  
Old 03-29-2010, 11:52 PM
utahraves's Avatar
utahraves utahraves is offline
 
Join Date: May 2007
Location: Utah
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can no longer support this as my board is now a 4.0 series and not a 3.8. Anyone who wants to republish this with their own name can do so as long as they include my name in their thread.
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 06:23 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04282 seconds
  • Memory Usage 2,303KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (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
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (4)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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