MODx Tools Configuration Custom Plugins: table Custom Buttons: tablecontrols --------------------------------------------------------------------------- Custom Plugins: ,template Custom Buttons: ,template Upload html template code files to: assets/templates Backup file: /public_html/assets/plugins/tinymce3201/tinymce.functions.php Ad list of template files somewhere between gray lines $tinymceInit .= "theme_advanced_resize_horizontal : false,
"; <<insert list of template files here>> $tinymceInit .= " template_templates : [ { title : "Template 1", src : "assets/templates/Template 1.html", description : "Template 1" }, { title : "Template 2", src : "assets/templates/Template 2.html", description : "Template 2" }, ]".",
"; <<insert list of template files here>> $tinymceInit .= (!empty($advimage_styles) ? " advimage_styles : "".$advimage_styles."",
" : ""); |