Ok an update.
I did a backup form my database and all my files first.
When I use the update feature in the admin I loose all my stats.
I use the stats in a widget in my left sidebar and that doesn’t work anymore. I get the letters, but no stats.
Then I removed the entire plugin and installed version 3.0.2. That works in the admin, but it doesn’t work in the widget in the sidebar.
I tried to insert the stats in the phpmyadmin, but you can only enter one number for the total visits and the daily visits. So that is no good.
So I put back my old database and uploaded the folder wp-statistics again and now all is back to how it was.
I won’t be updating this plugin anymore, because it doesn’t work properly then.
If you want to get rid of the annoying update announcement in the admin. add this to the wp-statistics.php :
add_filter(‘site_transient_update_plugins’, ‘dd_remove_update_nag’);
function dd_remove_update_nag($value) {
unset($value->response[ plugin_basename(__FILE__) ]);
return $value;
}
just put it under:
add_filter(‘widget_text’, ‘do_shortcode’);
It is too bad, that this plugin won’t work properly with the new update. Mostafa if I were you I would change the update 3.0.2 because it won’t work.
Johanna