How to create a "blank" moodle page?

How to create a "blank" moodle page?

de către James Simpson-
Număr de răspunsuri: 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 surâs


James
Media aprecierilor: -
Ca răspuns la James Simpson

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

de către Dale Davies-
Fotografia lui Particularly helpful Moodlers Fotografia lui 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).