Results 1 to 6 of 6

Thread: After The Deadline, now available on comments

  1. #1
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default After The Deadline, now available on comments

    Matt asked me to add this to his blog. I liked the idea, so I made it into a plugin.

    http://wordpress.org/extend/plugins/atd-for-comments/

    It just puts a little spellcheck button below your comments form, using After the Deadline as the backend to do the proofreading.

    Thought some people might like it.

  2. #2
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    Awesome, this rocks! :D

  3. #3
    gautam's Avatar
    gautam is offline Hello World
    Join Date
    Oct 2009
    Location
    Gurgaon, Delhi, India
    Posts
    12

    Default

    You actually don't need all of atd-jquery there. You may check out my AtD/bbPress plugin, I have also compressed and combined the JS & CSS files - http://plugins-dev.bbpress.org/brows...deadline/trunk

  4. #4
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    Quote Originally Posted by gautam View Post
    You actually don't need all of atd-jquery there. You may check out my AtD/bbPress plugin, I have also compressed and combined the JS & CSS files - http://plugins-dev.bbpress.org/brows...deadline/trunk
    True, but I wanted it to be easily upgradable by simply dropping in the new atd-jquery files, directly from their download. I'm not big on having to do my own processing and such to create a plugin. Simplicity generally works better, in my experience.

  5. #5
    D.i M.e is offline Hello World
    Join Date
    Sep 2009
    Posts
    14

    Default

    You could use wp_enqueue_style for CSS file and JavaScript files can be moved to footer since I don't see a reason why they need to be in a head.

  6. #6
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    I'm pretty sure this must fail validation:
    Code:
    <style>.AtD_proofread_button, .AtD_edit_button { margin:5px; }</style>
    It should be:
    Code:
    <style type="text/css">.AtD_proofread_button, .AtD_edit_button { margin:5px; }</style>
    It would be good if you could shunt that off into the main CSS file too rather than dumping it onto the page like that. I can see why you did it, as you are presumably trying to keep the original folder in tact for upgrade purposes, but it does lead to nasty looking inline styling in the process.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •