521 solutions found in moodle-core
Page 16 of 27votes
I am new to Moodle. My client need something special in SignUp form. I want to know how I can change code of signup form which is created through the Moodle Das...
votes
in moodle 3.3+ i did not find any options for add static pages in admin panel.So where did i find that options or is there new functionality for adding static p...
votes
I need to create an external application that creates, modifies and enrol users of Moodle. I've been reading Moodle documentation but its more for front...
votes
I need to add a scrollbar to the courses menu list (see picture below). There are too many courses, and therefore goes over the page fold. The top navbar is fix...
votes
I am new to moodle and i am using 2.9. I have a separate design for Signup page (HTML5 & CSS). How to integrate this page ? I know the process of changin...
votes
Using curl, I'm trying to make a rest call to the web service function to create a user. However, I'm oblivious as to what the required parameters are a...
votes
I've installed postgres for moodle and I got the following instructions: > #### Apache/mod_php setup > > * Give full access to the project...
votes
How to get all activities/quizzes from course object ? I need to get all active quizzes in a course. Version Moodle 2.8.5 Regards.
votes
I am trying to setup moodle and running into a connection problem. See the config below: <?php // Moodle configuration file unset($CFG);...
votes
I stored several values in new fields of my plugin in the settings.php However now I'm trying to put those values that I made onscreen, and I couldn't...
votes
I'm trying to make my first Moodle auth extension where I want to confirm and login users directly after signup. I've changed the user_signup functi...
votes
I'm working with `Moodle Framework`, so I need change layout of `clean` theme, in the [document][1] is written: /style/custom.css This is where...
votes
I have a moodle installed on a VPS. MySQL server has stopped, so I have made a power cycle on my server. After restart I have got the following error on adm...
votes
I am doing some moodle development and have pulled down an existing moodle and set it up on my local machine. The site runs fine apart from no images display...
votes
I'm using the Moodle REST webservice in combination with Qt. Login works, other functions with single parameters are working too. Now I want to use the f...
votes
i want to unenrol user from a course in moodle ,i want to know there is any in built function like unenrol_user($userid,$courseid)
votes
I want to get course completion states in a moodle i enable the completion for site and for course and activities and set conditions to it.i can get activities...
votes
I've created a LTI tool that I'm integrating with moodle. I have created a consumer key and secret but I'm unsure how do I validate (authenticate) t...
votes
I have logged into a website by writting the below code in file `xyz.php`. When I run this file I get logged into the moodle website. Is there any way to logout...
votes
I've read other posts about this issue, but I can't get a satisfactory performance with xdebug 2.2.5 and netbeans 8.0.1 on a local web server (apache 2....