Quote:
Originally Posted by Mystics
I have written a small plugin to show the post templates within Quick Reply:
Attachment 96312
Just import the plugin xml file (it's just a plugin, not a product/addon!).
You also have to add this code to the existing plugin vB Post Templates: Cache Templates:
Code:
if (THIS_SCRIPT == 'showthread')
{
$globaltemplates[] = 'editor_posttemplates';
$globaltemplates[] = 'editor_posttemplates_js';
}
|
Thanks for sharing this plugin for Quick Reply, but it is not working together with mod
Quick Editor Improver 3.0, which is also very useful :-(. When I enable QEI 3.0, Post Templates in QR doesn't work, when I disable it, Post Templates in QR works correctly.
Any ideas how to solve this conflict please?