Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cjp

    (@cjp)

    Cheers for that alpha, I didn’t realise trencaspammers had that problem, it seems somewhat of a design flaw to say the least! I think I’ll look elsewhere.

    Thread Starter cjp

    (@cjp)

    Damn, this problem was just me being stupid. I’ve managed to do what I want using the MT API.
    Sorry.

    Forum: Fixing WordPress
    In reply to: Spam flooding

    That same git has started on me today, I’ve quickly added MooKitty’s kitten’s spam words plugin and it’s now catching all his posts and putting them in the approval queue.
    Of course that means there are a lot of comments to delete building up ?? Maybe I’ll give one of the other plugins a go too.
    I’ve just had a thought though……
    Does anyone know if there is away to have an “auto-delete unapproved comments after X days”?
    That way I could use spam assassin to delete the approval-request emails of the usual suspects whilst giving me a chance to check-out anything new. For example, if I don’t approve a comment (cos I deleted the approval request email before it even left my mail server) after 10 days it gets deleted automatically.
    It’s a bit of a sideways way of doing things I guess, but just an idea.

    Thread Starter cjp

    (@cjp)

    HOW?! Can it still be online?!
    virtual-insanity’s Jamiroquai Site
    If you want to see an example of how not to layout a website, with inline font tags, styled table cells, javascript, and terrible colors: take a look at the above website which was my previous excursion onto the web, last centuray.
    I’m baffeld thats its still there!

    Thread Starter cjp

    (@cjp)

    Cheers for the heads-up on the link! Your right, I do have a home server to play with -my trusty old linux box. I should probably take more care when copying the files over! I had to use an ugly hard-link hack to make sure the About catergory stays as the last item in the list. Forgot to update it for the web. Ooops.
    The header image (and many more) is available at: https://www.richkni.co.uk/dartmoor/ (I did credit it on the site). This site has some great pictures of the area I live in -when I scrape some more money together, hopefully next month, I plan to get myself a reasonable digital camera and take a few shots of the scenery round here myself.
    Your right, I guess it ain’t that original. But I was aiming for something that actually works on my first attempt! I’ll get the tweaking claws out soon, and actually start writing something I guess.
    Might be an idea…………
    Charlie

    The CSS also validates, though you have to change this bit (starting on line 101)
    .feedback {
    color: #ccc;
    text-align: right;
    clear: all;
    }
    to:
    .feedback {
    color: #ccc;
    text-align: right;
    clear: both;
    }
    all isn’t a valid option for clear.
    Now, wether the CSS will validate when i’ve finished with my modifcations is another matter entirely!
    Charlie

    Forum: Fixing WordPress
    In reply to: xhtml 1.1 option
    Thread Starter cjp

    (@cjp)

    Doh! That was too obvious.
    *Sometimes it’s just too easy!* ??
    Cheers,
    Charlie

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