vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - Social Networking in Postbit (with or without block) (https://vborg.vbsupport.ru/showthread.php?t=257924)

BadgerDog 02-06-2011 01:26 PM

1 Attachment(s)
Installed with thanks for testing ... :)

I'm not sure why the icons are up as high as they are and in the wrong place ...:confused:

I put the code where suggested, but that's where they ended up ..

Any idea how to relocate them to the bottom?

Thanks for any feedback ...

Regards,
Doug

Edit: Figured it out ... moved code within IM block and they appear in the right place fine now.

Merenguista 02-08-2011 09:22 PM

thanks man ..

utahraves 02-28-2011 03:55 PM

This is similar to my old release for VB3.
https://vborg.vbsupport.ru/showthread.php?t=224861

Yours is specifically for postbits, mine had edited files in VB3 to show up other places social networking was added, like profiles, member list, etc.
I don't have time to rewrite mine for VB4 but this would be better IMO if VB recognized these additional fields for profiles. :) You can look and see what I did and use whatever I did to hard-code it in there if you were looking to make it more integrated throughout VB instead of just postbits (which is something that would be beneficial for people who often refer to profiles like they do on my server).

FallenEmpire 03-30-2011 01:17 AM

Installed and thanks for the images!

adiabatic 05-30-2011 07:05 PM

Thanks for a great mod;)

I would like to add the following text right above the icons;

<span class="smallfont">F?lg {vb:raw post.username} via Sosiale Medier</span>

The text is fine, but I would like it only to be visble when one or more of the social media is used.

Any idea how to to do it?

Thanks,

Morten

adiabatic 06-25-2011 07:13 AM

Quote:

Originally Posted by adiabatic (Post 2201799)
Thanks for a great mod;)

I would like to add the following text right above the icons;

<span class="smallfont">F?lg {vb:raw post.username} via Sosiale Medier</span>

The text is fine, but I would like it only to be visble when one or more of the social media is used.

Any idea how to to do it?

Thanks,

Morten

Anyone?

rasp187 07-09-2011 04:10 AM

Adding Google+ would be awesome for an updated release. Lots of people are beginning to use it, even though it's not "live" yet.

Spectre_Aidan 07-09-2011 08:00 AM

thanks man i will do this when i have more time

Spectre_Aidan 07-14-2011 12:45 PM

mine moves to the side of my avatar :/

LA-Aquarium 07-14-2011 03:38 PM

Mine is also to the side of my avatar, how can this be fixed? I posted the code in the proper place.

EDIT: I did some searching in the thread and found a fix.

RK KINGKONG 07-15-2011 07:20 PM

hey bud first and foremost thanks for this mod , however with the new up and coming Google +1 How can we go about adding such to the postbit like the others . thanking you in advance KingKong

Gemma 07-15-2011 10:40 PM

1 Attachment(s)
Quote:

Originally Posted by RK KINGKONG (Post 2220960)
hey bud first and foremost thanks for this mod , however with the new up and coming Google +1 How can we go about adding such to the postbit like the others . thanking you in advance KingKong

Just make a profile field

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

Then add this to your postbit or postbit_legacy under the last social networking icon you added

Code:

<vb:if condition="$post['field#']">
<a target ="blank" href="{vb:raw post.field#}"><img src="link_to_your_google+1_image" onmouseover="this.src='link_to_your_google+1_image_a.png'" onmouseout="this.src='link_to_your_google+1_image.png'" alt="Visit {vb:raw post.username}'s Google +1 Page" /></a>
</vb:if>

You'll need to replace this link_to_your_google+1_image.png and link_to_your_google+1_image_a.png with links to whichever Google +1 image you decide to use. And change the # to correspond with the field number

boydy 07-16-2011 07:44 PM

Just updated the modification there, this is all new code and images, i will be providing support again for anyone that needs it and if you have any suggestions for future updates, feel free to post them here.

Update Changelog;
  • Added mouseover/mouseout animation.
  • Added new websites and icons (Google+, Linkedin, Flickr, Tumblr, PSN and XBL.)
  • Included PSN and XBL options.
  • Added option of using a block in Vertical postbit with a title.
  • Modified code for both postbits making things much tidier.
Note: New screenshots and images uploaded, this is effectivley a new modification, i've removed all previous images and code.

Please remember to mark the modification as installed for Support and future updates.

boydy 07-17-2011 04:05 PM

Decided i'll be releasing a new version shortly which will be a fully automated install. I'll post here when i'm done.

boydy 07-18-2011 10:01 AM

Product is now available - https://vborg.vbsupport.ru/showthread.php?t=267019

tidus78 02-12-2012 07:02 PM

Some users view social icon some other no,data are correctly placed any idea?


All times are GMT. The time now is 01:36 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.01178 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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