no filepicker in atto editor

no filepicker in atto editor

by stefan weber -
Number of replies: 4
Picture of Plugin developers

i'm doing a course format plugin that has some information that can be set using a text editor.

what does not work yet is uploading pictures - if i click on the "insert picture" icon in the text editor (atto), it will not have a "browse repositories..." button.

if i understand correctly, i have to set the element as trusted and enable pluginfiles? i tried a couple of options, but nothing worked yet

                
$courseformatoptionsedit = array(
                'grading' => array(
                    'label' => get_string('grading', 'format_scfhtw'),
                    'element_type' => 'editor',
                    'options' => array(
                        'noclean' => 1,
                        'trusted' => 1,
                        'trusttext' => 1,
                        'maxfiles' => 5,                        
                    ),

what am i missing?


Average of ratings: -
In reply to stefan weber

Re: no filepicker in atto editor

by Dr. Nellie Deutsch -

I started having the same problem with Atto. TinyMCE is fine, but I prefer Atto. 

In reply to Dr. Nellie Deutsch

Re: no filepicker in atto editor

by Dr. Nellie Deutsch -
I'm answering my own question. I disabled MathType by WIRIS under repositories and the file picker (browse repositories) is back to normal. I hope it helps someone else as I have had the problem for over a year.
Average of ratings: Useful (2)
In reply to Dr. Nellie Deutsch

Re: no filepicker in atto editor

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Hi there and thanks for posting the solution so that others will benefit smile
In reply to Dr. Nellie Deutsch

Re: no filepicker in atto editor

by Séverin Terrier -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Hi,

It would be useful to inform MathType by WIRIS developper of this problem, so that it's been investigated and corrected.

Séverin
Average of ratings: Useful (1)