skippy
Forum Replies Created
-
Forum: Plugins
In reply to: New anti-spam pluginSounds an awful lot like WP Gatekeeper.
More anti-spam tools makes us all safer, though. Thanks for sharing this.
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outIf what you pasted was the whole line, it’s quite possible the line got truncated, and is missing a semi-colon.
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outDo any of these links help?
http://www.modwest.com/help/kb6-265.html
http://www.vbulletin.com/forum/showthread.php?t=40831What are the contents of the line it is complaining about?
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outCan you paste the complete error message as reported by MySQL, so we can see exactly what’s happening?
Forum: Installing WordPress
In reply to: What happens now . . . .iantate: create the following one-line PHP script, and save it as
php.php:<?php phpinfo(); ?>Upload that to your website (in ASCII mode), and then try to load it in your browser. Please tell us what you see.
Forum: Fixing WordPress
In reply to: Gravatar setupHave you tried clearing the gravatar cache?
Forum: Fixing WordPress
In reply to: Gravatar setupDid you just sign up for a gravatar with the email address you used on your test comment? It takes a short while for the gravatars to get approved.
Forum: Everything else WordPress
In reply to: Help! No idea how to start…First Steps With WordPress is probably a good place to start.
There does exist some Spanish documenation:
http://codex.wordpress.org/ES:Main_PageForum: Installing WordPress
In reply to: Posting by email does not pingFor clarity sake, I am the author of WP-Cron (and wp-cron-mail). I am not the author of the gmail plugin I linked above.
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this EveningYou can’t place raw PHP into posts without a plugin like RunPHP.
Forum: Everything else WordPress
In reply to: Editing mysql dbForum: Installing WordPress
In reply to: Posting by email does not pingGive this plugin a try. Let us know if it works.
Forum: Installing WordPress
In reply to: Posting by email does not pingI’m saying that it should.
I don’t use Blog_By_Email, nor do I use any of the XMLRPC posting clients, so I can’t confirm the functionality. But the changes were committed to WordPress 1.5.2, so it should work.
Forum: Plugins
In reply to: How are posts linked to categories in the database?The
post_categoryfield is left over from the early days of WordPress, where posts could only ilve in a single category.The
post2cattable contains the correlation post ID to category ID.Forum: Fixing WordPress
In reply to: Atom – This feed is an obsolete version?WordPress 1.5.2 was released before the Atom spec finalized onto 1.0.
WordPress 1.6 will include Atom 1.0 support.