Please provide a link to the plugin download.
The plugin’s two file unzip to a subfolder called comment-quicktags but it (the plugin) only worked when I put those two files into the wp-content/plugins folder. So I had to delete the wp-content/plugins/comment-quicktags folder then upload the two file directly to the plugins folder.
At least I hope that’s your problem 😉
Thank you very much!!
It’s working now, though I need to change the CSS code a little for a better viewing. Anyway, thank you!!
I just recently used this plugin, but it doesn’t work, instead, it gives me error like these:
Warning: preg_replace() [function.preg-replace]: Compilation failed: nothing to repeat at offset 0 in /home/*******/public_html/wp-includes/formatting.php on line 668
could someone help me?
whoops, apparently it’s not the plugin fault. It caused by moresmilies plugin. don’t worry it has been solved. but still, this quicktags+ doesnt’ work for me =/
In comment_quicktags_plus.php, replace lines 75-76 with…
$scripturl = get_settings('siteurl') . '/wp-content/plugins/comment-quicktags/js_quicktags.js';
$thisurl = get_settings('siteurl') . '/wp-content/plugins/comment-quicktags/' . basename(__FILE__);
thank you very much, Michael H. That worked for me, as well.