Here's a quick question. How many Moodle 1.9.x themes do you know of that are specially designed for mobile devices? Forgive my ignorance, but I only know of one - Isreali Yedidia Klein's theme named "custom_corners_mobile". You can read about it here.
It is a modified JQuery version of the "custom_corners" theme for Moodle 1.9. You can download Yedidia's theme from here. After you have downloaded, extracted and ftp'ed the theme to your Moodle site, you can then add these lines to your config.php:
After this, you can then browse your Moodle site via your mobile device.
Do you know of any other themes for Moodle 1.9 that cater for mobile devices? Please share in the comments section below.
Happy Moodling
Frankie Kam
It is a modified JQuery version of the "custom_corners" theme for Moodle 1.9. You can download Yedidia's theme from here. After you have downloaded, extracted and ftp'ed the theme to your Moodle site, you can then add these lines to your config.php:
//Mobile Detection and theming
include("theme/custom_corners_mobile/mobile_functions.php");
if (ismobile())
$CFG->theme="custom_corners_mobile";
include("theme/custom_corners_mobile/mobile_functions.php");
if (ismobile())
$CFG->theme="custom_corners_mobile";
After this, you can then browse your Moodle site via your mobile device.
Do you know of any other themes for Moodle 1.9 that cater for mobile devices? Please share in the comments section below.
Happy Moodling
Frankie Kam
No comments:
Post a Comment