DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:fancysearch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:fancysearch [2012-02-09 14:06] 91.64.98.161plugin:fancysearch [2024-01-07 14:54] (current) Aleksandr
Line 1: Line 1:
-====== fancysearch plugin ====== +====== fancysearch Plugin ======
- +
-[[http://www.cosmocode.de/en/wiki/dokuwiki/plugins|{{ http://www.cosmocode.de/_media/en/wiki/dokuwiki/cosmologo.png?recache|A CosmoCode Plugin}}]]+
  
 ---- plugin ---- ---- plugin ----
-description: provides a dropdown list for common namespaces enhancing the search input+description: Provides a dropdown list for common namespaces enhancing the search input
 author     : Adrian Lang  author     : Adrian Lang 
-email      : wiki@cosmocode.de +email      : dokuwiki@cosmocode.de 
 type       : action type       : action
-lastupdate : 2011-05-11 +lastupdate : 2016-07-06 
-compatible : 2009-12-25+anteaterrincewind+compatible : LemmingAnteaterRincewind
 depends    :  depends    : 
 conflicts  conflicts 
Line 15: Line 13:
 tags       : search, namespace, ajax, dropdown tags       : search, namespace, ajax, dropdown
  
-downloadurl: # eg. http://github.com/adrianlang/dokuwiki-plugin-ajaxloader/zipball/master +downloadurl: https://github.com/cosmocode/fancysearch/zipball/master 
-bugtracker : # eg. http://github.com/adrianlang/dokuwiki-plugin-ajaxloader/issues +bugtracker : https://github.com/cosmocode/fancysearch/issues 
-sourcerepo : # eg. http://github.com/adrianlang/dokuwiki-plugin-ajaxloader/+sourcerepo : https://github.com/cosmocode/fancysearch/
 donationurl:  donationurl: 
 ---- ----
  
-Plugin doku and download is available on [[http://ickewiki.de/dokumentation/fancysearch|ICKEwiki.de]].+[[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:  
 +<code php> 
 +<?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(); 
 +    } 
 +?> 
 +</code> 
 + 
 +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
  
plugin/fancysearch.1328792774.txt.gz · Last modified: 2012-02-09 14:06 by 91.64.98.161

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