Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Plugins
    In reply to: WP-Pulse plugin
    Thread Starter skybly

    (@skybly)

    I’ve posted a small update to the plugin (the image should now also rebuild on trackbacks and pingbacks) and some hopefully not too confusing instructions for fixing the “conflicting comment plugins” issue:
    http://www.the-witch.net/archives/2004/11/update-wp-pulse/

    Which version of WP are you using? I don’t believe 1.2 supports posting images via email in the default install – the nightlies might, but I’m not sure.
    I use the WP Mail plugin which allows me to moblog by sending emails with image attachments from my Nokia 3650. Works pretty well!
    I faintly remember there was a problem though – I think the images from my phone initially didn’t get posted because for some reason the script identified them as applications. I “fixed” it by just changing the script so that even application files are treated like images, since I’m the only one posting to it and I don’t need to post anything but images anyway. Not a very elegant solution though…

    Forum: Plugins
    In reply to: Image Gallerie WordPress

    I’m not familiar with Gallery specifically, but I’m sure this can be done much more elegantly by just using header/footer includes (works for all the scripts I use, anyway). Why spoil a page with iframes if you don’t have to? 🙂

    I use header and footer includes for all my pages, and the menu is in the header. So yup, that would work 🙂

    I wouldn’t recommend Coppermine if you want valid XHTML and clean markup (without unneccesary tables). I’ve tried to do that before and it’s a major pain in the [insert body part of choice], you’d have to not only change the layout templates but also the coding itself – not good if you ever intend to upgrade.
    I like 4images, it has a very clean templating system and it took me no time to make it validate as XHTML 1.0 Strict and take out all the tables (except the one that holds the thumbnail overview). I’d post my result but my WP site is still under construction 🙂 Anyway, you can download it here: http://www.4homepages.de

    It’s not a bug, it’s a feature 😉 the_date only “works” once for each day. If you want to display a date with every post, you need to use the the_time function and give it a formatting string as a parameter. See the documentation: http://wordpress.org/docs/template/#date_time

    Forum: Plugins
    In reply to: Plug hack?
    skybly

    (@skybly)

    I think you’re looking for the Comment Plugger 🙂

    skybly

    (@skybly)

    I don’t believe there’s an extra archive template, but you can just copy index.php to archive.php, for example, and change index.php so that permalinks etc. call up that copied file. Then edit archive.php as you wish 🙂
    I’m doing the exact same thing to have different templates for index, category and date archives.

    I’m also getting this error, when I go to the second page of my index, and on the edit screen in the admin menu (in that case it occurs right before the preview box). Any ideas? I’m using the latest nightly and am using mod_rewrite as well.

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