Mass Mailer Advanced editor instead of simple

I apologize if this is in the wrong spot.  I have searched around and cannot seem to find this information.

 

Is there a way to change the "simple" tinymce editor to the "advanced" in the mass mailer?  I am assuming that would be done in the notifies.php in the admin section?   Anyone adjust this before?

 

Thanks for the assistance!

Cathy

Quote · 19 Jun 2011

Don't know exactly your Dolphin version... but this will probably help you ;-)

 

administration/notifies.php

function getEmailMessage($sAction)


'body' => array(
'type' => 'textarea',
'name' => 'body',
'value' => $sBody,
'caption' => $sBodyC,
'required' => true,
'html' => 1,
'checker' => array (
'func' => 'length',
'params' => array(10,32000),
'error' => $sErrorC,

 

Edit:

'html' => 1,

To:

'html' => 2,

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 19 Jun 2011

OMG!  that is marvelous! exactly what I have been searching for.  THANK YOU!

Quote · 19 Jun 2011

Great little tip Laughing

Quote · 19 Jun 2011

That works, now how about this. Is there a way to change the editor in the profile "description" in pedit.php? I can't seem to find where to change it.

Quote · 20 Jun 2011

I would love to do this to but when I try, I get the following message from my FTP:

553 Can't open that file: Permission denied
: /public_html/community/administration/notifies.php

 

Any ideas why is that or how can I overcome this?

Quote · 20 Jun 2011

Any suggestions on why I get Permission denied message??

Quote · 1 Jul 2011

Anyone have a clue where I can increase the height and width of the textarea in the mass mailer section? (body section)  this would really help out...  I have looked everywhere! (well, apparently not everywhere or I would have found it LOL )

 I am on Dolphin 7.0.6

Thanks!

Cathy

Quote · 9 Jul 2011

Thank You , it works like a charm on all areasKiss

Quote · 31 Jul 2011

 

I would love to do this to but when I try, I get the following message from my FTP:

553 Can't open that file: Permission denied
: /public_html/community/administration/notifies.php

 

Any ideas why is that or how can I overcome this?

 I have tried to change this file permisions here: CPanel - File Manager - Change Permisions

I can change it, but I cant find where to save the change and it reverts to the original permissions setting (644)

Therefore I cant apply this file modification.

Help from any one???

Quote · 2 Oct 2011

Kiss thank you very much, it works perfectly

Qui ne fait pas quand il peut ne fait pas quand il veut.
Quote · 31 Dec 2011
 
 
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.