Ok so i have a few probelms..
one thing is that the facebook doesn't work, & i dont see where to make the URL edits..?
*edit*
I found the edits.. they're in the zip folder. lol
But i still get -
http://www.facebook.com/542920214
Another problem (although im sure it is simple) is that i still have the box that used to go around the Social Networking icons, but now the box is empty & below the icons..!?
Code:
<div class="smallfont">
<br />
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
<if condition="$post['field18'] OR $post['field19'] OR $post['field20']">
<if condition="$post['field18']">
<a href="http://www.facebook.com/$post[field18]"target="_blank"><img src="$stylevar[imgdir_misc]/facebook.gif"border="0"alt="View Member's FaceBook Profile"></a>
</if>
<if condition="$post['field19']">
<a href="http://www.myspace.com/$post[field19]"target="_blank"><img src="$stylevar[imgdir_misc]/myspace.gif"border="0"alt="View Member's Myspace Profile"></a>
</if>
<if condition="$post['field20']">
<a href="http://youtube.com/user/$post[field20]"target="_blank"><img src="$stylevar[imgdir_misc]/youtube.gif"border="0"alt="View Member's YouTube Profile"></a>
</if>
</fieldset>
</div>
<!--/Social Networking-->
</if>
</div>
</div></div>
</td>