Closed (fixed)
Project:
Table of Contents
Version:
6.x-3.7
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 18:07 UTC
Updated:
13 Apr 2012 at 06:01 UTC
Currently, I am using code [toc] in the node to show table of contents. But I would like to change its title from "Table of Contents" for each specific page. I understand that I can change default title from input format configuration page but how can I define unique title for each specific page.
Comments
Comment #1
AlexisWilke commentedhttp://www.m2osw.com/doc-table-of-contents-tag-settings#titlestring
Comment #2
himagarwal commentedI tried following commands and its not working.
However, when I only use [toc] it shows the default title. Am I doing something wrong?
Comment #3
AlexisWilke commentedhimagarwal,
I'm not too sure what doesn't work. If I write something like:
[toc title=Summary;]Then the title of the toc is now "Summary". Is that not what you wanted?
Thank you.
Alexis Wilke
Comment #4
himagarwal commentedYes, that is what I want and I don't know why isn't that working.
If I use exactly the same code as below:
[toc title=Summary;]
it still shows the default title defined under input format configuration.
Comment #5
AlexisWilke commentedDid you by any chance turn off this flag in your Input filter:
"Allow users to override the settings within the table of contents tag itself"
Because then the parameters in the [toc] tag are totally ignored.
Thank you.
Alexis Wilke
Comment #6
himagarwal commented"Allow users to override the settings within the table of contents tag itself" option was unticked.
It works now, thanks.