Add this to your Headers if you don't have it already. If you already have it, don't add it:
<script src="jquery.js"></script>
Footers:
<script>
function info_center_v2() {
//Created by Agent Moose at smcodes.smfforfree3.com
$(function() {
a = document.getElementsByTagName("A")
b = $($("div.smalltext").contains("Users active in past 15 minutes:").hide()).html()
for(z=0;z<a.length;z++){
if(a[z].href.match(/action=who/i) && a[z].innerHTML.match(/Guest,/i)){a[z].innerHTML = " "
}}
$($("div.tborder").contains("Info Center")).insertBefore("#bodyarea")
$($("td.titlebg").contains("Users Online")).hide()
$($("tr").contains("Most O"+"nline To"+"day: ")).hide()
$("span.middletext").each(function() {
if(this.innerHTML.match(/([\d,]+) Posts in ([\d,]+) Topics by ([\d,]+) Members. Latest Member: <b>\s?(<a.+?\/a>)<\/b>/i)) {
this.innerHTML = "Posts: <b>"+RegExp.$1+"</b>, Topics: <b>"+RegExp.$2+"</b>, Total Members: <b>"+RegExp.$3+"</b>, Newest Member: <b>"+RegExp.$4+"</b><br>"+b
}});});};
info_center_v2()
</script>
here is V2 of the info center. It changes around the regular info center alot. It is hard to explain, so why not try it out yourself? Or look at this niffty preview:
http://amtest.smfforfree2.com/index.php