Member baru? Bingung? Perlu bantuan? Silakan baca panduan singkat untuk ikut berdiskusi.

Welcome to Forum Sains Indonesia. Please login or sign up.

Maret 29, 2024, 12:49:59 AM

Login with username, password and session length

Topik Baru

Artikel Sains

Anggota
Stats
  • Total Tulisan: 139,653
  • Total Topik: 10,405
  • Online today: 142
  • Online ever: 1,582
  • (Desember 22, 2022, 06:39:12 AM)
Pengguna Online
Users: 0
Guests: 113
Total: 113

Aku Cinta ForSa

ForSa on FB ForSa on Twitter

bagaimana cara menginstall moodle mobile?

Dimulai oleh fathul, Oktober 14, 2010, 10:14:24 AM

« sebelumnya - berikutnya »

0 Anggota dan 1 Pengunjung sedang melihat topik ini.

fathul

bro sista mungkin stiap ane buat trit pasti minta tolong ini itu, belum ada sumbangan tutorial dari ane untuk forum ini  :'( tp tdk apa2 kan yak

ane mau tanya cara install moodle untuk di hp. bingung ni sama istilah dibawah ini
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The latest version of Moodle for Mobiles works with Moodle 1.9.
Moodle for Mobiles for Moodle 1.6 is still available
You can still get the old version of Moodle for Mobiles from this url [pranala luar disembunyikan, sila masuk atau daftar.] This older version works with Moodle 1.6. Instructions for installation of the older version are included in the downloadable package in a file called README.txt
Optionally install the Japanese language pack.
You will need to check out the Japanese language pack (or download it with the new lang pack download admin facility) as well - only the english language pack is now included in the main moodle distribution.
Optionally install the feedback module.
Also if you want to use Andreas Grabs' feedback module the latest version is available from this url :
[pranala luar disembunyikan, sila masuk atau daftar.]
Moodle Settings.
Set the site theme to standardwhite or standard. Or to use another theme see instructions below (4).
Download Moodle for Mobiles Code
Download the Moodle for Mobiles code from here : [pranala luar disembunyikan, sila masuk atau daftar.]
Install the contents of the package in yourmoodledirroot/mobile/
Then make some small additions to Moodle code
1. Add the following line marked with a plus to yourmoodledirroot/course/lib.php at line 2, immediately after the line starting '<?php // $Id:'. The exact contents of this line starting '<?php // $Id:' will depend on when you updated your copy of Moodle 1.9. Delete the + sign it is just used to mark what you need to add :
<?php  // $Id: lib.php,v 1.538.2.80 2010/02/25 10:16:15 stronk7 Exp $
+  include_once($CFG->mfm_dirroot.'/course/mfmbuttons.php');
   // Library of useful functions

2. Add the following line marked with a plus to the same file (yourmoodledirroot/course/lib.php) around line 1389 (immediately after the line starting 'echo make_editing_buttons'). Delete the + sign it is just used to mark what you need to add :
                         }
                         echo '  ';
                         echo make_editing_buttons($mod, $absolute, true, $mod->indent, $section->section);
    +                    echo make_mobile_enable_button($mod, $absolute, $section->section);
                     }
                     echo "</td>";
                     echo "</tr>";
3. If you are using a theme other than standard or standardwhite then you need to make a copy of customscripts/theme/standard or customscripts/theme/standardwhite and rename it to the same name as the theme you want to use.
4. In yourmoodlewwwroot/config.php replace :
   require_once("$CFG->dirroot/lib/setup.php");
with
   require_once($CFG->dirroot.'/mobile/customscripts/lib/setup.php');
