I'd like to change from Advanced to Simple. What file do I go to change this?
And, I'd like to add "Attachements" feature just like the one here under TincyMCE.
I'd like to change from Advanced to Simple. What file do I go to change this? And, I'd like to add "Attachements" feature just like the one here under TincyMCE. |
What? Didn't get this one. perhaps some screenshot? I'd like to change from Advanced to Simple. What file do I go to change this?
so much to do.... |
I should clarify... I like to change TinyMCE in the mail compose from Advanced to Simple. |
/template/base/BxBaseMailBox.php line no 202 and 1607 change $oEditor->attachEditor ('#compose_message', BX_EDITOR_FULL, true) To this $oEditor->attachEditor ('#compose_message', BX_EDITOR_MINI, true)
so much to do.... |
Aah, different wordings. I would have never guess... thank you! Insert/Edit Image button is there, I'd like to remove that. I looked in editor_template_src.js in the plugins/tinymce/templates/simple. I don't see that option in the list? |
Well, almost all of your dolphin site shares the same TinyMCE file- BxBaseEditorTinyMCE.php so removing the image button for your mail (Which is using the "MINI" initialization params) it will also remove it from all other places on your site that uses that same Mini TimyMCE. IF YOU ARE COOL WITH THAT----->Proceed with these instructions: Edit /template/base/BxBaseEditorTinyMCE.php Remove all the words "image" or "phpimage" from the mini initialization params section. (You probably don't have phpimage if you have never edited this dolphin file before)
/**
That should do it ;) |
You can also add toobars; so the solution here is to create a toolbar just for the mail compose. Geeks, making the world a better place |
Thank you, UnderDog! No one likes URL to fill in for an image, so there's no point in having that. They all rather to upload. I would like very much to have "Attachments" feature. Should we submit a ticket? |
I think people prefer to have images inline; thus, the little image icon. It is done that way all over the net. In the case of the Dolphin emails, it is more of a site message system than email. Geeks, making the world a better place |
Thank you, UnderDog! No one likes URL to fill in for an image, so there's no point in having that. They all rather to upload. I would like very much to have "Attachments" feature. Should we submit a ticket?
Sure Thing :) That "phpimage" thing I mentioned actually does enable your members to upload images instead of using URLs... I have some other posts that help with this...or PM me, and I'll help ya out a bit if ya wish. |
BTW- A ticket here is probably useless. |
Thank you for clueing me in about TinyMCE plugins. I did some research. Looks like I'm going to use Quick File Upload. It make senses to have ONE button that handle any type of file. |
Ok, MINI is set. Desktop and Tablet... those are displayed, great! Phone... those are not displayed, boo! How do I fix this? |
Never mind, UNI works on phone. It's the responsive template that's hiding or turned off TinyMCE when using phone. This stinks! |