Andy Skelton
Forum Replies Created
-
Forum: Plugins
In reply to: Wrong time being used?There is no way to adjust it.
Forum: Plugins
In reply to: wpstats duplicateIt looks like you moved WordPress into a directory named wp and this made the program think that it was a different blog. I’ll see if I can fix that.
Forum: Plugins
In reply to: wpstats duplicateI might be able to help you if I knew your blog URL. Keeping it secret just makes help impossible…
Forum: Fixing WordPress
In reply to: Add wordpress.com stats counter to sidebarSorry, no, this is not available at this time.
Forum: Plugins
In reply to: Stats only show one post being hitThis happens because you are using an old version of WordPress and the Recent Posts widget. Remove the widget or update your blogging software.
Forum: Plugins
In reply to: WordPress Stats plugin connects me to “Top Blogs” and “Top Posts” ?Sorry, no, those lists only include blogs hosted by WordPress.com.
Forum: Installing WordPress
In reply to: WP Stats not working on multiple sitesIf you want somebody to look at your sites and check the central database for the cause, you must provide URLs for each blog.
Forum: Fixing WordPress
In reply to: local time on wordpress.com statsIt is not possible at this time and there are no plans to make it so.
Keeping everyone on the same time zone (UTC) is one of the frugal design factors that keeps the free Stats service free.
Forum: Plugins
In reply to: Wp Supercache and Page view countsIt depends on the stats plugin. The WordPress.com Stats plugin keeps counting normally because the data collection is done by javascript.
A plugin that increments the stats during the page load would not work with WP SuperCache.
Forum: Fixing WordPress
In reply to: WP2.3 upgrade created “new” blog for statsAll right, you should be able to remove the unwanted blogs by clicking “Leave this blog” on their respective stats pages. We cannot merge the stats at this time.
Forum: Fixing WordPress
In reply to: WP2.3 upgrade created “new” blog for statsActually you have three blogs in our database because you changed the determining blog settings twice. Which of these should it be:
Forum: Fixing WordPress
In reply to: New pages no longer workingI am the creator of the WordPress.com Stats plugin. Nobody else is seeing this problem. I suspect an incompatibility with your server software “WebServerX” which I found via the HTTP headers of http://www.stipvoorstip.nl/ from your profile here.
Also, that doesn’t look like a WordPress-generated .htaccess file.
Are you capable of debugging the problem?
Forum: Plugins
In reply to: stats bug since 2.3 (with wp-stats and SlimStats)The bug in both plugins was caused by a WordPress bug. The plugins do not need to be updated. The next bugfix release of WordPress will have the fix. It was committed just about an hour ago. You can apply it yourself if you understand this:
Forum: Plugins
In reply to: WordPress.com statsThe answer is no. The WordPress.com stats system records views and clicks as simple integers. No IPs or geolocation data is recorded.
Forum: Plugins
In reply to: stats bug since 2.3 (with wp-stats and SlimStats)$wp_the_query was created to ensure a copy of the first WP_Query would be available even after subsequent instantiations.
It’s is_single and we’re asking for the queried_object_id of $wp_the_query. Why would a rewind fix the problem? Have you verified it against posts that aren’t the most recent?