Add this to the top of your headers if you don't have it:
<script src="/jquery.js"></script>
Footers
<script creator="Agent Moose">
if(location.href.match(/topic,/i)) {
var counter = 0;$("tr td b a").each(function(){
if(this.href.match(/\?action=profile;u=(\d+)/i)) {
//Created by Agent Moose (smcodes.smfforfree3.com)
var url = RegExp.$1; this.href = "javascript:void(0)"; this.id = "_"+counter;
$(this).click(function(){$("#member"+url+this.id+"_options").toggle();});
$(this).each(function(){$(this).append("<br><span id='"+url+"_"+counter+"PWNS'></span>")})
$("#"+url+"_"+counter+"PWNS").html('<div id="member'+url+"_"+counter+'_options"><table class="bordercolor" width="150"><tbody><tr class="titlebg"> Member Options</td></tr><tr><td class="windowbg"><a href="'+location.pathname+'?action=profile;u='+url+'">View Profile</a><br/><a href="'+location.pathname+'?action=pm;sa=send;u='+url+'">Message User</a><br/><a href="'+location.pathname+'?action=comment;sa=add;u='+url+'">Comment User</a><br/><a href="'+location.pathname+'?action=profile;u='+url+';sa=showPosts">Show Lastest Posts</a><br/><a href="'+location.pathname+'?action=profile;u='+url+';sa=statPanel">Show Stats</a><br/></td></tr></tbody></table></div>')
$("#member"+url+"_"+counter+"_options").each(function(){this.style.display = 'none';this.style.position = 'absolute'});counter++;};})};
</script>
This code is just like the Admin Quickies, but way better. If you click on a members name in a topic, a box will appear under it with these links:
-View Profile
-Message User
-Comment User
-Show Latest Posts
-Show Stats
This code works for IE and FF.
Preview:
http://shoutbox.smfforfree3.com/index.php/topic,3.0.html (Click on a members name to see what happens!)
So, You like?