Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Your WordPress
    In reply to: Redesigned.. better?
    Thread Starter wosh

    (@wosh)

    @ Basketball:
    If you were using a ‘real’ browser, your suggestion would already
    be working. Blame IE ??
    And about the themes… well.. I am using a 1.3 beta..
    The problem is I didn’t bother to check out the theme support, and just hacked everything together in the index.php. Oops ??
    I’ll look into it though, it would be cool to have both styles up.

    Forum: Your WordPress
    In reply to: Redesigned.. better?
    Thread Starter wosh

    (@wosh)

    Thanks for all the comments, it’s much appreciated ??
    I really wanted to get away from the generic two column blog layout, and I’ve always liked minimalist design, so I went that direction.
    I still like the old site aswell, sadly the xhtml differs quite a bit, and I’ve hacked my new wordpress install completely to pieces, so I doubt I can get the old design working as an alternate style…
    Thanks again.

    Thread Starter wosh

    (@wosh)

    Ok, to answer my own question:
    You NEED to have the month in your permalink in order to be able to have monthly archives.
    I’m not too happy about this… All my permalinks have changed.
    But alas, there are only 3 posts in there anyway… It could have been worse.
    -Bastiaan

    Forum: Your WordPress
    In reply to: vivified
    Thread Starter wosh

    (@wosh)

    Thanks for all the kind words!
    I saw the IE5 rendering error, but couldn’t find an easy fix.
    And css hacks feel a bit awkward anyway… I’ll look into it.
    Unfortunately I don’t have a mac (wish I did), so I haven’t tested it
    with any mac browsers.
    I’ll also look into the text-zooming for IE. Shouldn’t be too hard to implement.
    Thanks again!
    -Bas

    Forum: Your WordPress
    In reply to: vivified
    Thread Starter wosh

    (@wosh)

    damn I really need more sleep.
    https://vivified.net/
    sorry.

    Thread Starter wosh

    (@wosh)

    Ok, I did some debugging myself and found that the point where the
    page stopped working was at the point where the blow owner was
    notified of changes. To be exact:

    if ((get_settings('comments_notify')) && ($approved)) {
    wp_notify_postauthor($comment_ID, 'comment');
    }

    And my system doesn’t have sendmail support compiled in.
    That broke the pipe. Now that I’ve turned off email notification
    it works like a charm.
    Maybe the options page should do a check (a simple
    function_exists() would do the trick) if mail() is available.
    Anyway, thanks for the replies, and WordPress ofcourse.
    Cheers,
    Bas Terhorst

    Thread Starter wosh

    (@wosh)

    I have, and it didn’t work.
    I’ve reinstalled wordpress (I didnt like the folder it was
    installed in). I can log in again. I’ve tried logging out, and deleting my cookies, and it still works. So hurrah.
    The coments problem however, persists.

Viewing 7 replies - 1 through 7 (of 7 total)