Convert Excel in Moodle XML Format
http://moodle.org/mod/glossary/view.php?id=2741&mode=entry&hook=8061
No Need to enrol for a Course
http://moodle.org/mod/forum/discuss.php?d=51903
A server error that affects your login session was detected. Please login again or restart your browser
May be it’ll not give you a complete solution, because i didn’t got my exact answer from here. But what i realized that its a permission problem of moodle data folder and session folder. So better to check the permissions.
How to remove “All Courses” button which displays all the courses
course->lib.php: comment line no 2183
[CODE]
print_single_button(“$CFG->wwwroot/course/index.php”, NULL, get_string(“fulllistofcourses”), “get”);
[/CODE]
Create your own custom theme
http://docs.moodle.org/en/How_to_easily_make_your_Moodle_theme
September 21st, 2009



Home