Quote:
Originally Posted by Cla75
Can I ask if you could include this mod in its quick reply?
Thanks for your help
|
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';
}
|
Top of this page to the right, just below navbar is search this mod...it comes in handy.