I got the profile page hacked up very nicely on my site.
I luckily had a copy of the comment system I installed previously. Hopefully I don't get plagued with any of those disappeared comments bugs.
One thing I did to the comment system was edited style comment_panel
where it had
Code:
<br />
&add_comment
I replaced it with
Code:
<if condition="$userinfo[userid] == $vbulletin->userinfo[userid]">
<else />
<br />
$add_comment
</if>
This makes it so you can't comment on your own profile