2108 solutions found
Page 90 of 106votes
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....
votes
I am getting Error writing to database in moodle: Code: if (is_siteadmin()) { class addschedule_form extends moodleform { function definitio...
votes
Is there a way to customize the profile page in moodle without editing the core files? Is it possible to override the page and keep the edits within the theme f...
votes
Trying to install moodle using xammp, i have tried this using moodle 2.6 and 2.7 and the same issue is occuring. After the update admin profile page I get a...
votes
I'm using moodle `filemanager` to get a file from user and save it permanently like this: $fs = get_file_storage(); $pluginname='profile_fiel...