Andy Skelton
Forum Replies Created
-
Yes, you should use your API key from your WordPress.com blog to activate the Stats plugin on your blog at your own domain.
Forum: Plugins
In reply to: Stats – “post #” instead of actual nameIf you can edit the plugin, there is a change you can make to one line that should fix it. It works for me and if it works for you I’ll add it to the next version of Stats.
On line 248, the last line of the convert_post_title function, replace
return sprintf(__("Post #%d"), $post_id);
with
return $matches[0];
then save the changes and check the results.Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] API for Stats Plugin?Forum: Plugins
In reply to: Stats – “post #” instead of actual nameI can take a look at it if you post your blog URL.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] disable wp.meAlso, the only thing we added to your header is this:
<link rel="shortlink" href="' . $shortlink . '" />Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] disable wp.meThe Stats plugin gets your site URL from the settings in wp-admin/options-general.php. You should be able to change the shortlink redirect location by changing those settings. If that doesn’t work, I’ll need your URL so I can look up your record in the database and change it for you.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Not Working! ??I suggest revealing your blog URL. Then I can look for the stats code that should be there. If it’s missing then we can try to figure out why.
Forum: Plugins
In reply to: [Plugin: HyperDB] wpdb::get_blog_prefix()Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.2Yeah, that’s a different problem discussed in different threads. I need to see it for myself to fix it. That means giving me admin access to your blog. If you contact me directly at my name at automattic.com I will help you.
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.2P.S. joelbs: if it’s not the same problem (“Call to undefined function plugin_dir_url()…”) please start a new thread. Posting new problems on resolved threads causes confusion.
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.2joelbs: what problem are you having?
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.21.5.3 fixes “Call to undefined function plugin_dir_url()…
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.2What is your WordPress version?
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.1So we have some people that are happy and some who are not. Everywhere I’ve tested 1.5.2 it works. I need somebody who has an issue to give me admin access to their blog so I can debug it. Click my name to go to my contact info or send email to my name at automattic.com.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] 1.5.1 changes?gemlic, I have no clue what problem you are talking about. Please start a new topic detailing your issue.