vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Social Networking in Posbit AND Profile (Twitter, Facebook, Google+, Linkedin, +more) (https://vborg.vbsupport.ru/showthread.php?t=267019)

NAZIA 03-10-2014 05:48 AM

Quote:

Originally Posted by tpearl5 (Post 2459458)
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>


HM666 05-08-2014 01:35 AM

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?

Dstephan 08-17-2014 09:12 PM

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?

gsmlover4u 10-20-2014 12:59 AM

not working any more

m7sen 01-22-2015 03:35 PM

hi

is there like this mod for vb3.8 please

TheLastSuperman 03-13-2015 12:08 AM

+1 ;)

macgyvers 10-31-2015 02:17 AM

does it work for 3.8.9 ?

RichieBoy67 11-05-2015 02:35 AM

It would be good to have rel="nofollow".. Not a good idea to have so many out going links.

aquabid 11-08-2015 10:27 PM

Quote:

Originally Posted by BlessedFWI (Post 2400905)
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


All times are GMT. The time now is 09:15 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.01323 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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