my contribution:
To add full clickable myspace URL of user to Contact Info:
in memberinfo:
Find:
Code:
<if condition="$show['homepage']">
<tr>
<td>
$vbphrase[home_page]:<br />
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a>
</td>
</tr>
</if>
add above:
Code:
<if condition="$userinfo[fieldX]">
<tr>
<td>
Myspace:<br />
<a href="http://myspace.com/$userinfo[fieldX]" target="_blank">http://myspace.com/$userinfo[fieldX]</a>
</td>
</tr>
</if>
fieldX being the custom field for myspace.