Alkorr
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap looking like RSS FeedIn case I wasn’t clear enough in my explainations:
This is what I call an HTML sitemap:
http://www.arnebrachhold.de/sitemap.xmlAnd my sitemap looks like any RSS Feed:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
– <!– generator=”wordpress/” –>
– <!– sitemap-generator-url=”http://www.arnebrachhold.de” sitemap-generator-version=”3.1.4″ –>
– <!– generated-on=”July 14, 2009 11:29 pm” –>
– <urlset xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd” xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>
– <url>
<loc>http://www.mywebsite.com/</loc>
<lastmod>2009-07-14T21:22:40+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
… And so on …Hope that will someone find my problem… I’m being desperate right now…
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap looking like RSS FeedAnyone can help me out with this issue? I’m lost, I didn’t find any explaination about this RSS Feed look.
Plus I have no idea if Google can accept it.
Help is more than welcome!
Forum: Fixing WordPress
In reply to: Custom date format using post_dateHi koyder, thanks for sharing!
But where do you exactly put mysql2date(‘j M Y’, $post->post_date); to make it work properly? I do an echo on post_date to show the date but when I place mysql2date(‘j M Y’, $post->post_date); into my code, it doesn’t work…
Thanks a lot for your help!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap looking like RSS FeedHi whooami, I can’t provide access to the RSS Feed because it’s IP filtered. But here how my ‘RSS Feed-like Sitemap’ looks like:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
– <!– generator=”wordpress/” –>
– <!– sitemap-generator-url=”http://www.arnebrachhold.de” sitemap-generator-version=”3.1.4″ –>
– <!– generated-on=”July 14, 2009 11:29 pm” –>
– <urlset xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd” xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>
– <url>
<loc>http://www.mywebsite.com/</loc>
<lastmod>2009-07-14T21:22:40+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
… And so on …Why does my sitemap.xml looks like a RSS Feed instead of showing a list of links?
Hope that helps find out… Thanks!
Forum: Installing WordPress
In reply to: Automatic Upgrade still showing after upgradeHi samboll, the database upgraded well, I got the page and I launched the db upgrade. That’s why I think it did upgrasde but it’s weird I still get the automatic upgrade to 2.8.1 on the dashboard…
Although something strange happened: I had to remove myself the .maintenance because both my website and the dashboard were not accessible anymore. As soon as I removed the file (I waited 10 minutes before I did), that db upgrade page appeared and I was able to reconnect to the admin. But still, I don’t think it’s the reason why it still ask me to upgrade. Weird, isn’t it?
Forum: Fixing WordPress
In reply to: Warning: fsockopen()That’s exactly what I did just after I sent my message, thanks Otto42 🙂
Now I still have to find out for fsockopen without upgrading to 2.8.1…
🙂
Forum: Fixing WordPress
In reply to: Warning: fsockopen()Ok Otto42, so the answer to this bug/problem is to upgrade to 2.8.1 since the first error is the fsockopen problem? That’s a radical solution since some of the plugins I use doesn’t work with 2.8…
Any other idea?
Thanks!
Forum: Fixing WordPress
In reply to: Warning: fsockopen()Thanks for your help!
Concerning the header already sent, does than mean I have to edit class-snoopy.php and pluggable.php and remove an hypothetical white space somewhere? Because I never edited thoses pages, didn’t even know they were existing…
As for 2.8.1, what’s the difference between CURL (?) and fsockopen? Does this correct the errors I got?
What I still don’t uinderstand is why I encountered this problem since I installed WP 2.7.1 and I didn’t modify any core files… Weird. Is it a known bug?
Forum: Plugins
In reply to: Subscribe2 newsletter plug-in – don’t allow users subscription managmentI will try to find a way by myself… Not sure I will succeed but I’ll try anyway!
Forum: Fixing WordPress
In reply to: Any URL is ok for WordPress!!Thanks wearitwell, I will change my permalinks then 🙂
Forum: Fixing WordPress
In reply to: Any URL is ok for WordPress!!Hi wearitwell and ryans149, thanks for answering me. I’m setting up a blog for my company and it’s filtered by IP, so I’m afraid there is no way I can show you anything ;(
‘blabla’ doesn’t mean anything, it was just to illustrate my problem: whatever I type in the URL give my the same post page with a broken CSS. I don’t understand why I don’t get the 404 error page instead of this post page…
Forum: Plugins
In reply to: Subscribe2 newsletter plug-in – don’t allow users subscription managmentAnybody knows how to turn off manage subscription for Subscribe2? I tried to do it myself but I did something wrong, the plugin is not working properly anymore…
What do I have to modify in the plugin code? I need an expert 🙂
Thanks for your help!
Forum: Plugins
In reply to: Subscribe2 newsletter plug-in – don’t allow users subscription managmentHi, same problem here. I’m not an expert in coding, so what do I have to change to make turn off manage subscription?
Maybe it should be interesting the author of the plugin add such a functionality.
By the way, is it possible to customize the message shown about managing subscription?
Thanks a lot!
Forum: Plugins
In reply to: Retreive First Image From PostGreat hack but I have a problem: I get the first image of the post displayed exactly where I want with this code, but below it when I call <?php the_content(); ?> I get the same image again…
Any solution? Thanks!
Forum: Requests and Feedback
In reply to: [Plugin: WP-DB-Backup] huge security holeHi Gamerz, is the new version moving the htaccess already online or not yet?
Great work by the way…