[Moin-user] How can i completely remove actions from drop down menu in moinmoin?

Matthew Nuzum newz at bearfruit.org
Thu Aug 9 12:13:14 EDT 2007


On 8/9/07, Thilo Pfennig <tp at pfennigsolutions.de> wrote:
> Am Thu, 9 Aug 2007 17:01:59 +0200
> schrieb "m m" <kautschuknet at googlemail.com>:
>
>
> > i use modern theme. Why is it important to use a custom theme? Is
> > modern theme not suitable?
>
> BEcause in MoinMoin a theme is not only a theme as the name suggests
> but also a pythin script that spits out the code. So not only CSS.

Also, if you customize the built in themes it makes future upgrades
difficult. If you're going to customize, the first thing you should do
is copy a theme and make your customizations to the copy. That way,
when you upgrade, your changes don't get overwritten by the upgrade.

If you just want a CSS change that makes the menu disappear, do:

form.actionsmenu {
  display: none;
}

Its still there, obviously, just hidden.
-- 
Matthew Nuzum
newz2000 on freenode




More information about the Moin-user mailing list