You forgot to close the facebook if statement...
Code:
<!-- ChU's MySpace & FaceBook Icon's -->
<if condition="$post[fieldXX]">
<a href ="http://www.myspace.com/$post[fieldXX]"target="_blank"><img src ="http://www.YOURFORUM.com/forum/images/misc/myspace.gif"border="0"alt="View Member's MySpace Profile"></a>
</if>
<if condition="$post[fieldXX]">
<a href ="http://www.facebook.com/profile.php?id=$post[fieldXX]"target="_blank"><img src ="http://www.YOURFORUM.com/forum/images/misc/facebook.gif"border="0"alt="View Member's FaceBook Profile"></a>
<!-- End ChU's MySpace & FaceBook Icon's -->
should be:
Code:
<!-- ChU's MySpace & FaceBook Icon's -->
<if condition="$post[fieldXX]">
<a href ="http://www.myspace.com/$post[fieldXX]"target="_blank"><img src ="$stylevar[imgdir_misc]/myspace.gif"border="0"alt="View Member's MySpace Profile"></a>
</if>
<if condition="$post[fieldXX]">
<a href ="http://www.facebook.com/profile.php?id=$post[fieldXX]"target="_blank"><img src ="$stylevar[imgdir_misc]/facebook.gif"border="0"alt="View Member's FaceBook Profile"></a>
</if>
<!-- End ChU's MySpace & FaceBook Icon's -->
I also changed the www.YOURFORUM.com/forum/images/misc/ to
$stylevar[imgdir_misc]/
also- the reason that many people are not seeing the myspace and facebook icons in their forum is that they go in the misc images folder, and if you simply upload the "Images" folder it will not go there. It would be better if you didn't capitalize the "Images" folder and also added a "misc" folder with the icons inside of that so people could just upload the contents of the "upload" folder.
There is no editprofile template - it is modifyprofile.