How to create a "blank" moodle page?

How to create a "blank" moodle page?

by James Simpson -
Number of replies: 1
Hi All,

Basically, what i want to create is a standard moodle page with all the features that the homepage has, but with blank content (so I can edit myself). Ideally with a left column that contains blocks and a blank centre and no right col.

I need it to be something like ../attendance/index.php (i'm going to write a script which queries the attendance data from MIS for use on the page)

I know i have to require config.php etc, but what other files do i need to require?

Thanks in advance smile


James
Average of ratings: -
In reply to James Simpson

Re: How to create a "blank" moodle page?

by Dale Davies -
Picture of Particularly helpful Moodlers Picture of Plugin developers
I think that really depends on which core Moodle functions you wish to use, I start off including config.php, but may need to use a particular core function, so then I will need to include the file where that is defined.

Take a look at http://xref.moodle.org/nav.html?_functions/index.html, clicking on a function name allows you to see in which file it has been defined (e.g. /lib/weblib.php).