removing options from list admin page

hi.
I've got a 2.1.14 Mailman that I'm setting up for a computer-unsavvy group of people, and would like to remove a good deal of options available in the list admin page, setting a default value. From what I understand, this and similair pages are automatically generated by modules in /Mailman/Cgi, but so far I haven't found where this is generated. I don't mind getting dirty in python, but I would like some understanding of it before I jump in.
thx for advice, tl

On 5/21/2012 5:19 AM, Tomislav Luetić wrote:
There are two parts to this. Most, but not all of the various admin sub-pages are defined in Mailman/Gui/*.py where * is the name of the sub-page. The rest is in Mailman/Cgi/admin.py.
Also, you can suppress sub-pages appearing in the admin GUI at all by redifining ADMIN_CATEGORIES in mm_cfg.py (See Defaults.py for the base list). The only problem is that the 'general' page will always appear as the default page even if you omit it from the list.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 5/21/2012 5:19 AM, Tomislav Luetić wrote:
There are two parts to this. Most, but not all of the various admin sub-pages are defined in Mailman/Gui/*.py where * is the name of the sub-page. The rest is in Mailman/Cgi/admin.py.
Also, you can suppress sub-pages appearing in the admin GUI at all by redifining ADMIN_CATEGORIES in mm_cfg.py (See Defaults.py for the base list). The only problem is that the 'general' page will always appear as the default page even if you omit it from the list.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Tomislav Luetić