Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(12 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

removing create course link from student login


You must be signed-in to post.

AuthorSubject
  Page: 1
rameshjha1
Subject: removing create course link from student loginQuote this post in your reply
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
Posted: 2006-04-28 01:08:18
greg

Avatar for greg
Subject: Re: removing create course link from student loginQuote this post in your reply
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
Posted: 2006-04-28 17:21:21
greg

Avatar for greg
Subject: Re: removing create course link from student loginQuote this post in your reply
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
Posted: 2006-04-28 17:21:27
LAL

Avatar for LAL
Subject: Re: removing create course link from student loginQuote this post in your reply
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.
Posted: 2011-11-03 14:20:43
greg

Avatar for greg
Subject: Re: removing create course link from student loginQuote this post in your reply
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.
Posted: 2011-11-03 18:08:41
 Page: 1

You must be signed-in to post.