I’m trying to setup multiple school in a single moodle installation
I know Moodle does not supports it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m about to try using the same code base installation to run multiple moodle sites each with a different db. This is how I intend to do so hope it helps.
Point multiple domains to the same folder.
Edit my config file so that it has a list of incoming domains then changes the database and the datadir depending on the incoming name map.
pseudo code below
If you are trying to partition user’s from each other within the same database of courses you should look into course groups using separate mode. That is the closest you will get without doing a bunch of coding. You can even assign each user a specific theme so the site will look totally different but this is a manual process so it is a pain.