leflo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: application/x-httpd-phpFirefox says that the content-type is application/x-httpd-php, if it is, Firefox does right and WordPress or Apache/PHP is at fault, if not it is a Firefox bug. Would be good to know if that is a WordPress/Apache/PHP bug or a firefox bug, wouldn’t it? And maybe the request headers help to reproduce the bug.
Forum: Fixing WordPress
In reply to: application/x-httpd-phpMaybe someone could provide a tcpdump?! Would certenly help to understand the problem.
Forum: Fixing WordPress
In reply to: application/x-httpd-phpAnd what version of PHP and Apache is your side running?
Forum: Fixing WordPress
In reply to: application/x-httpd-phpWhat do get if you save the file, actually? What’s in it?
Forum: Plugins
In reply to: Plugin: Scrobbler (just another audioscrobbler plugin)Now with Widget support and control panel.
Forum: Themes and Templates
In reply to: Theme: Musil 0.99.0… and the changes are now visible on the site, sorry …
Forum: Themes and Templates
In reply to: Theme: Musil 0.99.0IE problems fixed in version 0.99.2, which is out now.
Forum: Fixing WordPress
In reply to: Dynamically switch between “review” or “comment”Looks good to me.
Forum: Fixing WordPress
In reply to: Show more than 1 post (using multiple queries) on singe post page?You may want to use
rewind_posts()
andquery_posts('..')
. Look in the codex, there should be some documentation.Forum: Plugins
In reply to: New TV guide Plugin – Syntax help pls.Forum: Fixing WordPress
In reply to: the_ID() as argument for wp_list_pages – how?You see, the function
the_ID()
returns nothing, it is only echoing $id, which is a global variable in WordPress.Forum: Plugins
In reply to: need alternative to C-U-R-L for including postsInclude the snoopy class and do this:
$snoopy = new snoopy;
$snoopy->fetch("https://www.naturopathy-uk.com/blog/xmlrpc.php");
echo $snoopy->results;
Forum: Plugins
In reply to: need alternative to C-U-R-L for including postsDid you try snoopy? It just came to my mind, that I’m using it with great success. (wp-includes/class-snoopy.php)
grep’ing through the file, it seems that it uses curl too, but the binary and not the library (which seems to be the problem).
Forum: Your WordPress
In reply to: urbanestyles.nlnice. ??
only your newsletter-email-input-box is to big and destroys the layout.
Forum: Plugins
In reply to: need alternative to C-U-R-L for including postsYou should ask your hoster why he won’t upgrade to the new version of PHP. Since the problem is fixed your hoster should have no problem with the use of the cURL library. But if he insists to have that code removed you should consider to change to a more professional hoster.