Footers:
<script>
function info_center_v3() {
//Created by Agent Moose at smcodes.smfforfree3.com
$(function() {
$($("div.tborder").contains("Info Center")).insertBefore("#bodyarea")
b = $($("div.smalltext").contains("Users active in past 15 minutes:").hide()).html();
$("tr:contains(Users Onl"+"ine)").hide();
$("tr:contains(Users Onl"+"ine)").next().hide();
$("tr:contains(Most O"+"nline To"+"day:)").hide();
$("tr:contains(New Pos"+"ts)").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_v3()
</script>
Just like all the other versions of this code, it just makes the info center smaller.