Jalux Posted April 1, 2009 Share Posted April 1, 2009 I'm not usually one to ask for help however having done numerous searches on this site with people having the same problems of needing to use HTML in Category Description but no solution being found, could someone please create a mod or hack to enable this feature.If this is not possible a workaround would be to create a CMS page and allow redirects to replace the clicked on page.simple pagehttp://www.japanesecraftseu.co.uk/mise/category.php?id_category=5needed page[update - cms corrupted throughout entire website so page no longer exists, however the gist is the still the same]I have tried using my cpanel however if I try to do this all pages redirect to http://www.japanesecraftseu.co.uk/mise/category.php?id_category=5I would appreciate any help in this. Link to comment Share on other sites More sharing options...
Ayub Posted April 3, 2009 Share Posted April 3, 2009 I really need what you need too! Please help us guys. Thank you. Link to comment Share on other sites More sharing options...
Ayub Posted April 9, 2009 Share Posted April 9, 2009 I added this code to AdminCategories.php and then WYSIWYG Editor (TinyMc) show up. But the problem, each times i click save button, only text is saved, not the html code. Can someone help me to solve this problem. Thank you. // TinyMCE echo ' [removed][removed] [removed] tinyMCE_GZ.init({ plugins : "contextmenu, directionality, media, paste, preview, safari", themes : "advanced", languages : "'.((!file_exists(PS_ADMIN_DIR.'/../js/tinymce/jscripts/tiny_mce/langs/'.$iso.'.js')) ? 'en' : $iso).'", disk_cache : false, debug : false }); [removed] [removed] tinyMCE.init({ mode : "textareas", plugins : "contextmenu, directionality, media, paste, preview, safari", theme : "advanced", language : "'.((!file_exists(PS_ADMIN_DIR.'/../js/tinymce/jscripts/tiny_mce/langs/'.$iso.'.js')) ? 'en' : $iso).'", elements : "nourlconvert", convert_urls : false, theme_advanced_buttons1 : "bold, italic, underline, fontselect, fontsizeselect", theme_advanced_buttons2 : "forecolor, backcolor, separator, justifyleft, justifycenter, justifyright, justifyfull, separator, bullist, numlist, separator, undo, redo, separator, link, unlink, separator, code", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_buttons3_add : "ltr,rtl,pastetext,pasteword,selectall", theme_advanced_buttons1_add : "media,preview", paste_create_paragraphs : false, paste_create_linebreaks : false, paste_use_dialog : true, paste_auto_cleanup_on_paste : true, paste_convert_middot_lists : false, paste_unindented_list_class : "unindentedList", paste_convert_headers_to_strong : true, plugin_preview_width : "500", plugin_preview_height : "600", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]" });'; echo '[removed]'; Link to comment Share on other sites More sharing options...
davidan Posted October 19, 2009 Share Posted October 19, 2009 Hello,Have you found the solution ? Link to comment Share on other sites More sharing options...
blasto Posted November 20, 2009 Share Posted November 20, 2009 I search too ! Solution ?Is one module exist ? Link to comment Share on other sites More sharing options...
kennyh Posted November 20, 2009 Share Posted November 20, 2009 did you try disabling tinymce by going to the js folder and renaming tinymce folder to something else then go to the BO and try saving html Link to comment Share on other sites More sharing options...
need4speed Posted January 14, 2011 Share Posted January 14, 2011 This is a solution if you just want to enable HTML tags. Its better then just plain texthttp://www.jellygnite.com.au/blog/index.php/archive/prestashop-display-html-in-category-description/Maybe you can add the tinymce after you have made this adjustment so it will save HTML tags as well. Link to comment Share on other sites More sharing options...
ImpulsoTecnologico Posted January 29, 2011 Share Posted January 29, 2011 Great! It worked for me! It saved my day. Link to comment Share on other sites More sharing options...
Recommended Posts