Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

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
  #2  
Old 01-27-2011, 03:03 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sharp looking icons
/me tags this

if anyone ads this, I'd like to see a live demo if possible

thx
Reply With Quote
  #3  
Old 01-27-2011, 04:08 PM
Last_Zero's Avatar
Last_Zero Last_Zero is offline
 
Join Date: Jan 2011
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon Sheley View Post
sharp looking icons
[high]* Brandon Sheley tags this[/high]

if anyone ads this, I'd like to see a live demo if possible

thx
You Can Replace The Icons With The Icon You Like

Live Demo

http://www.almsmk.com/threads/50564
Reply With Quote
  #4  
Old 01-27-2011, 09:08 PM
amirsyria amirsyria is offline
 
Join Date: Nov 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

إضافة حلوة

لكن ما اشتغلت معي !!

هل تشتغل على طريقة العرض الأفقية لبيانات العضو ؟؟

يسلمووو Last_Zero
Reply With Quote
  #5  
Old 01-28-2011, 12:42 AM
sulasno sulasno is offline
 
Join Date: Feb 2010
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged and thanks
Reply With Quote
  #6  
Old 01-28-2011, 03:38 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 amirsyria View Post
إضافة حلوة

لكن ما اشتغلت معي !!

هل تشتغل على طريقة العرض الأفقية لبيانات العضو ؟؟

يسلمووو Last_Zero
العمودى اخوى ما جربتها على الافقى صراحة

Quote:
Originally Posted by sulasno View Post
tagged and thanks
You Welcome Pro
Reply With Quote
  #7  
Old 01-28-2011, 09:56 AM
Merenguista's Avatar
Merenguista Merenguista is offline
 
Join Date: Sep 2010
Location: Morocco
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

روعة أخي

قمت بالضغط على

install

شكرا جزيلا لك
Reply With Quote
  #8  
Old 01-29-2011, 02:30 PM
amirsyria amirsyria is offline
 
Join Date: Nov 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ماضبطت معاي !!

عملت طريقة العرض عمودي

رقم النسخة عندي 4.1.1

شو السبب ؟؟
Reply With Quote
  #9  
Old 01-30-2011, 06:57 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 Merenguista View Post
روعة أخي

قمت بالضغط على

install

شكرا جزيلا لك
Thanks Bro

Quote:
Originally Posted by amirsyria View Post
ماضبطت معاي !!

عملت طريقة العرض عمودي

رقم النسخة عندي 4.1.1

شو السبب ؟؟
تاكد من ارقام الحقول اخوى من انها نفسها الارقام الموجودة فى قالب بوستبيت
Reply With Quote
  #10  
Old 02-02-2011, 12:01 PM
8thos's Avatar
8thos 8thos is offline
 
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Looks dope.
Reply With Quote
Reply

Thread Tools

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:01 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.09598 seconds
  • Memory Usage 2,329KB
  • Queries Executed 24 (?)
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
  • (5)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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