Sites TinyMce

Hi

When editing a site TinyMce editor seems limited

is there a way for it to have more functions like the TinyMce editor for events?

 



Many thanks

sites.JPG · 17K · 279 views
events.JPG · 17.6K · 288 views
Quote · 5 Nov 2015

Take a look at /templates/base/scripts/BxBaseEditorTinyMCE.php

 

Standard view Vs Full view   ....... plugins & toolbars

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Nov 2015

Thanks

I had a look and I can see the difference between standard and full

but where would I change the reference for standard v full in the sites module?

Many thanks

Quote · 5 Nov 2015

/modules/boonex/sites/BxSitesFormAdd.php:138  Change that 1 to a 2

                'description' => array(
                    'type' => 'textarea',
                    'name' => 'description',
                    'value' => isset($this->_aParam['description']) ? $this->_aParam['description'] : '',
                    'caption' => _t('_bx_sites_form_description'),
                    'required' => true,
 'html' => 1,
                    'checker' => array (
                        'func' => 'length',
                        'params' => array(1,64000),
                        'error' => _t('_bx_sites_form_field_err'),
                    ),
                    'db' => array(
                        'pass' => 'XssHtml'
                    )
                ),
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Nov 2015

Brilliant Smile

thanks Houstonlively

Quote · 5 Nov 2015
 
 
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.