skippy
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Posting by email does not pingThe file you found is a patch, which contains bits from the original file, and bits from a modified version of that file. The lines prefaced with
+are the new bits, you would add to to the original file. Better would be to use thepatchtool on a UNIX-like system, which handles these files automatically.But don’t bother fooling around with any of this. If you’d read the whole ticket in the link above, you’d see that this problem has been fixed in WordPress 1.5.2, so just upgrade to that version.
Changeset 2780 should document that the appropriate changes were made to xmlrpc.php.
Forum: Fixing WordPress
In reply to: Parse Error Line 10I’m using Firefox on Debian GNU/Linux, and I see no such error when I click that link:
This XML file does not appear to have any style information associated with it. The document tree is shown below.Forum: Fixing WordPress
In reply to: Parse Error Line 10The feed validator says your feed is valid.
Forum: Installing WordPress
In reply to: Public Execute PrivilegesYou are correct. This is coverd in Hardening_WordPress.
Forum: Fixing WordPress
In reply to: Hack or plugin for moderating comments with one URLCan you rephrase what it is you want. “I want to force comments with 1 or more comments to be moderated” doesn’t make sense to me.
Forum: Installing WordPress
In reply to: Where to insert code?sketch: after you activate the plugin, you should add the following to your sidebar, where you want the output to occur:
<? php cypher_latestposts(); ?>What problems were you experiencing?
Forum: Installing WordPress
In reply to: Where to insert code?Warning: link may be NSFW.
Forum: Fixing WordPress
In reply to: different backgroundimages for each category on the mainpageSee also the Structured Blogging and Force Category Template plugins.
Forum: Installing WordPress
In reply to: What happens now . . . .It looks like your webserver is not configured to parse PHP files, but is instead displaying them as plaintext.
You’ll need to add a Handler for PHP to your Apache configuration:
AddType application/x-httpd-php .phpForum: Plugins
In reply to: Creating a new post without using admin.phpWriting_A_Plugin is probably the best place to start, if you’re new to writing plugins.
Explaining the post processing logic is awkward, and time consuming. You’re likely better off reading post.php to see what sequence of events occur when you normally press “Publish”.
Forum: Fixing WordPress
In reply to: WPDB var_dumpWhen are you calling the
var_dump()? It’s likely holding cached data from the last SQL query.Forum: Installing WordPress
In reply to: How Do I fix this ?See Installing_WordPress.
Forum: Fixing WordPress
In reply to: code postsYou can use the
<code>foo</code>HTML tag.You may also need to remember to use < and > to display angle brackets properly.
Forum: Fixing WordPress
In reply to: code postsSorry, put what code where? In your blog? Here in the forums?
Please be a little more specific.
Forum: Installing WordPress
In reply to: How Do I fix this ?Try re-uploading all the files again, taking care to use FTP ASCII mode.