marksw
Forum Replies Created
-
Forum: Your WordPress
In reply to: WordPress Is Go!Thanks, NuclearMoose 🙂
Forum: Requests and Feedback
In reply to: Entity encodingAhh, I replaced the quotes manually, bot forgot to do the hyphens.
Maybe there could just be a regexp that replaces the offending characters with the correct ones. If I get a chance I write some translation rules.Forum: Fixing WordPress
In reply to: 403, 404, and 500 server error meaningsI compiled a full list of server response codes a while back. This may help you if you get one you don’t recognise.
Forum: Fixing WordPress
In reply to: Blogging via e-mail – can’t get it to workCheers.
Forum: Fixing WordPress
In reply to: another .htaccess questionCan you post your full .htaccess file so we can see what your doing?
Forum: Everything else WordPress
In reply to: PostgreSQL1) Don’t know about your first point tallal (as I’ve never used WordPress… yet).
2) Not sure about point 2 either – why is this needed?
3) Yes – move it all. This is the whole point of classes isn’t it? Abstraction and inheritance. Is the WordPress code OO in style? Cheers.Forum: Fixing WordPress
In reply to: Blogging via e-mail – can’t get it to workSo what was the problem? Would be useful to know the mistake in case others have a similar problem 🙂
Forum: Fixing WordPress
In reply to: WP to Blogger.com?I wote a little PHP script for posting to blogger using their XML-RPC API if that is any use? It doesn’t do the editing, though I think there is a way to edit posts using the API. Not sure if, when you create a new post, the blogger API returns the new post ID. If you saved this to the WP database you could presumably have it update blogger when you modify the WP post.
I know nothing of hacking WP though (I can’t install it until it supports PostgreSQL 🙁Forum: Fixing WordPress
In reply to: .htaccess fileCan you tell us what the error message is? Is it a 404 page not fonud message?
This could suggest that the mod_rewite rule is not working. It would help if you post the error message you get.Forum: Everything else WordPress
In reply to: PostgreSQLI think that the database level should be abstracted, so that support for other databases can easily built in. As I said above, I can’t believe that this would be such a tricky job. I love postgreSQL, but I don’t see why we should just focus on this database. If a job is worth doing, it’s worth doing properly!
OK, I’ve registered too now, if this helps at all 🙂
Mark