vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Profile Enhancements - Show extra social networks to your Instant Messaging/Send Message and Postbit (https://vborg.vbsupport.ru/showthread.php?t=224861)

redlabour 12-20-2009 06:26 PM

VZ Group is hardly missed.

Raptor 12-21-2009 02:00 AM

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.

Raptor 12-21-2009 02:16 AM

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 ?

Raptor 12-21-2009 04:02 AM

all the instructions are messed up (postbit) twitter is mentioned 3 times and IF conditions are missing

mattpist 12-27-2009 07:54 AM

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!

Kavadas 02-25-2010 01:15 AM

Wow, yeah, definitely might wanna revise that install doc. My drop down menu also doesn't work.

utahraves 03-29-2010 11:52 PM

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.


All times are GMT. The time now is 02:59 PM.

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.01270 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete