Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/2020 in all areas

  1. How to create your own Email Template within CKEditor I successfully created my own custom newsletter-style template, with its own graphical header within CKEditor This is for those of you wanting to know how to create your own custom HTML template when you go to "Account Actions" - - > "Email Client" - - > from within your Admin panel ========================= Within the CKEditor folder open up the Default JS file found at... /vendors/ckeditor/plugins/templates/templates/default.js ( as of september 17, 2020 in Blesta 4.11.2 this no longer the path. See the new path at . . . https://www.blesta.com/forums/index.php?/topic/10716-how-to-create-your-own-email-template-within-ckeditor/&do=findComment&comment=67645 ) ================ Make certain to place every HTML tag and every line of text between two (2) commas , along with a plus-sign at the end of each of the ending-commas. FYI - The plus-sign should NOT come after the VERY LAST HTML tag. ========================= CODE EXAMPLE: '<span style="font-size:18px">'+ '<strong>'+ '<span style="color:#003366">'+ '<span style="font-family:Arial,Helvetica,sans-serif">'+ 'Here is some sample text'+ '</span>'+ '</span>'+ '</strong>'+ '</span>' ======================== ONLINE EXAMPLE: https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/templates/templates/default.js ========================= If you do not see any changes from within the front-end WYSIWYG for CKEditor , try clearing your browser's cache. Please " Vote this Up " if you like it.
    1 point
  2. Happy to say that the issue is [ RESOLVED ]. According to the Support post at . . . https://www.blesta.com/forums/index.php?/topic/14174-can-no-longer-add-an-email-template-for-wysiwyg-in-ck-editor/#comment-67637 https://dev.blesta.com/browse/CORE-2871 Jono ( developer ) wrote: " We moved ckeditor to vendors/blesta/ckeditor. I wasn't directly involved but it looks like we did so in order to maintain some custom changes. " ___________________________________________ As of September 17, 2020 ( In Blesta 4.11.2 ) STEP 1 ) - So now you go to /vendors/blesta/ckeditor/plugins/templates/templates/default.js STEP 2 ) - Make the code changes to add in your own template. ONLINE EXAMPLE: https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/templates/templates/default.js STEP 3 ) - If you do not physically see your new custom template from within the front-end WYSIWYG for CKEditor , try clearing your browser's cache. ========= Here is a bonus link see some different examples on how you can use these Custom Templates . . . https://youtu.be/wxTCJasKLYI Please " Vote this Up " if you like it. ...
    1 point
  3. @Jono Thank you SO much ! I use this "template" function regularly . I will update my "Contribute" post to reflect this at . . . https://www.blesta.com/forums/index.php?/topic/10716-how-to-create-your-own-email-template-within-ckeditor/&do=findComment&comment=67645 ?
    1 point
  4. Blesta version 4.12.0-b1 (BETA 1) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2020/09/17/blesta-4.12-beta-released/ This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4.12 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.12.0-b1. For older releases see all Change Logs.
    1 point
×
×
  • Create New...