[Moin-user] Moin search box

Nir Soffer nirs at actcom.net.il
Sat Aug 27 14:30:00 EDT 2005


On 27 Aug, 2005, at 22:58, skip at pobox.com wrote:

>
>     Jim> Is there a way to delete (remove) the Moin search box?
>
> You can create a new theme that doesn't include it.

You can also hack your favorite theme from your wikiconfig.py:

	from MoinMoin.theme import ThemeBase
	ThemeBase.searchform = lambda self, x: ''

But why you want to remove the search box?


Best Regards,

Nir Soffer





More information about the Moin-user mailing list