ATutor

Learning Management Tools







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


Header stuff


  • 2007-01-25 05:36:00

    Header stuff

    I can remove the tabs that show [b] Browse Courses[/b] but the header still shows ...

    [b]
    Sia Huat Learning System Login Browse Courses | Login | Search | Help [/b]

    So how can I remove it?
    Thanks

  • 2007-01-25 10:30:25

    Re: Header stuff

    look in include/lib/menu_pages.php

    [php]

    $_pages[AT_NAV_PUBLIC] = array_merge(array('login.php', 'registration.php', 'browse.php'), (array) $_pages[AT_NAV_PUBLIC]);

    [/php]

    and also:

    [php]

    $_pages['browse.php']['title_var'] = 'browse_courses';
    $_pages['browse.php']['parent'] = AT_NAV_PUBLIC;
    $_pages['browse.php']['children'] = $_pages['browse.php']['children'];

    [/php]

    remove the references to browse.php

  • 2007-01-25 21:51:28

    Re: Header stuff

    Even when I reference out using // those that you have mentioned. It still appears?

    Why does that happen?

    I tried removing those that allow students to create courses.

    It removes the Create Course but [u] [][/u].
    Where am I going wrong?

  • 2007-01-26 05:18:54

    Re: Header stuff

    Unless I switch themes to atutor class, the browse courses doesnt not show.

    Also, under the tests and survey, when you review the test, the Availability text does not appear, it appears as " [ availability ]. I tried reloading the language text table and that also resulted in sql fetch and output.inc.php errors.