Course Page Settings

Course Page Settings

by Charlie Pulp -
Number of replies: 3
Hello,

I want to make some changes to the course settings page. Can anyone tell me where the information on the edit.php page is stored?

Thanks

~ charlie
Average of ratings: -
In reply to Charlie Pulp

Re: Course Page Settings

by Marty Jacobs -
Hi Charlie,

edit.php can be found in the "course" folder in the root directory of your Moodle install. The values accociated with these fields are stored in a table called "mdl_course" in the Moodle database.

Hope this helps,

Marty
In reply to Marty Jacobs

Re: Course Page Settings

by Charlie Pulp -
thanks for the reply. That was what I have been working with. I was curious to see was there any other way apart from editing that, apparently not =)


thanks

~ charlie
In reply to Charlie Pulp

Re: Course Page Settings

by Marty Jacobs -
Don't think so, but you could create a new table in the DB and store custom field data there instead I guess. This would avoid editing the mdl_course table.

Marty