I am trying to remove some elements such as HTML writing and embedding pictures for mail compose. I tried to look into BxBaseMailBox.php but I did not find the code. Can someone please help me?
I am trying to remove some elements such as HTML writing and embedding pictures for mail compose. I tried to look into BxBaseMailBox.php but I did not find the code. Can someone please help me? |
Please specify what elements you need that will removed ? Some elements in tinymce right? PS: If possible do not write me personally, please try to ask on the forum first |
Hi Sasha, I would like to remove the 'HTML' button on the top bar because this allows users to embed code into messages. Also, I would like to remove the picture, and hyperlink buttons. These are not necessary for my website.
Thanks. |
1. Only admins can insert embed code or javascripts. If some one from your site's members (not admin) will try insert some of them dolphin will delete all potential dangerous code automatically! 2. If you want delete that buttons follow these instructions : a. Open the : templates/base/scripts/BxBaseConfig.php find this code line: $this -> sTinyMceEditorJS = ' and replace with: $this -> sTinyMceEditorJS = '
don't forget clean all caches PS: If possible do not write me personally, please try to ask on the forum first |