Forum Sains Indonesia




*
Selamat datang, Pengunjung. Silahkan masuk atau mendaftar. Apakah anda lupa aktivasi email?
Mei 24, 2012, 09:57:18 AM

Masuk dengan nama pengguna, kata sandi dan lama sesi

Artikel Sains

Aku Cinta ForSa

  ForSa on FB  ForSa on Twitter

Pranala Luar

ShoutBox!

Last 10 Shouts:

 

haman11

Hari Ini jam 08:11:34 AM
ada yg tauproses daur ulang urin pada cicak gk ? ;)
 

GhostInMachine

Kemarin jam 03:52:17 PM
kk mau tanya cara upload Tulisan dong??
 

army.fice

Kemarin jam 12:22:47 AM
sepi banget sih :(
 

lustforscience

Mei 22, 2012, 08:26:02 PM
amin
 

exile_rstd

Mei 22, 2012, 08:24:55 PM
offline....
good night all  ;)
 

exile_rstd

Mei 22, 2012, 08:23:08 PM
iyaaaa jumat saya mau ujian kenaikan kelas. doain ya om Farabi, semoga ujiannya lancar dan dpt nilai memuaskan  :D
 

Farabi

Mei 22, 2012, 08:20:37 PM
KMana aja non? Sibuk belajar?
 

exile_rstd

Mei 22, 2012, 07:44:23 PM
argh lama ga buka forsa, comment di beberapa thread jd membingungkan saya. apa karena udh lama ga asah ya...
 

N E R R O

Mei 20, 2012, 07:41:57 PM
udah lama gak mampi ke forsa, sdh banyak berubah
 

bangnono_swedye

Mei 20, 2012, 05:23:03 PM
pertanyaa2 ane di forum kesehatan cuma2 diliaat2in aj, kagak ada yang komen ato ngasih jawaban :'( kebiasaan di forsa kah..?? :'(

Show 50 latest

Penulis Topik: bagaimana cara menginstall moodle mobile?  (Dibaca 1951 kali)

0 Anggota dan 1 Pengunjung sedang melihat topik ini.

Offline fathul

  • Mahasiswa
  • **
  • Tulisan: 28
  • IQ: 10
    • Lihat Profil
bagaimana cara menginstall moodle mobile?
« pada: Oktober 14, 2010, 10:14:24 AM »
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 http://download.moodle.org/patches16/mobile.zip 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 :
http://download.moodle.org/plugins/mod/feedback.zip
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 : http://download.moodle.org/patches/mobile.zip
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 yourmoodleroot.com/admin/ 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
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Offline fathul

  • Mahasiswa
  • **
  • Tulisan: 28
  • IQ: 10
    • Lihat Profil
Re: bagaimana cara menginstall moodle mobile?
« Jawab #1 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:
http://mle.sf.net

*************************************************
Installation instruction:
*************************************************
Installation instructions can be found on the MLE-Moodle homepage:
http://mle.sourceforge.net/mlemoodle/index.php?lang=en&page=tutorial.php
and in german:
http://mle.sourceforge.net/mlemoodle/index.php?lang=de&page=tutorial.php

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: http://YOUR-MOODLE-INSTALLATION-URL/admin/index.php)
- 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,
http://mobilemoodle.sf.net) 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.


Offline insan sains

  • Moderator
  • Profesor
  • *****
  • Tulisan: 579
  • IQ: 68
  • Gender: Pria
  • Life is Beatiful
    • Lihat Profil
    • Insan Sains
Re: bagaimana cara menginstall moodle mobile?
« Jawab #3 pada: November 15, 2010, 07:36:57 PM »
Ini teh apaan yah???
Menuju Indonesia sebagai THE COUNTRY MASTER OF TECHNOLOGY, 2030

Offline batosai0741

  • Siswa Baru
  • *
  • Tulisan: 1
  • IQ: 0
    • Lihat Profil
Re: bagaimana cara menginstall moodle mobile?
« Jawab #4 pada: Juni 21, 2011, 04:08:53 PM »
*************************************************
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:http://mle.sf.net [non-aktif]

*************************************************
Installation instruction:
*************************************************
Installation instructions can be found on the MLE-Moodle homepage:
pranala:http://mle.sourceforge.net/mlemoodle/index.php?lang=en&page=tutorial.php [non-aktif]
and in german:
pranala:http://mle.sourceforge.net/mlemoodle/index.php?lang=de&page=tutorial.php [non-aktif]

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:http://YOUR-MOODLE-INSTALLATION-URL/admin/index.php [non-aktif])
- 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:http://mobilemoodle.sf.net [non-aktif]) 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?

 

Copyright © 2006-2011 Forum Sains Indonesia