Active
Project:
Javascript Tools
Version:
4.7.x-1.x-dev
Component:
TOC
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2006 at 23:43 UTC
Updated:
11 May 2006 at 23:43 UTC
It would be nice to have Comment TOC module.
I've modified such TOC script actually. Attached.
But I'm bad programmer, therefore no guarantees. It would be nice if somebody (TOC author) use some ideas or code for next universal TOC version.
Before you can use Comment TOC you must modify your template files a little:
At the end of your tempate node.tpl.php place the line:
<div class="pagetoc"></div>
At the begining of comment.tpl.php place (this is hidden information about comment, author):
<div style="visibility:hidden;"><?php print "$author: $title";if ($comment->new) print "<span class=\"marker\"> new</span>" ?></div>
No supprort, sorry.
| Comment | File | Size | Author |
|---|---|---|---|
| toc.js.txt | 2.18 KB | Ignas |