Hello! You are looking at an archived forum discussion from the old mahara.org website. You cannot reply to this topic, but if you wish to discuss it, you can sign up to mahara.org and ask about this in the new forums.
I was wondering if it might be possible just to hide the buttons that relate to the student group feature using the CSS, i.e. set diplay to hidden or something? If the students can't see it it wouldn't need removing.
It wouldn't take long to add a check to group/create.php looking for a config value and examining whether $USER->get('admin')/$USER->get('staff')/$USER->get('institutionadmin')/$USER->get('institutionstaff') was set.
Our Mahara will be behind a very tight firewall and portal and as we'll be using it with a small number of not especially computer literate students I don't think that would be an issue at this stage.
There is no functionality to
There is no functionality to prevent students doing this yet. May I suggest you file a feature request for this?
I was wondering if it might
I was wondering if it might be possible just to hide the buttons that relate to the student group feature using the CSS, i.e. set diplay to hidden or something? If the students can't see it it wouldn't need removing.
That's not very secure :) It
That's not very secure :)
It wouldn't take long to add a check to group/create.php looking for a config value and examining whether $USER->get('admin')/$USER->get('staff')/$USER->get('institutionadmin')/$USER->get('institutionstaff') was set.
Our Mahara will be behind a
Our Mahara will be behind a very tight firewall and portal and as we'll be using it with a small number of not especially computer literate students I don't think that would be an issue at this stage.