====== fancysearch Plugin ====== ---- plugin ---- description: Provides a dropdown list for common namespaces enhancing the search input author : Adrian Lang email : dokuwiki@cosmocode.de type : action lastupdate : 2016-07-06 compatible : Lemming, Anteater, Rincewind depends : conflicts : similar : tags : search, namespace, ajax, dropdown downloadurl: https://github.com/cosmocode/fancysearch/zipball/master bugtracker : https://github.com/cosmocode/fancysearch/issues sourcerepo : https://github.com/cosmocode/fancysearch/ donationurl: ---- [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ https://www.cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] ===== Installation & Integration ===== Install the plugin using the [[plugin:extension|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: 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: [[https://www.youtube.com/watch?v=AfZU-5zpytw|ICKEwiki ScreenCast: Inhaltsverzeichnis, Suche und Kontext-Menus]]. ===== Development ===== ==== Change Log ==== {{rss>https://github.com/cosmocode/fancysearch/commits/master.atom date}} ==== Known Bugs and Issues ==== Please report bugs and issues at: https://github.com/cosmocode/fancysearch/issues