The Joomla! Extensions Directory ™


Article Table of Contents Plugin

Displays a table of contents for articles. This is similar to page navigation, but uses the headings' hierarchy rather than page breaks. Additionally, it also numbers the headings for easier navigation.


** Update (Aug 2011) :

** For various reasons, I cannot update or support this extension anymore. Please don't email me for support requests.

** Someone has forked this extension at http://extensions.joomla.org/extensions/news-display/articles-toc/11573 , it might fit your needs as a replacement for Article ToC.

Report

2010-02-03
Reviews: 4
This plugin was exactly what I was looking for! It was easy to setup and configure, however I did have a problem with the links not pointing correctly. For example: http://example.com/about/resume would have anchors to http://example.com/#experience instead of http://example.com/about/resume#experience. I contacted the author, but did not receive a response. The problem turned out to be caused by a SEF extension I had installed and the easiest solution was to change toc.php on line 114 from:

'

to:

'
2010-01-23
Reviews: 4
I like this extension a lot, really!

It's a useful feature to disable tocs for selected articles. But how about the other way round? I need to enable it on per-article-basis. Since most content are small articles while only one article is very long documentation.

Looking forward to further great development!
2010-01-13
Reviews: 6
I'm giving this a four star because the idea is great. Sadly enough, I've tried it on three sites and it worked on none of them. I can't find an e-mail address to write to the author, who, I have no doubt, would point out some crass mistake of mine and enable me to fix this.
So, if it worked it would be a five plus. Since it doesn't, I can only sit here wishing it would. Pity.
Owner's reply

I've checked the project links on this JED page, some of them were incorrect. Thank you for your report and review!

You're welcome to contact me, I've made sure that my email appears in the "Authors" section of the "Website" link.

2009-10-23
Reviews: 1
I don't understand why this seems to be the only TOC plugin for joomla articles. I would almost expect it to part of the core system. Anyway, we have this one, and it works just like it's supposed to, so I'm not complaining!

Like suggested earlier, I do think it is quite important to be able to use this on a per-article basis. I only need it for certain documentation-style pages, and don't want it cluttering other pages. However, I found a workaround for this with CSS if anyone is interested:

Edit the CSS so that the table does not display by default, and then create a parent style where the table is displayed again. For those pages(menuitems) where you want the TOC to display, simply add "showtoc" as page-class-suffix. CSS would be something like:

.contenttoc {display: none;}
.showtoc .contenttoc {display: block;}

Hope you get the idea ... and thanks for the plugin!
2009-05-11
Reviews: 8
Being able to create a toc from headings is a good idea. This extension works well, but there is only one setting, either on or off for all content items.

Currently all content items are affected by the plugin. This includes articles where you might want headings (good for SEO) but not a table of contents.

I have also found that it clashes with the Simple List extension.

What would be good is a plugin which could be activated on a content by content basis.
2009-05-11
Reviews: 3
I love this plugin. I used it for creating a little wiki on our intranet.
We wanted a article index just by making some headers.

Also nice is the numbering.

There were a few problems, but with the very fast emailsupport of Thomas it was solved in no time.

Its important to deactivate some native plugins as page-break and the page-navigation.

Then install this plugin, and it worked fine!
2009-01-29
Reviews: 1
This is a fantastic extension.

I have been looking for something like this, to create a TOC in my articles. So I looked for "table contents" in Joomla! extensions directory and guess what I found in the bottom of the search result list? "Article Table of Contents", a simple yet awesome extension.

Do you want easy TOCs being added to your article, this is what you need.

This is a MUST have extension.
2009-01-29
Reviews: 1
This extension is exactly what I've been looking for.
I wanted to make a long article using numbered headings 1.1,1.2,etc, and have a Table of Contents links at the very top of the article which when clicked would scroll down to that section heading of my article.

I know Joomla has a pagebreak feature, and there are a couple extensions that build on the pagebreak function, but I didn't want to break my article into "pages" as this would make the article too bulky to navigate through and otherwise just look ugly.

I was about to do it the hard way, html coding.. but then I found this extension, it does exactly what I was after!

Also the support from Thomas was top notch, he showed me where I was going wrong (don't put any tags between the and tags.. if you do, that header will not be included in the ToC at the top of the page,. which, is a good idea if you -don't- want that header to be included..).

Thomas also showed me how to add the CSS code from the default joomla theme into my current existing theme so that his ToC extension would look the way it's supposed to :)

all in all, an excellent extension and excellent support.

Thanks!