Rachel Mawhood wrote:
>
>I have customised the html of three pages - general list information, 
>user specific options, and subscribe results - to have the same look 
>and feel as the rest of the client's web site.  It appears not to be 
>possible to do the same to the subscriber login and archive pages - 
>is that correct?  (I need to be able to explain this, when the client 
>realises this and wants to know why these pages are still in the 
>default Mailman blue and white.)


The archive pages are built from templates and can be fairly easily
customised. They can't be customised from the admin GUI, but see
<http://wiki.list.org/x/jYA9> and realise that when you customise one
of the 4 templates editable via the admin GUI, what you are doing is
making a list specific version of the template in
lists/<listname>/<language>/<template> as discussed at the above FAQ
link. The archive templates have names arch*.html and article.html.

The user options login page is more complicated as it is built on the
fly, not from a template. You can change the colors by referring to
the section

#####
# Web UI defaults
#####

in Defaults.py and then overriding those settings you wish to change in
mm_cfg.py. Note that these are site wide changes.

You can make other sitewide changes with fairly straightforward code
modifications. See the thread "changing Mailman layout" starting at
<http://mail.python.org/pipermail/mailman-users/2008-August/062979.html>
for example.

-- 
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://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to