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)

RaiinbowEyes 04-21-2013 10:50 AM

Nevermind, I found the problem. I misunderstood the directions. It says to upload the images to the root (for me, "index") of your forums. I did that and it did not work. I looked at the coding and the whole folder "postbit_social" had to be uploaded into the index>images folder, so it located to index>images>postbit_social for the images. You may want to make your instructions more clear- either way I hope me posting will clear that up for anyone who has a problem getting the images to show up as well.

Marking as installed :) Thank you!

RaiinbowEyes 04-22-2013 01:48 AM

Also most of the people on my forum have an Etsy and DeviantArt as well! Any plans on adding those in perhaps? That would be amazing.

xtragic 06-01-2013 11:44 PM

Can you add one for Skype, Steam and IndieDB?

Brandon Sheley 06-02-2013 12:11 AM

Very nice mod :)

Thanks for sharing

turbo.:R 06-03-2013 01:50 AM

Quote:

Originally Posted by murrtex (Post 2399672)
Here is;
Pinterest, Soundcloud, Instagram

thank you

GameOverViper 06-26-2013 10:41 PM

For some reason on mine the links are showing up with my site url in front of the social url. How do I fix this?

xtragic 06-29-2013 11:05 PM

Any chance we can get Steam, Deviant Art, Skype, IndieDB pages included? I was going to add them myself, but I don't understand the "Date" language at the bottom of the XML.

john7911 06-30-2013 05:18 PM

Thank you
How can put below the postbit?
http://imageshack.us/a/img843/6227/uxgf.png
because i have some troubles as you can see on this pictture:
http://imageshack.us/a/img853/1210/z1z9.png
Thank you ;)

xtragic 07-02-2013 07:32 PM

I'm confused what this "Date" language is in the xml. How do I get one or can I just use a "0" in its place in a new social media entry I want to add?

Code:

<phrasetype name="vBulletin Settings" fieldname="vbsettings">
  <phrase name="setting_bebo_desc" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Bebo profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_bebo_title" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Bebo]]></phrase>
  <phrase name="setting_facebook_desc" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Facebook profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_facebook_title" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Facebook]]></phrase>
  <phrase name="setting_flickr_desc" date="1310939380" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Flickr profile field number. (Leave blank to disable)]]></phrase>


OUTL4W 07-05-2013 05:01 PM

Quote:

Originally Posted by xtragic (Post 2431752)
I'm confused what this "Date" language is in the xml. How do I get one or can I just use a "0" in its place in a new social media entry I want to add?

Code:

<phrasetype name="vBulletin Settings" fieldname="vbsettings">
  <phrase name="setting_bebo_desc" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Bebo profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_bebo_title" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Bebo]]></phrase>
  <phrase name="setting_facebook_desc" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Facebook profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_facebook_title" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Facebook]]></phrase>
  <phrase name="setting_flickr_desc" date="1310939380" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Flickr profile field number. (Leave blank to disable)]]></phrase>


not exactly what it refers to...but I replaced all the references to "My Space" with 'Gamebattles' so you could add them on their. And had no issues. Also updating all the links directing to mySpace.com of course. so perhaps just copying a set from another date set will also work too?

hope that helps

wishtheend 07-10-2013 10:12 PM

Excellent mod, but any ideas on why only Soundcloud isn't showing in the post bit but is on the profile page? Thanks.

mayank8789 08-23-2013 04:06 AM

Dear all coder

Where is icon i have not seen any social icon in postbit and profile .
Thanks

LgsOfChampions 08-27-2013 01:56 PM

works great and looks great!!!! thanks!

OUTL4W 11-04-2013 04:44 AM

1 Attachment(s)
it's a shame no-one has continued support on this but for those who have this installed on their gaming forums I converted:
myspace -----> GameBattles/MLG ID
Google+ -----> Twitch.tv
Bebo ---------> Ustream.tv
Used the XML from post#150 in this thread to tweak...
images 24x24
https://vborg.vbsupport.ru/external/2013/11/51.pnghttps://vborg.vbsupport.ru/external/2013/11/52.pnghttps://vborg.vbsupport.ru/external/2013/11/53.pnghttps://vborg.vbsupport.ru/external/2013/11/54.pnghttps://vborg.vbsupport.ru/external/2013/11/55.pnghttps://vborg.vbsupport.ru/external/2013/11/56.png

tpearl5 11-09-2013 05:43 PM

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"'

GeorgeB85 12-13-2013 05:47 AM

The icons dont show up anywhere and every time I save the profile field numbers they set to 0

Savy83 12-23-2013 09:25 PM

Quote:

Originally Posted by murrtex (Post 2399672)
Here is;
Pinterest, Soundcloud, Instagram

https://vborg.vbsupport.ru/showpost....&postcount=150

When I installed this, the icons in post start acting funny. When I scroll over the newly posted instagram icon it moves vertically, when I move my mouse it goes back into position.

RaiinbowEyes 01-14-2014 11:25 AM

Quote:

Originally Posted by xtragic (Post 2431752)
I'm confused what this "Date" language is in the xml. How do I get one or can I just use a "0" in its place in a new social media entry I want to add?

Code:

<phrasetype name="vBulletin Settings" fieldname="vbsettings">
  <phrase name="setting_bebo_desc" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Bebo profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_bebo_title" date="1310939317" username="Admin" version="1.0.1 Beta"><![CDATA[Bebo]]></phrase>
  <phrase name="setting_facebook_desc" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Facebook profile field number. (Leave blank to disable)]]></phrase>
  <phrase name="setting_facebook_title" date="1310939293" username="Admin" version="1.0.1 Beta"><![CDATA[Facebook]]></phrase>
  <phrase name="setting_flickr_desc" date="1310939380" username="Admin" version="1.0.1 Beta"><![CDATA[Enter your Flickr profile field number. (Leave blank to disable)]]></phrase>


I'm stuck on this too. It seems without this additional fields won't work. The edited version to include Pinterest, Instagram, and Soundcloud does not work becuase the codes were not added for those extra add-ons. I'm trying to add Instagram, Pinterest, Etsy, and deviantART. I've gotten all the other coding changed, but the date numbers are a complete mystery. I tried putting in all the other additional coding and just using the same number as Vimeo.. didn't work. I tried putting in different numbers.. didn't work. Seems like it's one icon/field per number too. Googling hasn't turned up anything yet :/ Going to try and look into this.. will post if I find anything.

GeorgeB85 02-07-2014 04:51 AM

I cant get these to show up at all...any ideas?

HM666 02-24-2014 10:15 AM

Nevermind wrong mod :(

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 01:02 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.01512 seconds
  • Memory Usage 1,818KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (6)bbcode_quote_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
  • (29)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