DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:fancysearch

This is an old revision of the document!


fancysearch plugin

Compatible with DokuWiki

2009-12-25+, anteater, rincewind

plugin provides a dropdown list for common namespaces enhancing the search input

Last updated on
2011-05-11
Provides
Action
Repository
Source

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

Tagged with ajax, dropdown, namespace, search

A CosmoCode Plugin

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.

plugin/fancysearch.1424954603.txt.gz · Last modified: 2015-02-26 13:43 by grosse

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