5. Finally go to [pranala luar disembunyikan, sila masuk atau daftar.] on your mobile phone to have the code automatically set up the extra required storage in your moodle database (you will need to log in as an admin to access this page
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

fathul

*************************************************
About MLE Moodle:
*************************************************
MLE Moodle is a Moodle plugin for the MLE (Mobile Learning Engine) which enhances
Moodle for mobile Learning (mLearning). So you can use moodle with your mobile phone.
For a list of features and the documentation please go to:
[pranala luar disembunyikan, sila masuk atau daftar.]

*************************************************
Installation instruction:
*************************************************
Installation instructions can be found on the MLE-Moodle homepage:
[pranala luar disembunyikan, sila masuk atau daftar.]
and in german:
[pranala luar disembunyikan, sila masuk atau daftar.]

Requirements:
- Moodle 1.9.x installed (maybe 1.8.x works too)
Recommended requirements:
- A PHP server installation where you are allowed to use sockets (fsockopen-PHP function)
   otherwise you need your own MLE messaging server to use the messaging feature on the
   mobile client!

Installation (short version):
- the ZIP file contains a folder called "moodle", copy its content to the installation folder of moodle (IMPORTANT: DON'T copy everything in the Moodle-MOD folder!!! MLE-Moodle contains out of multiple modules, blocks and other Moodle-extensions!!!)
So the ZIP file contains a folder called "moodle/blocks/mle/" if you installed MLE-Moodle correctly, you should have the following folder on your Moodle-Server: "YOUR-MOODLE-ROOT-FOLDER/blocks/mle/"
- log in to moodle as the administrator
- Click on "Notifications" (it's the first link from the administrator-navigation: [pranala luar disembunyikan, sila masuk atau daftar.])
- If avaliable click on the "continue"-button as often as the button appears on the buttom of the page
- Click on "Modules", then on "MLE" and then on the "MLE Config"-link
- Activate the MLE and click "Save changes"
- Go to the start-page of Moodle and turn on editing (button on the upper right)
- Add a new block "Mobile Access"

*************************************************
Where do I get the mobile client for moodle?
*************************************************
These files are only the plugin files for your moodle installation. The mobile client can be downloaded
with the "MLE Download" block (follow the installation instructions and you will have this block on your start-page).
Just click on download and you are redirected to a download server, where you can download the mobile client, which is
already pre configured for your moodle installation.

**************************************************
Is this project related to MOMO?
**************************************************
MLE Moodle is a fork of MOMO (Mobile Moodle by Andreas Forstinger,
[pranala luar disembunyikan, sila masuk atau daftar.]) maintained by Matthias Meisenberger.
It was created because MOMO was not active developed anymore, was still
full of bugs and the installation was pretty complicated for a moodle plugin.


insan sains

Menuju Indonesia sebagai THE COUNTRY MASTER OF TECHNOLOGY, 2030

batosai0741

Kutip dari: fathul pada Oktober 14, 2010, 10:16:06 AM
*************************************************
About MLE Moodle:
*************************************************
MLE Moodle is a Moodle plugin for the MLE (Mobile Learning Engine) which enhances
Moodle for mobile Learning (mLearning). So you can use moodle with your mobile phone.
For a list of features and the documentation please go to:
[pranala luar disembunyikan, sila masuk atau daftar.]

*************************************************
Installation instruction:
*************************************************
Installation instructions can be found on the MLE-Moodle homepage:
[pranala luar disembunyikan, sila masuk atau daftar.]
and in german:
[pranala luar disembunyikan, sila masuk atau daftar.]

Requirements:
- Moodle 1.9.x installed (maybe 1.8.x works too)
Recommended requirements:
- A PHP server installation where you are allowed to use sockets (fsockopen-PHP function)
   otherwise you need your own MLE messaging server to use the messaging feature on the
   mobile client!

Installation (short version):
- the ZIP file contains a folder called "moodle", copy its content to the installation folder of moodle (IMPORTANT: DON'T copy everything in the Moodle-MOD folder!!! MLE-Moodle contains out of multiple modules, blocks and other Moodle-extensions!!!)
So the ZIP file contains a folder called "moodle/blocks/mle/" if you installed MLE-Moodle correctly, you should have the following folder on your Moodle-Server: "YOUR-MOODLE-ROOT-FOLDER/blocks/mle/"
- log in to moodle as the administrator
- Click on "Notifications" (it's the first link from the administrator-navigation: [pranala luar disembunyikan, sila masuk atau daftar.])
- If avaliable click on the "continue"-button as often as the button appears on the buttom of the page
- Click on "Modules", then on "MLE" and then on the "MLE Config"-link
- Activate the MLE and click "Save changes"
- Go to the start-page of Moodle and turn on editing (button on the upper right)
- Add a new block "Mobile Access"

*************************************************
Where do I get the mobile client for moodle?
*************************************************
These files are only the plugin files for your moodle installation. The mobile client can be downloaded
with the "MLE Download" block (follow the installation instructions and you will have this block on your start-page).
Just click on download and you are redirected to a download server, where you can download the mobile client, which is
already pre configured for your moodle installation.

**************************************************
Is this project related to MOMO?
**************************************************
MLE Moodle is a fork of MOMO (Mobile Moodle by Andreas Forstinger,
[pranala luar disembunyikan, sila masuk atau daftar.]) maintained by Matthias Meisenberger.
It was created because MOMO was not active developed anymore, was still
full of bugs and the installation was pretty complicated for a moodle plugin.

statement ini

"if you installed MLE-Moodle correctly, you should have the following folder on your Moodle-Server: "YOUR-MOODLE-ROOT-FOLDER/blocks/mle/""

Kalo gak ada folder "YOUR-MOODLE-ROOT-FOLDER/blocks/mle/" ini terus langkah selanjutnya bagaimana?

anyone knows?