The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Follow Me On Twitter , Facebook , Youtube On Thread Details »» | |||||||||||||||||||||||||||||||
Follow Me On Twitter , Facebook , Youtube On Thread
Developer Last Online: May 2014
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} 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 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> 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
Screenshots
Show Your Support
|
Comments |
#22
|
||||
|
||||
Quote:
Everyone Can Replace The Icons With The One He Like |
#23
|
|||
|
|||
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
|
#24
|
|||
|
|||
The same thing happened on my site. I'm trying it now without the "Follow Me" box and see if that does anything.
|
#25
|
|||
|
|||
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? |
#26
|
||||
|
||||
Does not serve to me, post tolds download it, but i don't download only read and does not serve to my forum.
|
#27
|
|||
|
|||
Love the look of those Facebook, YouTube, and Twitter icons. I might double back to get that code soon! =)
|
#28
|
|||
|
|||
whats the name of the TOOLBAR? which show always the twitter and FB link??? thanks
|
#29
|
|||
|
|||
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
|
#30
|
||||
|
||||
it is ok some of us understand !
|
#31
|
|||
|
|||
Does this work on vBulletin 4.2?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|