DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:tline

tline Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Simile Timeline adapted for DokuWiki

Last updated on
2011-03-02
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to csstimeline, eventline

Tagged with timeline

Installation

Go to my wiki http://www.tux-tips.de/tux-wiki/doku.php?id=start:dokuwiki:plugins:tline here you can find the latest Version of this plugin and also some examples. This timeline is from here : http://www.simile-widgets.org/timeline/

Examples/Usage

Syntax

<tline>
name_der_timeline
300px
controls
</tline>

Change Log

  • 2011-03-02
    • Initial release

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

I added the code to the template and installed it and made test page here; http://www.kultursystem.se/doku.php/projekt/tline with the config file as advised in the :tline namespace; http://www.kultursystem.se/doku.php/tline/test_timeline but doesn't seem to do the trick. Am I making any obvious mistakes? — Thomas Wingate 2011/05/04 14:28

Hi Thomas, you have to insert following code into the <head>-section of the file “main.php”.

    <!-- Load the Timeline library after reseting the fonts, etc -->

    <script src="lib/plugins/tline/timeline_ajax/simile-ajax-api.js" type="text/javascript">
   </script>
   <script>
     (function() {
       Timeline_urlPrefix='lib/plugins/tline/timeline_js/';       
       Timeline_parameters='bundle=true';
      })();
    </script>
    <script src="lib/plugins/tline/timeline_js/timeline-api.js" type="text/javascript">
    </script>

So I did but still no show - screen space is reserved but the timeline itself does not render. — Thomas Wingate 2011/06/14 12:09

Thomas, did you manage to make the plugin work? I have the exact same problem.. - regards, Georg

Hi all, did you get it to work? Same problem her with DW Release 2012-10-13 “Adora Belle” 2012-11-10 Joe


Hi guys - 22/10/2014 same problem

  1. tline in plugin folders
  2. add javascript code in main.php
  3. test : but nothing works
plugin/tline.txt · Last modified: 2015-06-24 22:38 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki