Dotclear


Version 8 (modified by Tomtom33, 12 years ago) (diff)

--

Français

source:plugins/multiToc/trunk/icon.png

Tables of content

Displays entries grouped by categories / meta-tags / alphanumeric

Author/Contributors?

Development

Bugs and features requests

Repository

Recent Changes

[3381] by brol on 03/30/15 18:37:41

1.9, cf changelog

[3353] by brol on 02/06/15 19:31:50

ajout localisation

[3352] by brol on 02/06/15 19:19:51

voir changelog

Documentation

Custom template

If you want to custimize multitoc layout to adapt it to your theme or change some stuff, you can do it thanks to Dotclear theme legacy. The only thing to do is to provide multitoc.html file and put it in your theme folder. Dotclear will use your template if it exists.

Custom CSS stylesheet

Like custom template, you can change and use your CSS stylesheet by put multitoc.css file in your theme folder

Template tags

You can customize display of some template tags listed below :

  • {{tpl:MultiTocItemDate}}
  • {{tpl:MultiTocItemAuthor}}
  • {{tpl:MultiTocItemCategory}}
  • {{tpl:MultiTocItemNbComments}}
  • {{tpl:MultiTocItemNbTrackbacks}}

For each of them, you have to use option mask. %s represents the real content. There is an example with a {{tpl:MultiTocItemAuthor}} tag :

# Will returns HTML code : <span class="tagada"><a href="author_link">author_name</a></span>
{{tpl:MultiTocItemAuthor mask="<span class=\"tagada\">%s</span>" }}

Sites map