python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
traefik docker-compose containers cross communication with https / SSL
For development purposes I run a local Docker with three independent Moodle instances. These three instances should be able to communicate with each other. To do this, I use traefik as a reverse proxy...
MPe
Votes: 0
Answers: 1
How to create dynamic link button in moodle
I want to create a button in moodle which redirects the user to the next topic so the topic's URL can change according to activity.
I don't know to do it I have tried using the below code.
$output .=...

MM Vadhaniya
Votes: 0
Answers: 1
how to get an uploaded file path in moodle
I created a new activity and i uploaded a file correctly within it but when i used
$url = moodle_url::make_pluginfile_url($file->contextid, $file->component, $file->filearea, $file->itemid...

Aya Ashraf
Votes: 0
Answers: 1
add new instance in a new activity in Moodle
I'm trying to a create new activity in Moodle it created successfully
but I can't add a new instance in my dB
in my lib.php
function activity_add_instance($data){
global $DB;
$data->timecr...

Aya Ashraf
Votes: 0
Answers: 1