Melinda wrote:

>We are getting ready to implement Mailman and the concern is being able to
>omit some items from the Admin webpages.   I can see that the gui has all
>the *.py files.  Can you just comment out those lines that you do not want
>to show.  Are there more steps than just commenting out the lines in the .py
>file under the Gui folder.   I could use a little more direction.


If you look in Defaults.py, you will find

# This variable controls the order in which list-specific category
options are
# presented in the admin cgi page.
ADMIN_CATEGORIES = [
    # First column
    'general', 'passwords', 'language', 'members', 'nondigest',
'digest',
    # Second column
    'privacy', 'bounce', 'archive', 'gateway', 'autoreply',
    'contentfilter', 'topics',
    ]

If you copy this to mm_cfg.py, you can then remove various categories
from the list in mm_cfg.py, and those links won't appear and you won't
be able to visit those pages. Two additional things:

You can remove 'general' but you can always go to that page anyway
because it is the default.

If you remove things, the columns will rearrange despite the comments.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to