ATutor

Learning Management Tools







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


removing create course link from student login


  • 2006-04-28 01:08:18

    removing create course link from student login

    1. how to remove the create course link which appears when we logged in as student,

    2. how to remove the export content link from the student link.


    Please help

    Ramesh

  • 2006-04-28 17:21:21

    Re: removing create course link from student login

    1. You can remove the references to the create_course tool in include/lib/menu_pages.php (lns 161, 163-168), but you'll be removing it for instructors as well. All users are considered students when they are on MyStart page, so if you wanted to remove it for just students, you'd need to write a sql query to check the courses table to see if the current users is an instructor in any course.

    2. Turn off export content in Manage>>Properties

  • 2006-04-28 17:21:27

    Re: removing create course link from student login

    1. You can remove the references to the create_course tool in include/lib/menu_pages.php (lns 161, 163-168), but you'll be removing it for instructors as well. All users are considered students when they are on MyStart page, so if you wanted to remove it for just students, you'd need to write a sql query to check the courses table to see if the current users is an instructor in any course.

    2. Turn off export content in Manage>>Properties

  • 2011-11-03 14:20:43

    Re: removing create course link from student login

    Atutor 2.0.2
    1. If you remove the references you discussed above viz. instructor and students not able to create course, would the administrator still be able to create the courses?
    2. I really don't get the (ins 161, 163-168). Please explain better how to go about removing it.

    Basically, I want an outcome of the administrator being the sole user of the system to create courses.

  • 2011-11-03 18:08:41

    Re: removing create course link from student login

    1. yes

    2. Just wrap a php comment around the lines with create_course.php in it to remove the create course tab.

    Please experiment.