First things first find this code in sources/stats.php
- Code: Select all
$TMPL['reviews'] .= "<b>".$review_id." - ".$review_date."</b><br />\n".$review."<br /><br />\n";
}
replace it with this code
- Code: Select all
$TMPL['review_date'] .= "$review_date";
$TMPL['review_id'] .= "$review_id";
$TMPL['review'] .= "$review";
}
this mod really has no use if your using the default template cause it looks fine, but with a modded topsite like mine this was a must have
now in stats.html place <#review_date>, <#review_id>, and <#review> where you want them to go.
P.S. this is moded on my 4.1.1 topsite, so if this doesnt work on your newer version, I'm sure Jeremy will be glad to give you the help you need.
******UPDATE******
There is a little problem with this for now, so please dont use it till its fixed.
