Quote:
Originally posted by hypedave
okay I tryed this on my unhacked board
and my hacked board
is you instructions when it gets to this part here
| 'no template' Mod
thats where I am lost
from
| 'no template' Mod
on down
|
You ahve 2 choices, either hard code the display into the fuctions.php file or add a template, if you have followed the instructions to that point, just create a template in your admin cp called home_microstats and put the following in it:
Code:
$microstats = "Page generated in $trimmedtime seconds ($percentphp - $percentsql) with $query_count queries.<br>
$adminstats";
Then hopefully it will work for you! Unlike mine, lol