Quote:
Originally Posted by worried
Thanks!
I couldn't get facebook to open in a new window until I move the target_blank here:
Code:
<a href="http://www.facebook.com/home.php/#/profile.php?id={vb:raw post.field99}&ref=profile" target="_blank">
|
Yes that is correct,
This is a very simple mod but has been made very hard by the way the instruction have been written, they need to be writtin in the standard mod form.
Heres some more if anyone wants them, Facebook - Twitter - Youtube - My Space - Car Domain
Just add a new profile field as per this mod for each one, then change the profile fields XX below to match, save the images at the bottom of this post to your forum/images/misc folder - anyone who has done the mod above will get the drift
Code:
<vb:if condition="is_member_of($bbuserinfo, 2,5,6,7,10)">
<vb:if condition="$post['fieldXX']">
<a href="http://www.facebook.com/home.php/#/profile.php?id={vb:raw post.fieldXX}&ref=profile" target="_blank"/>
<img src="images/misc/facebook.png" alt="My Facebook" style="border-style: none" ></a>
</vb:if>
</vb:if>
<vb:if condition="is_member_of($bbuserinfo, 2,5,6,7,10)">
<vb:if condition="$post['fieldXX']">
<a href="http://twitter.com/{vb:raw post.fieldXX}" target="_blank"/>
<img src="images/misc/twitter.png" alt="My Twitter" style="border-style: none" ></a>
</vb:if>
</vb:if>
<vb:if condition="is_member_of($bbuserinfo, 2,5,6,7,10)">
<vb:if condition="$post['fieldXX']">
<a href="http://www.youtube.com/{vb:raw post.fieldXX}" target="_blank"/>
<img src="images/misc/youtube.gif" alt="My Youtube" style="border-style: none" ></a>
</vb:if>
</vb:if>
<vb:if condition="is_member_of($bbuserinfo, 2,5,6,7,10)">
<vb:if condition="$post['fieldXX']">
<a href="http://www.myspace.com/{vb:raw post.fieldXX}" target="_blank"/>
<img src="images/misc/myspace.gif" alt="My Space" style="border-style: none" ></a>
</vb:if>
</vb:if>
<vb:if condition="is_member_of($bbuserinfo, 2,5,6,7,10)">
<vb:if condition="$post['fieldXX']">
<a href="http://www.cardomain.com/ride/{vb:raw post.fieldXX}" target="_blank"/>
<img src="images/misc/cardomain.gif" alt="My Car Domain" style="border-style: none" ></a>
</vb:if>
</vb:if>