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 |
#12
|
||||
|
||||
<font color="DarkGreen">good work mate and try to use some english Guys thanks alot
</font> |
#13
|
||||
|
||||
Thanks Guys
|
#14
|
|||
|
|||
متميز ومبدع وتم التركيب
|
#15
|
||||
|
||||
Merci Thanks
|
#16
|
||||
|
||||
this is an English board guys...
|
#17
|
||||
|
||||
no not english it is international forum mate but you are rhgit we have to use english lang. thank you bro good mod مشكور اخوي |
#18
|
|||
|
|||
Thanks! / شكرا!
|
#19
|
||||
|
||||
Quote:
You Welcome Bro |
#20
|
|||
|
|||
Very nice thanks..
for postbit find Code:
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon} Code:
<br /> <br /> <vb:if condition="$post['fieldnumber']"> <a target ="blank" href="{vb:raw post.fieldnumber}"><img src="/images/Facebook.Png" alt="Add Me To Facebook" /></a> </vb:if> <vb:if condition="$post['fieldnumber']"> <a target ="blank" href="{vb:raw post.fieldnumber}"><img src="/images/Twitter.Png" alt="Follow Me On Twitter" /></a> </vb:if> <vb:if condition="$post['fieldnumber']"> <a target ="blank" href="{vb:raw post.fieldnumber}"><img src="/images/Youtube.Png" alt="Visit My Youtube Channel" /></a> </vb:if> |
#21
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|