>
> > I would suggest editing the CSS for your theme and use the
> > 'visibility' or 'display' style (depending on which works
> > best for you) to remove it.  I've used that to
> > successfully remove all kinds of elements I didn't want
> > visible.
>
> could you give me the specifics of what i would need to edit
> (to hide the 'Settings' link) in the modern theme in moin
> 1.8.2?  i'm not much of a CSS guru.
>

You want to hide just the "settings" link, meaning the one that sits between
the username link and the "Logout" link?
This is an anchor (<a>) with id="userprefs", so try adding a CSS rule in
common.css (or screen.css) that looks like this:

a#userprefs { display: none; }

Best, C
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to