Re: How to change registration text
by Michael Wallace. In Moodle 2.3.x it is a configuration option, about halfway down this page: Site administration > Plugins > Authentication > Manage authentication
View ArticleRe: Problems With ClamAV
by William Voyek. After investigating further I discovered that if I change the $CFG->directorypermissions from 00700 to 00707 the ClamAV scan will work. However the $CFG->directorypermissions...
View ArticleRe: Students sometimes see participants of only themselves
by Guillermo Madero S.. Private solutions?
View ArticleRe: Gradebook
by Guillermo Madero S.. Hi Sandra, Try: Site administration > Grades > Report settings > Grader report, Students per page.
View ArticleRe: How to change registration text
by madhu bheemagani. go to (moodle\ lang\en\moodle.php) you can change existing text here for permanent. or In Site administration, select Language > Language editing > Edit words or phrases...
View ArticleRe: How to add a block in moodle
by shailendra j. <?phpclass block_temp extends block_list { public function init() { $this->title = get_string('accountcode', 'block_account'); } // The PHP tag and the curly...
View ArticleRe: How to add a custom form in moodle
by shailendra j. Create two files for eg temp_form.php and view.php temp_form.php will contain: <?phprequire_once("{$CFG->libdir}/formslib.php"); class account_form extends moodleform {...
View ArticleIncorrect pool file content error when duplicating image lable file on same...
by Rajesh Rafaliya. I'm running Moodle 2.3.1+For some reason, after uploading a *.jpg lable, I am unable to duplicate that file in the same course.When I do try to duplicate, this error message...
View ArticleRe: Does Moodle have the capability?
by Howard Miller. Short answer - yes - but the Devil is of course in the detail. You probably need to do a quick install of Moodle and try these things for yourself. Separate logins is a requirement...
View ArticleRe: QuickTime Video Embedding
by Will Taylor. Am working now with Moodle v.2.3.1+, and having this same problem, with videos in the embedded QuickTIme player looping by default. The filter system of course is changed, and in this...
View ArticlePage formatting problem
by Ray Burkhill. Moodle 2.2.4 (Build: 20120706) I'm building pages within my course that include a mix of text, images and tables. In the editor I can add space (by hitting return) after an item but...
View ArticleRe: Does Moodle have the capability?
by Visvanath Ratnaweera. > Anticipating somebody with a much more detailed answer, I would, in exchange for Spanish lessons.
View ArticleRe: Form button paypal in faq editor
by Guillermo Madero S.. Hi Lilly, I've been thinking if there is some kind of setting somewhere that might be causing your code to fail, but so far I can't seem to see what is missing here. I have...
View ArticleRe: What is webinar services
by Nancy K Hoke. Hi Michal - a webinar is a live synchronous meeting that happens over the internet. The originator of the meeting creates the meeting in the webinar site and sends invitations out to...
View ArticleRe: Form button paypal in faq editor
by olimpia ricciardi. Hi Guillermo, did you try when a term is already made and you want to modify it? Now I've just tried in a 'normal' glossary (I cancelled the faq one). My moodle is 2.2.3 and the...
View ArticleCourse Creator cannot change enrolment key
by uk nites. I recently upgraded from 1.9 to 2.3 Now course creators are facing a strange problem, that at the time of creating a course they are able to provide the enrolment key only Once the course...
View ArticleRe: Course Creator cannot change enrolment key
by Howard Miller. I'm guessing that it's down to the capability 'eenrol/self:config'. Course Creator does not have this capability and therefore cannot edit the self enrolment plugin. Either allow...
View ArticleRe: Course Creator cannot change enrolment key
by uk nites. thanks Howard Actually the levels are different in this version and the Course Creator in the Courses category does not have the rights to do so. When i changed it to category manager,...
View Article