Mail Compose

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.

Quote · 19 Oct 2013

 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....
Quote · 19 Oct 2013

I should clarify... I like to change TinyMCE in the mail compose from Advanced to Simple.

Quote · 19 Oct 2013

/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....
Quote · 19 Oct 2013

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?

Quote · 19 Oct 2013

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)


For example- Remove all code I have in red below:

    /**
     * Minimal view initialization params
     */
    protected static $WIDTH_MINI = '340px';
    protected static $CONF_MINI = "
                        plugins: 'autolink,autosave,lists,inlinepopups,paste,fullscreen',
                        width: '100%',
                        height: '150',
                        theme: 'advanced',
                        theme_advanced_buttons1: 'bold,italic,underline,removeformat,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,|,blockquote,|,link,unlink,image',
                        theme_advanced_buttons2: '',
                        theme_advanced_buttons3: '',
                        theme_advanced_toolbar_location: 'top',
                        theme_advanced_toolbar_align: 'left',
                        theme_advanced_statusbar_location: 'none',
    ";

 

That should do it ;)

Quote · 19 Oct 2013

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
Quote · 19 Oct 2013

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?

Quote · 19 Oct 2013

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
Quote · 19 Oct 2013

 

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.

Quote · 19 Oct 2013

BTW- A ticket here is probably useless.

Quote · 19 Oct 2013

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.

Quote · 19 Oct 2013

Ok, MINI is set. Desktop and Tablet... those are displayed, great! Phone... those are not displayed, boo! How do I fix this?

Quote · 21 Oct 2013

Never mind, UNI works on phone. It's the responsive template that's hiding or turned off TinyMCE when using phone. This stinks!

Quote · 17 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.