Table of Contents
fancysearch Plugin
Compatible with DokuWiki
2009-12-25+, anteater, rincewind
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 selectsearch
Installation & Integration
Install the plugin using the Extension Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
After installation, you have to do much integration work. A first step is to include the fancysearch form in your template:
<?php $namespaces = array('nsid' => array('txt' => 'nscaption', 'img' => 'imglink')); $fancysearch = plugin_load('action', 'fancysearch'); if (!is_null($fancysearch)) { $fancysearch->tpl_searchform($namespaces, 'allpagesimg'); } else { tpl_searchform(); } ?>
You will need much CSS styling as well.
Usage
There is a german screencast that shows the plugin in action: ICKEwiki ScreenCast: Inhaltsverzeichnis, Suche und Kontext-Menus
Development
Change Log
- Version upped (2016-07-21 09:13)
- Version upped (2016-07-06 21:07)
- Version upped (2016-02-03 18:38)
- Version upped (2016-01-24 14:25)
- Merge pull request #4 from splitbrain-forks/php7-signature (2016-01-22 19:47)
- Adjust method signatures to match parent (2016-01-22 17:32)
- Update email-adress in plugin.info.txt (2015-02-26 13:47)
- Merge pull request #2 from araname/patch-1 (2013-12-09 08:54)
Known Bugs and Issues
Please report bugs and issues at: https://github.com/cosmocode/fancysearch/issues