Thanks. Nice and simple.
For those of you who want to place a link in your userCP do the following edit in the UserCP_Shell:
find:
add below:
Code:
<!-- table for MySpace profile link -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="center">My URL</td>
</tr>
<tr>
<td class="$navclass[signature]" nowrap="nowrap" align="center">
<b><a href="http://YourDomain.com/$bbuserinfo[username]">YourDomain.com.com/$bbuserinfo[username]</a>
</b></td>
</tr>
</table>
<br>
<!-- / table for MySpace profile link -->
edit:
For those of you still using the default vBulletin style replace "$navclass[signature]" with "info" or any other predefined class. Otherwise you will get an error.