ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Keep menus hidden


  • 2005-04-25 10:24:02

    Keep menus hidden

    Hi again,

    I would like to keep the menus closed by default.
    I've changed the default settings for the course but they do not apply when I connect as a simple user.
    My boss finds the interface very complicated and wants me to remove a lot of things, but the worse is that I do not manage to give access to my students to File Manager...

    can anyone help ?

  • 2005-04-25 11:05:20

    No filemanager access

    There is no file manager access for students in the current version (except read/write access for student with the file manager privilege enabled), though you could provide similar functionality using the ACollab addon.

    Depending on when you plan to launch your site, you may want to hold off until ATutor 1.5 comes out in June. The interface is greatly simplified, though the file manager is still not available to students. To do this would take some significant programming, which we could not describe here. You are welcome to attempt this on your own, or you could hire us or one on the providers on the services page to do it for you.

  • 2005-04-26 02:41:11

    "except for student with file manager privilege enabled"

    OK.
    Unfortunately, I can't wait for the next version (I'll be on "pregnancy vacation" in June :p) because the job has to be done urgently.
    Can you tell me where I can enable "file manager privilege" for my students ?

    Thx :)

  • 2005-04-26 02:43:07

    privileges

    Sorry, I think I've found where to do it !

  • 2005-04-27 03:48:34

    rights

    OK I'va managed to do that.
    My students have access to the file manager and I created new links on index.php.

    Now what I need is to change those rights according to the status.

    For exemple I have a "Documents partags" folder which must be accessible to all and a "Documents confirms" folder where only the teacher can put files and modify them, and the students can only read them.

    How is that possible ?
    You told me about read/write access....

  • 2005-04-27 20:29:25

    Remove Empty Menu's

    Hello, I'm new to the forums and I have almost the exact same question as the original parent (and for the exact same reasons, oddly enough :P ).

    I am evaluating ATutor for a project I am working on, and I want to know how to completely remove certain menu's from the side (instead of keeping them closed). My boss also finds the interface very "overly complicated" and wants it to be simple, less cluttery and more accessible for students. It's really a valid complaint because many students struggle with computer interfaces to begin with.

    All we really want is the Global Menu (while in a course/lesson/module) and maybe the glossary, and the rest of it is not very useful or functional for our purposes. It's very noisy/busy with a bunch of "close this menu" and "none found" entries in our case.

    I have scoured the forums and the how-to lessons, but I could not find any information about how to customize these things a bit. All the themes I've tried still have the numerous empty menu's there.

    I log in as the instructor, and then change my personal preferences to what I would like the interface to show. Then I go to "tools", then to "course default preferences" and click "Save current settings as course default preferences" but the default theme always appears with the default options instead of the course default options. I would still like to change these things globally anyway.

    I am a mediocre php programmer and I'm not afraid to make changes to the code if I need to, but would like to be pointed in the right direction to accomplish this.

    I really like this CMS so and hope we end up using it for our project. Thanks for your time :)

  • 2005-04-28 09:03:47

    Wait for 1.5

    Removing the menus is more complicated than could be described in a forum message, though it is certaining possible. Indeed the interface is busy by default, but students can simplify it through preference setting.

    I would suggest you try the ATutor 1.5 beta. All the tools and menu modules are optional. You will be able to hide away the features you do not want to use. The final release of 1.5 is planned for some time in June.

  • 2005-05-02 05:44:53

    can't wait until June !!

    I've already been informed of that new version coming out, but as I said above, I'll be out of office from June until November with the coming of my baby...
    I've got to find a solution now.

    I know that the course settings are encoded into Table AT_courses, value "preferences", I've tried to force manually a value there, but as soon as I log with another account, the settings change !
    I've tried pasting the same settings into AT_members value "preferences" without success...

    Is it possible to have a definition of all these values :
    [green] a:27:{s:10:"PREF_THEME";s:7:"default";s:10:"PREF_STACK";a:6:{i:0;s:1:"5";i:1;s:1:"0";i:2;s:1:"1";i:3;s:1:"3";i:4;s:1:"4";i:5;s:1:"2";}s:19:"PREF_MAIN_MENU_SIDE";i:2;s:8:"PREF_SEQ";i:1;s:14:"PREF_NUMBERING";i:1;s:8:"PREF_TOC";i:1;s:14:"PREF_SEQ_ICONS";i:2;s:14:"PREF_NAV_ICONS";i:2;s:16:"PREF_LOGIN_ICONS";i:2;s:13:"PREF_HEADINGS";i:0;s:16:"PREF_BREADCRUMBS";i:0;s:9:"PREF_HELP";i:0;s:14:"PREF_MINI_HELP";i:1;s:18:"PREF_CONTENT_ICONS";i:2;s:14:"PREF_MAIN_MENU";i:0;s:11:"PREF_ONLINE";i:0;s:9:"PREF_MENU";i:1;s:9:"PREF_EDIT";i:1;s:18:"PREF_JUMP_REDIRECT";i:0;s:10:"PREF_LOCAL";i:0;s:12:"PREF_RELATED";i:0;s:13:"PREF_GLOSSARY";i:0;s:11:"PREF_SEARCH";i:1;s:10:"PREF_POSTS";i:1;s:9:"PREF_POLL";i:1;s:12:"PREF_DISPLAY";i:0;s:9:"PREF_TIPS";i:0;}[/green]
    ?

  • 2005-05-02 09:07:33

    Comment out the menu

    I was responding to User1234.

    Try commenting out the lines where to menu (dropdown) is inserted in.

    themes/default/course_header.tmpl.php

    [reply][b]In reply to:[/b]
    I've already been informed of that new version coming out, but as I said above, I'll be out of office from June until November with the coming of my baby...
    I've got to find a solution now.

    I k...
    [op]forums/view.php?fid=7;pid=4434;page=1#4471[/op][/reply]

  • 2005-05-02 09:24:37

    Thanks...

    ... I'll try that.




    Sorry for screwing up the post !