Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| hilfe:administration:fancysearch [2011/04/27 20:48] – jan | hilfe:administration:fancysearch [2015/06/07 23:53] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Fancysearch Plugin ====== | ||
| + | {{ fancysearch.png? | ||
| + | The fancysearch plugin provides a dropdown list for common namespaces enhancing the search input. | ||
| + | |||
| + | This (German) screencast shows the plugin in action: | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | ===== Download and Installation ===== | ||
| + | |||
| + | Download and install the plugin using the [[doku> | ||
| + | |||
| + | * Unstable **development version** from the [[http:// | ||
| + | |||
| + | Refer to [[doku> | ||
| + | |||
| + | The fancysearch plugin needs the [[jquery|jQuery plugin]]. | ||
| + | |||
| + | After installation, | ||
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | $namespaces = array(' | ||
| + | $fancysearch = plugin_load(' | ||
| + | if (!is_null($fancysearch)) { | ||
| + | $fancysearch-> | ||
| + | } else { | ||
| + | tpl_searchform(); | ||
| + | } | ||
| + | ?>& | ||
| + | </ | ||
| + | |||
| + | You will need much CSS styling as well. | ||