Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • You’re welcome. As for the e-mail notification deal, I have no idea what’s going on with that since I haven’t installed anything past the March 31st nightly. Perhaps the latest nightly (April 8) will resolve your problem, or else it could lead to even more bugs, hehe.

    Hi Beel, try putting this in wp-comments.php where you’d like the comment moderation notice to be displayed. This portion of code was in the older code (i.e. miles and blakey afaik), but it has been taken out of wp-comments.php in the more recent nightlies. I have no idea why the devs took it out though. Perhaps they’re cooking up a new way to announce comment moderation? Oh well, here’s the code…

    <?php
    if ('none' != get_settings("comment_moderation")) {
    ?>

    Please note: Comment moderation is currently enabled so there may be a delay between when you post your comment and when it shows up. Patience is a virtue; there’s no need to resubmit your comment.

    <?php
    } // comment_moderation != 'none'
    ?>

    Forum: Plugins
    In reply to: Grins – removing smilies

    Taken straight from Alex King’s WP-grins readme:
    “Optional – add the clickable smilies to the comments form in your blog.
    Open up wp-comments.php and find the <textarea> tag with id=”comment”. Then add this right before that <textarea> tag.
    <?php wp_grins(); ?>
    If you use the pop-up comment form, you’ll need to do the same in the wp-comments-popup.php page.”

    Forum: Fixing WordPress
    In reply to: WP 1.2?

    Lilandra: Try out the March 31st Nightly build of 1.2-alpha. I had the same problem until I upgraded to that version. Hope that helps.

    Forum: Plugins
    In reply to: Best smilies hack?

    What version of WP are you using? The best one that I have seen so far is Alex King’s clickable smilies hack. It adds clickable smilies to the comments page as well as the admin post page. You can find it at his website under wp/b2 hacks. https://www.alexking.org ^_^. Hope that was helpful.

    Forum: Fixing WordPress
    In reply to: Skin Change
    pogi

    (@pogi)

    For those styles to work, you should really try Alex’s wp-style hack on his wp/b2 hacks page.

    pogi

    (@pogi)

    haha mine isn’t either. ^_^

    pogi

    (@pogi)

    Yes we can. This option is in the Categories menu of the Admin page. Look for something like “Category Parent”. This feature is in the nightly builds, but I don’t recall if it’s in the Miles 1.01 release. ^_^

Viewing 8 replies - 16 through 23 (of 23 total)