antifuse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 1 RC1 -> WP-login ErrorI found myself getting fun errors like that whenever I have extraneous blank lines at the end of my php files. Sounds dumb, but it’s something to check anyway.
Forum: Everything else WordPress
In reply to: WP 1.00.72 is the latest “stable” build… 1.0 is the beta version in CVS, and it’s not stable yet. But you CAN snag it from the CVS if you want.
Forum: Fixing WordPress
In reply to: mysterious “index.php”I can’t wait for 1.0 to be released! So many yummy new features! 🙂
Forum: Everything else WordPress
In reply to: Your site on Mac / SafariWow, mine actually looks better in Safari than it does in IE6… hehehe…
Forum: Fixing WordPress
In reply to: Smiley SpacingLook in the file b2-include/b2vars.php – that’s where the definition of all the smileys is located, and you might notice that a bunch of them have a space before the smiley itself
ie: ” :)” ” ;)”
I took those spaces out, and it fixed it up fine. The downside is that if you ever use any of the smileys and don’t have a space in front of them, it will still insert the smiley.Forum: Fixing WordPress
In reply to: Ampersands escaped in URLs within commentsYeah, you want those ampersands escaped, otherwise it’ll bugger up your RSS feeds (XML really doesn’t like unescaped ampersands)
Forum: Themes and Templates
In reply to: Christmas StylesheetGoodness GRACIOUS that is green. It makes my eyes go all crazy. Definitely very Christmas though! 🙂
Forum: Installing WordPress
In reply to: Movable Type – to – WordPressFor anyone interested, who might want to use the first script (and not the second one which uses the MT Export file), I’ve modified the first script so that it doesn’t lose categories (important for me, since I had several hundred entries), the passwords are reset for users, all users are set to admin, and it doesn’t wipe out apostrophes. My entry describing my changes is here:
http://www.ryanwaddell.com/index.php?m=200312#post-733