Quote:
Originally Posted by Coroner
Sorry, I have no idea. After the upgrade it works very well (see image). I only fixed the style of the post settings (post) and the datamanager. After fixing the last one (see post #89, but you only need to edit those lines:
PHP Code:
$datastore_fetch[] = "'modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer'";
change into:
PHP Code:
$datastore_fetch[] = "'modstats_coder'";
$datastore_fetch[] = "'modstats_motm'";
$datastore_fetch[] = "'modtitle_coder'";
$datastore_fetch[] = "'modtitle_designer'";
...) the stats will work very well.
|
Yes, I had this running beautifully in an old database on another site but I have just installed t on a fresh 4.0.4 Pl1 vB Install and the stats just aren't there. I guess I must have done something wrong, sorry to trouble you sweetie.