I made a number of changes to what you posted. You forgot a few things like the Give Infraction command and I moved some things around a bit. I thought I would share my version of the template.
You can see it here:
Joeychgo on Chicago Velocity
I added another hack to the list -
Threads in Profile (was made for 3.5 but works fine on 3.64) This ads the last x number of threads the user started to the profile. This helps with SEO since the content changes and it links back to threads, and also is cool to see the threads a person has started recently.
If you dont want this hack remove this code - which is above the $footer
PHP Code:
<if condition="$numthread">
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="tcat">
<td colspan="6" align="center">
$userinfo[username]'s Last $maxthread Threads
</td>
</tr>
<tr class="thead" align="center">
<td>Thread Title</td>
<td>Forum</td>
<td>Last Poster</td>
<td>Last Post</td>
<td width="30" align="center">Views</td>
<td width="30" align="center">Replies</td>
</tr>
$threadlist
</table>
<br />
</if>
Ive attached the template I made -
Also -- the frame was sliced too big for a 300x350 image, so I took care of that too.
I hope its ok to post like this. I thought it would be nice for people to have another version.