Quote:
Originally Posted by Mastar
In MEMBERINFO Template
Find:
<if condition="$show['hasimicons']">
Place above:
Code:
<!-- MY SPACE -->
<if condition="$post['field6']"><div id="postmenumyspace_$post[postid]" style="border: 1px solid #CCCCCC; background-color: #D6FFB1; margin-bottom: 4px; width:175px; height:21px" width="100%" class="smallfont"><a target="_blank" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=$post[field6]"> <img border="0" src="$stylevar[imgdir_misc]/icon_myspace.gif" alt="View myspace profile"><script type="text/javascript"> vbmenu_register("postmenumyspace_$post[postid]", true); </script></a></div></if>
<!-- END MY SPACE -->
REPLACE THE FIELD# WITH YOUR
|
I tried this and it does "display" it but it doesn't link.