Re: Move Search Box With Theme?

[email protected] (Kang-min Liu) Tue, 5 Sep 2006 11:21:23 +0800
Newsgroups perl.kwiki
Message-ID <[email protected]>
On 2006/9/5, at =E4=B8=8A=E5=8D=88 2:39, Andrew Morgan wrote:

> Is it possible to move the Search box out of the toolbar and into the
> widgets pane with a theme?
>
> I am using TabNav as my theme at the moment and  would rather that the
> search box didn't mess up the look of the tabs.


Sure it's possible do it in a new theme, because theme is basically
where all the mess should go. You don't have to build a new theme,
editing theme templates should be working just fine.

But I'd prefer to do a new plugin caled Kwiki::Widget::Search which puts
search box to widget pane. It could just delegate every methods to
Kwiki::Search to use it's search functionality. But it provides an =20
option
for people if they do not want search box to be on toolbar.

It'll be pretty neat if we got several powerful Kwiki widgets around. :)

Cheers,
Kang-min Liu