Comment Form Quicktags

WordPress プラグインの、Comment Form Quicktags を公開しました。

クイックタグをコメントフォームに追加するプラグインです。

ダウンロードはComment Form Quicktags « WordPress Plugins

Did you find this information helpful? If you did, consider donating.

関連記事

  1. 8月 8th, 2010 at 05:58 | #1

    I removed you add_head() function and add this to your set_hooks() function:

    wp_enqueue_script("cf_quicktags", WP_PLUGIN_URL . "/comment-form-quicktags/quicktags.php");
                    wp_enqueue_style("cf_quicktags", WP_PLUGIN_URL . "/comment-form-quicktags/style.css", false, "1.0");

    This registers the js and css within the wordpress theme and enables your plugin to be optimized by wp_minify. Perhaps you want to include this changes in your next release. Thank you for your great work

  2. 8月 14th, 2010 at 06:21 | #2

    The latest update seems to have broken the plugin. The quick tags are no longer displaying above the comment form on my site.

  3. 8月 14th, 2010 at 18:28 | #3

    @Geoffrey Allan Plauché
    The plugin in my WordPress works well.
    Did you get any PHP error or Javascript error?

  4. 8月 15th, 2010 at 19:30 | #4

    Hi,
    Thanks for my translation!
    The problem who i had reported come from well of your plugin?

  5. 8月 17th, 2010 at 05:13 | #5

    Regen :
    @Geoffrey Allan Plauché
    The plugin in my WordPress works well.
    Did you get any PHP error or Javascript error?

    @Regen

    I discovered the source of the problem. The plugin conflicts with the Javascript to Footer plugin. This wasn’t the case before the latest update.

  6. 8月 17th, 2010 at 22:57 | #6

    @Geoffrey Allan Plauché
    I read the source of Javascript to Footer plugin and found the cause.

    In old versions of Comment Form Quicktags plugin, it loads Javascripts directly but it loads scripts via wp_enqueue_script function in the new version. Javascript to Footer plugin replace the script loaded by wp_enqueue_script function. So the script of Comment Form Quicktags plugin is loaded at the footer when Javascript to Footer plugin is activated.

    The problem is that Quicktags require its script to be loaded at the header.
    Therefor, Comment Form Quicktags plugin isn’t compatible with Javascript to Footer plugin.

  7. 8月 20th, 2010 at 16:11 | #7

    can i add smyles?

  8. 8月 22nd, 2010 at 22:37 | #8

    @Sp0nky
    There is a way:
    ID: ed_biggrin
    Display: ; – )
    Start tag: ; – )
    (Remove spaces in values of Display and Start tag)

    But I think using other plugins is a better way.

Comment pages
  1. 2月 2nd, 2009 at 22:55 | #1
  2. 2月 7th, 2009 at 16:02 | #2
  3. 5月 3rd, 2009 at 22:07 | #3
  4. 5月 28th, 2009 at 00:10 | #4
  5. 10月 5th, 2009 at 01:04 | #5
  6. 11月 7th, 2009 at 23:06 | #6
  7. 11月 7th, 2009 at 23:22 | #7
  8. 4月 15th, 2010 at 22:27 | #8
  9. 4月 19th, 2010 at 06:06 | #9
  10. 8月 18th, 2010 at 07:38 | #10