Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Follow Me On Twitter , Facebook , Youtube On Thread Details »»
Follow Me On Twitter , Facebook , Youtube On Thread
Version: 1.00, by Last_Zero Last_Zero is offline
Developer Last Online: May 2014 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.0 Rating:
Released: 01-26-2011 Last Update: Never Installs: 53
Template Edits
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

Follow Me On Twitter , Facebook , Youtube On Thread

This Is My First Mod I Hope You Enjoy It

This Mods Add Block Contain 3 Icons For Every User

For His Accounts On Youtube / Facebook / Twitter

So Anyone Can Add Him When He See His Topic

*** Install ***

First We Must Add 3 Custom Field With 1 Line And Make The User Able To Edit

First Field :-

Name : Youtube Account
Describtion : Add Your Youtube Link

Second Field :-

Name : Facebook Account
Description : Add Your Facebook Link

Third Field :-

Name : Twitter Account
Description : Add Your Twitter Link

Now Plz Remember Each Field Number Coz We Will Use It On Template Edit

After Creating The Fields Go To Template

Postbit_Legacy

Search For

Code:
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
If U Need To Show It In A Block Like This



Add This Code After It

Code:
<center>

<vb:if condition="$post['field9'] OR $post['field10'] OR $post['field11']">

<div id="thread_info" class="thread_info block">
	
	<h4 class="threadinfohead blockhead"> Follow Me </h4>
<div id="thread_onlineusers" class="thread_info_block blockbody formcontrols">
		<div class="inner_block">
			<div>

<vb:if condition="$post['field9']">

<a target ="blank" href="{vb:raw post.field9}"><img src="images/Twitter.Png" alt="Follow Me On Twitter" /></a>

</vb:if>

<vb:if condition="$post['field10']">

<a target ="blank" href="{vb:raw post.field10}"><img src="images/Facebook.Png" alt="Add Me To Facebook" /></a>

</vb:if>

<vb:if condition="$post['field11']">

<a target ="blank" href="{vb:raw post.field11}"><img src="images/Youtube.Png" alt="Visit My Youtube Channel" /></a>

</vb:if>
			
			</div>
		</div>
	</div>
</vb:if>

</center>
Change Field9 With The Field Number Of Your Twitter Field
Change Field10 With The Field Number Of Your Facebook Field
Change Field 11 With The Field Number Of Your Youtube Field

If U Need To Show It Without Block

Add This Code Instead Of The Upper Code

Code:
<center>

<vb:if condition="$post['field9']">

<a target ="blank" href="{vb:raw post.field9}"><img src="images/Twitter.Png" alt="Follow Me On Twitter" /></a>

</vb:if>

<vb:if condition="$post['field10']">

<a target ="blank" href="{vb:raw post.field10}"><img src="images/Facebook.Png" alt="Add Me To Facebook" /></a>

</vb:if>

<vb:if condition="$post['field11']">

<a target ="blank" href="{vb:raw post.field11}"><img src="images/Youtube.Png" alt="Visit My Youtube Channel" /></a>

</vb:if>

</center>
And Dont Forget To

Change Field9 With The Field Number Of Your Twitter Field
Change Field10 With The Field Number Of Your Facebook Field
Change Field 11 With The Field Number Of Your Youtube Field

No Upload The 3 Pics In The Attachment To images Directory In Your Forum

I Hope You Enjoy This Edit And If Anything Goes Wrong I Can Fix It

Just Ask In Thread

Dont Forget To Click Install If You Install It Plz

Thanks

-==Zero==-

5 March 2011 ---> Added New Heart Icons

Download Now

File Type: zip images.zip (15.5 KB, 181 views)

Screenshots

File Type: gif Screen.Gif (7.9 KB, 0 views)

Show Your Support

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

Comments
  #22  
Old 02-17-2011, 01:31 AM
Last_Zero's Avatar
Last_Zero Last_Zero is offline
 
Join Date: Jan 2011
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AURFSCAN View Post
and if you put the first bit of code after Last Zero's code, all the icons line up in a single row

eg. fbook twitter ytube msn yahoo skype aim etc. all in one row. Do a search on google for new icons, replace them or edit relevant templates and it looks heaps better.


Im using 16x16 px icons


Thanks Mate

Everyone Can Replace The Icons With The One He Like
Reply With Quote
  #23  
Old 03-24-2011, 06:15 PM
x YNWA x x YNWA x is offline
 
Join Date: Jun 2007
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is making the text on my board appear vertical! ONLY on Internet explorer though! Any ideas how I fix this? This is only text on a thread, so for users who have this in their profile it appears, but for users who do not then the text does not appear as vertical. There are no issues with other browsers. Just IE
Reply With Quote
  #24  
Old 03-29-2011, 08:21 PM
magnified magnified is offline
 
Join Date: Mar 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The same thing happened on my site. I'm trying it now without the "Follow Me" box and see if that does anything.
Reply With Quote
  #25  
Old 04-03-2011, 04:29 AM
magnified magnified is offline
 
Join Date: Mar 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

update - when I removed the icons from the "Follow Me" box, it stopped the vertical posts.

However, users that have an avatar are seeing their icons posted to the right of the avatar instead of at the bottom. any ideas why this is?
Reply With Quote
  #26  
Old 04-23-2011, 11:49 PM
todomaquinas's Avatar
todomaquinas todomaquinas is offline
 
Join Date: Sep 2008
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does not serve to me, post tolds download it, but i don't download only read and does not serve to my forum.
Reply With Quote
  #27  
Old 04-24-2011, 02:14 PM
DNN DNN is offline
 
Join Date: Mar 2011
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love the look of those Facebook, YouTube, and Twitter icons. I might double back to get that code soon! =)
Reply With Quote
  #28  
Old 05-08-2011, 07:38 PM
deinrapde deinrapde is offline
 
Join Date: May 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats the name of the TOOLBAR? which show always the twitter and FB link??? thanks
Reply With Quote
  #29  
Old 06-28-2011, 09:23 PM
Sleeplessone Sleeplessone is offline
 
Join Date: Jun 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi... I am pretty much a newbie at all this but I was wondering if there was something similar in which I can have the buttons show up on my main home page for members to follow my twitter, facebook and youtube or is this pretty much what this does.... hope I'm not sounding slow... thanks
Reply With Quote
  #30  
Old 07-28-2011, 11:33 AM
Mo HaRbI's Avatar
Mo HaRbI Mo HaRbI is offline
 
Join Date: Nov 2010
Location: Under the Sun !
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon Sheley View Post
this is an English board guys...
it is ok some of us understand !
Reply With Quote
  #31  
Old 04-03-2013, 09:13 AM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work on vBulletin 4.2?
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 11:22 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.05909 seconds
  • Memory Usage 2,338KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (2)bbcode_quote
  • (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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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