Two moodle one database with separate users table

Two moodle one database with separate users table

by Aditya Dubay -
Number of replies: 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?????

Average of ratings: -
In reply to Aditya Dubay

Re: Two moodle one database with separate users table

by 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 reply to G. M.

Re: Two moodle one database with separate users table

by 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 reply to Aditya Dubay

Re: Two moodle one database with separate users table

by Justin Hunt -
Picture of Particularly helpful Moodlers Picture of Plugin developers

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

 

That has support for multiple institutions under one Moodle site. 

Average of ratings: Useful (1)
In reply to Justin Hunt

Re: Two moodle one database with separate users table

by Luis de Vasconcelos -
Picture of Particularly helpful Moodlers

There's also Totara by paradisosolutions.com

And Elis by remote-learner.net

And Iomad from E-Learn Design

Alternatively, there's the VMoodle block.

You should also read the discussion in on MDL-28946 regarding multi-tenancy and moodle.org's stance on this function.

In reply to Aditya Dubay

Re: Two moodle one database with separate users table

by G. M. -

Hi Aditya,

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

In reply to G. M.

Re: Two moodle one database with separate users table

by 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 reply to Jason Martinez

Re: Two moodle one database with separate users table

by 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 reply to G. M.

Re: Two moodle one database with separate users table

by 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