Messages requirements

Messages requirements

by Claudio ancooor -
Number of replies: 3

Hi all,

 

in order to have the message function enabled on my custom app wich are the requirement to be satisfied in terms of MM version and Moodle version?

It is mandatory to have the Notifications enabled?

 

Thanks a lot


 

Average of ratings: -
In reply to Claudio ancooor

Re: Messages requirements

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Plugin developers Picture of Testers

Moodle 2.8 or install this plugin: https://docs.moodle.org/28/en/Moodle_Mobile_additional_features


I recommend you to use the plugin

In reply to Juan Leyva

Re: Messages requirements

by Claudio ancooor -

Hi Juan,

thank you very much.

 

But I have a strange problem. I'm trying to use your custom app (https://github.com/jleyva/moodlemobile/tree/mootes14)

but the plugin Mootes14 disable the following plugins:

-My File

-Upload

If I comment the last line     //    MM.registerPlugin(plugin);

the login page works but the menu on the left pane is not displayed.

 

What can be the problem?

 

Cheers

In reply to Claudio ancooor

Re: Messages requirements

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Plugin developers Picture of Testers

Hi Claudio,

you don't see that options because the sample application disabled that options, if you follow the tutorial you will see that for adding back those plugins you need to edit the config.json file and add "upload", "myfiles" in the plugins attribute

Cheers, Juan