Loading...
 
Development

Development


Wiki Map

posts: 18 Germany

I added the functionality to show the graphviz graph of any wiki page by adding a tab button to the show_page.tpl.

This is a nice feature, because it is not necessary to include the {WIKIGRAPH()} module in your pages, you can get the clickable map for any page.

One can also add a link to any graph by using:

tiki_wiki_map.php?page=PageName&level=NUMBER

This was done by adding the new files:

tiki-wiki_map.php
templates/tiki_wiki_map.tpl

Feel free to build it into TikiWiki, I think it would be nice to add it to the administration menu as a enable/disable feature, but I don't know how to do that right.

Currently I only changed the "moreneat" style, if you want to integrate it completely, it has to be added to all styles which overwrite the tiki-show_page.tpl.

You can get the necessary files at:

http:/www.mevis.de/~florian/tiki/wikimap.zip


cheers,
Florian