Table of Contents Generator

Maintained by Ben Chenoweth
Automatically generated table of contents for a page of content.
Price option: Free

Supports Moodle 2.1-4.2 See all versions
Latest release: 2 years ago
Installations: 52
Downloads (last 90 days): 17

Frankenstyle name: filter_toc
Filters

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Still working on Moodle 3.3 with a slight modification becaus there is a default toc in wiki ...
In public function filter(), add the following lines :
if (strpos($PAGE->url,"wiki"))
return $text;
after these lines :
if ($PAGE->pagelayout <> "incourse")
return $text;
Still working on Moodle 3.1
Just add
[contents]
to generate the table of contents
I have installed the plugin successfully on Moodle 2.8.3 and also made it active in SiteAdministration->Plugin->Filter->Manage Filters. But I do not see any changes in any of the courses. This might be a dump question but could anyone please let me know how to see the table of contents?
-Sirisha
Yes, we have it working on Moodle 2.8.3, using the Essential theme.
Does anyone know if this still works with recent versions?
-Derek