Add this to your headers if you dont have ot already:
<script src="/jquery.js"></script>
Footers:
<script>
function quick_comment_v3() {
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
$("tr td b a").each(function() {
if(/\?action=profile;u=(\d+)/i.test(this.href)) {
$(this).after("<br><a href='http://XXXXX.smfforfreeX.com/index.php?action=comment;sa=add;u="+RegExp.$1+"' class='smalltext'>Quick Comment User</a>")
};});});}
quick_comment_v3();
</script>
What this code does is adds a link under all the users that when you click on it, it will bring you to the page that lets you comment on there profile. If that makes since...anway, this is diffrent from V1 and V2 because it puts a link for all the users, instead of certain users that the admin put to ahve it. I hope you like it:)
EDIT:
You will see that there are X's in the code. Those X's, you need to change. The first group of X's would be your board name, the lone X would be the server your on, either 1, 2 or 3