ATutor

Learning Management Tools







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


File Storage screen overlap


  • 2008-04-24 13:17:58

    File Storage screen overlap

    When students try to up load files they get this overlapped screen.





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

    Things to describe:
    operating system -Vista, Leopard
    version of ATutor -1.6
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -Firefox, safari, ie
    and anything else relevant -

  • 2008-04-24 17:37:33

    Re: File Storage screen overlap

    Which theme is being used?

  • 2008-04-24 19:03:25

    Re: File Storage screen overlap

    It is a customized theme.

    Which brings me to another question why do some people see the customized theme and other don't.

    What would cause the variations people see user to user?

  • 2008-04-25 05:43:51

    Re: File Storage screen overlap

    if it's a customized theme, the bug is probably in the customization. try to switch to default theme and see if the bug is still there.

    people see the themes they have chosen under start page -> preferences. if an administrator has enabled more themes this can be done, to avoid it do not enable any themes but your sites' default theme.

  • 2008-04-25 08:38:21

    Re: File Storage screen overlap

    This sounds like a problem we encountered in another theme (greenmin). In the [theme_directory]/styles.css add clear:right: to the table.data styles

    [php]

    /* for data tables */
    table.data {
    clear:right;
    border: 1px solid #f0f0f0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-collapse: collapse;
    }



    [/php]