Comment Form Quicktags
1月 8th, 2009
WordPress プラグインの、Comment Form Quicktags を公開しました。
クイックタグをコメントフォームに追加するプラグインです。
ダウンロードはComment Form Quicktags « WordPress Pluginsへ
Did you find this information helpful? If you did, consider donating.


I removed you add_head() function and add this to your set_hooks() function:
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
The latest update seems to have broken the plugin. The quick tags are no longer displaying above the comment form on my site.
@Geoffrey Allan Plauché
The plugin in my WordPress works well.
Did you get any PHP error or Javascript error?
Hi,
Thanks for my translation!
The problem who i had reported come from well of your plugin?
@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.
@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.
can i add smyles?
@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.