Test /
UnnumberedHeadings
This page has the top-level headings in the page NOT numbered.
This is in config.php or Group.php or Group.Page.php:
$PmTOC['NumberedHeadings'] = ' .1.1.1.1.1'; # note the leading space
This requires version 2.4.3 or more recent. So far only the top-level headings can be unnumbered, not intermediate ones:
## only number 3rd to 6th level headings $PmTOC['NumberedHeadings'] = ' . .1.1.1.1'; ## This doesn't work (intermediate space): $PmTOC['NumberedHeadings'] = '1. .1.1.1.1';
--Petko
Fixed bug with anchors to unnumbered headings today. --Petko
Version 2.3.4 also adds classnames to the number-prefixes of the headings, and it is possible to hide some of those with local CSS. Let me know if examples will be useful. --Petko
Top level heading
Text.
Another top level heading
Text.
Numbered heading
Text.
Numbered heading
Text.
Numbered heading
Text.
Numbered subheading
Text.
Another top level heading
Text.
Numbered heading
Text. Text.