Put this at the top of your headers if you don't have it already:
<script src="/jquery.js"></script>
Footers:
<script>
//Created by Agent Moose (revolutionx.smfforfree3.com)
if(location.href.match(/topic,/i)){
$("td b a").each(function(){
if(this.href.match(/profile;u=(.*)/i)){
$(this).after("<br><form method='POST' name='cprofile' id='cprofile' action='/?action=comment&sa=add2' id='quick-comment'><texta" + "rea rows='2' name='comment' cols='12'></text" + "area><br><input type='hidden' name='userid' value='" + RegExp.$1 + "'></input><input type='submit' value='Add Comment' name='submit'></input></form>");
};});};
</script>
Code Updated: 12/1/2008
This code will add textareas under each member, which if you type text into, it will leave that member a comment on their profile
Enjoy