merk_aus
07-09-2010, 01:53 AM
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:
<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>
Are one of the smart, fantastic professional coders out there able to help me update this code to vBulletin 4.0.4 please.
I am working on my postbit stuff at the moment and this would be a great addition.
Thank you to all in advance.
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:
<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>
Are one of the smart, fantastic professional coders out there able to help me update this code to vBulletin 4.0.4 please.
I am working on my postbit stuff at the moment and this would be a great addition.
Thank you to all in advance.