The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Okay,
First of all I apologize my mind has completely shut down on me - too many things happening and not enough sleep - I found a modification for vb3.8 about adding social network links to a postbit however would like it to be updated to vb4. Below is the code: Code:
<div align="center"> My Social Networks:<br /><br /> <if condition="is_member_of($bbuserinfo, 2, 6, 7, 9)"> <if condition="$post['field5']"> <a href="https://twitter.com/$post[field5]" target="_blank"> <img alt="Twitter" border="0" src="$stylevar[imgdir_misc]/twitter.png"/></a></if> <if condition="$post['field6']"> <a href="https://facebook.com/$post[field6]" target="_blank"> <img alt="Facebook" border="0" src="$stylevar[imgdir_misc]/facebook.png"/></a></if> <if condition="$post['field7']"> <a href="https://myspace.com/$post[field7]" target="_blank"> <img alt="MySpace" border="0" src="$stylevar[imgdir_misc]/myspace.png"/></a></if> </div> </if> I am working on my postbit stuff at the moment and this would be a great addition. Thank you to all in advance. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|