Tag - EMAIL Maker

Maximize CKEditor edit window with one click on small screens

Do you have a small CK Edtitor screen and you want to make it bigger with one click? Follow our tip how to add  Maximize button to your Editor. ImplementationGo to folder: libraries/jquery/ckeditor and find file config.js We need to edit file config.js by removing maximize from the config.removePlugins line and put it to config.plugins line So change config.js from:CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //vtiger editor toolbar configuration config.removePlugins = 'save,maximize,magicline'; config.fullPage = true; config.allowedContent = true; config.disableNativeSpellChecker...

How to create own Custom function for PDF Maker or EMAIL Maker?

Hello Guys,lot of our customers ask me how to create custom function for PDF Maker or EMAIL Maker. Even thought it is described in our manuals (you can read it here) of these extensions, I will show you it one more time with simple example.First at all, you need to create own .php file because with update of PDF Maker or EMAIL Maker our standard files are re-written and you can lose your function.Please create your new file in: [vtigerROOT]/modules/PDFMaker(EMAILMaker)/resources/functionsHow to create own custom function At least, your file have to contains <?php You can also copy these lines to your new file: if (!function_exists('nameofyourfunction')) {function nameofyourfunction( ) { ...

Dear Vtiger Community, we now also support Vtiger 8.1 version. The list of supported extensions can be checked via More info button.

X