Two moodle one database with separate users table

Two moodle one database with separate users table

di Aditya Dubay -
Numero di risposte: 8

Hi,

I am working on Moodle 2.5.5.

I am creating moodle sites for 2 universities of same organizations. Where all courses are same just students are different. I try to explain it by example:

University A University B
Courses Courses
Students (A) Students (B)
 

 

 

 

I install 2 moodle setup on my server : University A and University B

I wish to use one database for both universities : master-database

In this database I wish to insert students for each university separately: mdl_users (A) and mdl_users (B).

Here University A use master-database with mdl_users (A) and  University B use master-database with mdl_users (B).

Is it possible in Moodle?

If yes then please help me how??

I am not a php hard coder and I took time to understand things so please explain it to me

Thanks in advance.

Regards,

Aditya

PS: Is it possible to use separate themes for both instances?????

Media dei voti: -
In riposta a Aditya Dubay

Re: Two moodle one database with separate users table

di G. M. -

Hi Aditya,

No, it is not possible, but you may want to take a look at the Cohorts feature as it will allow you to create two system wide groups, one for each university. You may also want to read about Multitenant support in Moodle.

In riposta a G. M.

Re: Two moodle one database with separate users table

di Aditya Dubay -

Ohh my bad luck...I thought I can do via MNET.

Anyways thanks Guillermo I try to do what you suggest.

 

Regards,

Aditya

In riposta a Aditya Dubay

Re: Two moodle one database with separate users table

di Justin Hunt -
Immagine Particularly helpful Moodlers Immagine Plugin developers

You might want to look at CobaltLMS by Eabyas a moodle partner. 

 

That has support for multiple institutions under one Moodle site. 

In riposta a Aditya Dubay

Re: Two moodle one database with separate users table

di G. M. -

Hi Aditya,

MNet is mostly about sharing resources between Moodle sites, so each site has its own resources, database, etc.

In riposta a G. M.

Re: Two moodle one database with separate users table

di Jason Martinez -

Guillermo,

I have a similar need.  Mostly just for a logo "branding" change need on each front page.  That Multitenant support in Moodle project looks like it was cancelled though.

 

Jason

-It's the small things that make the difference

In riposta a Jason Martinez

Re: Two moodle one database with separate users table

di G. M. -

Hi Jason,

Yes, the project hasn't really taken off, however, maybe one could make do with:

Category themes (Theme settings)

My home

In riposta a G. M.

Re: Two moodle one database with separate users table

di Aditya Dubay -

Thanks for all suggestions.

Although I feel moodle must think about this for education institutes who have different offshoots with some same and some different features/courses/users.

 

Aditya