Global Groups Issues- Sugggested to try different forums for help

Global Groups Issues- Sugggested to try different forums for help

per Adam Wojciehowski,
Number of replies: 1

I am setting up Moodle 1.6 and am in need of some assistance.

The site will be shared by three agencies and I want to be able to do the following:

1. Allow each user to signup in one of the groups.  Is there a way that I can add another line in the "sign-up" page to allow for a drop-down menu of the three agencies?  If so, how?  How would I add it to MySQL?

2. How do I modify all the other forms to allow for the "agency" to be displayed in the user's profile?

3. I want to restrict each user to only be able to enroll in courses in their respective catgeory.  www.elearntraining.com (i.e. St. Croix EMS & Rescue, Hudson Medical Center, River Falls Area EMS)  how do I do this, or is it even possible?

4. How do I restrict teachers in the same way.  I only want teachers assigned to each category to be able to modify stuff in only their categories.

Any help would be greatly appreciated.  Bare with me as I am not very savy in MySQL or PHP, the more details the better.

Average of ratings: -
In reply to Adam Wojciehowski

Re: Global Groups Issues- Sugggested to try different forums for help

per Charlie Wilson,
Wouldn't it be easier to just have three instances of moodle when they go to the site they would enter www.moodlesite.com/instance1 or www.moodlesite.com/instance2 you can run multiple instances of moodle on one server just put it in seperate directories and have a database for each one. To do all what you have mentioned above i dont see a real easy way other than a TON of code hacking to accomplish all that.