ATutor

Learning Management Tools







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


documentation Help access


  • 2012-05-20 15:24:04

    documentation Help access

    Hello,
    I would like to stop Guest access the documentation and Help, is there any script or code available to modify?

    Thanks

    -----------------------------------------
    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version - 2.03
    Patch #s applied -
    ATutor theme name - Default
    PHP version - 5.5.22
    MySQL version - 5.5.22
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used - fireFox, IE
    ...and anything else relevant -

  • 2012-05-21 09:59:56

    Re: documentation & Help access

    You could do something like this, wrapping this if statement around the links to the help.

    [php]
    if($_SESSION['valid_user']){
    // display help link
    }
    [/php]

  • 2012-05-24 20:52:45

    Re: documentation & Help access

    Hello Greg,
    Thank you so much for your reply, I will try it and update you.
    Just don't want to open another thread, could you please tell me how can I disable "Active Admin" to see "Installation" Documentation?

    Thank you in advanced

  • 2012-05-25 09:26:21

    Re: documentation & Help access

    No, there isn't currently a way to automatically remove access to the installation instructions, though you could manually remove it from

    documentation / admin / pages.inc.php