Arne
Forum Replies Created
-
Hi,
Thank you very much for using the plugin and your donation. The GMT timestamps are fine, they are calculated from your local time. You can check here if th GMT time was calculated correctly:
Hi,
looks like it’s a PHP / WP 2.9 bug. See http://core.trac.wordpress.org/ticket/11499 and http://bugs.php.net/bug.php?id=49531
Please wait until WP 2.9.1 is released (which will be probably quite soon) đ
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] What changed in version 3.2.2?Please see here for the automatic update problem, seems like a bug in WP 2.9:
http://wordpress.org/support/topic/344184?replies=3Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] automatically sitemap update doesn’t workHi,
looks like thats a WP 2.9 bug: http://wordpress.org/support/topic/343080/page/2?replies=42
http://core.trac.wordpress.org/ticket/11505
As a workaround until WP 2.9.1 is released, you can disable the option to build the sitemap in a background process. Note that this will cause some delay after hitting the publish button.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] 404 error on admin pageUpdate to 3.2.2. There was one invalid link (in the plugin description displayed on the plugins page). Its fixed in the latest version đ
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] arabic translatin in Google-Sitemap-GeneratorThanks, I’ve renamed the file!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Exclude posts/pages? How to get IDs?Hi,
in previous versions of WordPress the IDs were displayed on the manage posts page. Unfortunately the newer ones don’t show it anymore đ
I think about adding another way to exclude the posts, maybe with a checkbox on the post page itself, but in my opinion theres only a small percentage of users who really need this feature…
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap contains www, but site doesn’tThe plugin uses the blog URL from your WordPress settings. Please check what URL is defined there. If you changed it recently, try to rebuild the sitemap manually from the options screen and see if the URL has changed đ
Hi,
could you post the link to your sitemap file?
Forum: Plugins
In reply to: Chinese-Simplified(įŽäŊ䏿) for Google XML Sitemaps 3.2.2Hi,
Thank you very much for the translation. I will include it in the next release.
Thanks,
Arne
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Date For Sceduled PostsHi,
thanks for reminding me of this. I will have a look at it and see if I can include it in the next release.
Hi,
Do other things like Pings, Trackbacks, RSS Feeds work? The plugin uses the API of WordPress to notifiy the search engines, so you should have the same problem with other functions too.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] What changed in version 3.2.2?So what did you “diff”? Too many lines changed to show them all here, but generally speaking it resolves all the problems red in this thread: http://wordpress.org/support/topic/323693?replies=19
There are multiple commits since the last release, please look at all of them for more details đ
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginHi,
I found more places without the references. Could you try (in about 15 minutes) the current svn version?
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
That fixed the problems in my tests đ
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Rebuilding sitemap via another pluginInteresting. So its definitely a reference php4 problem. I’m not at my pc anymore, but I guess at some point the sitemap generator object is not passed by reference.
Can you try to add a & to the constructor argument of the UI class? The generator object should be passed there.