David Dodell wrote:
>
>(1) First issue is cosmetic.    At the bottom of each administrative page, 
>mailman does not display the icons which I see on ever other mailman website 
>... basically the mailman / python logos.   Not a real big deal, besides the 
>cosmetic irk.   I've checked the docs, found the path in the config file, and 
>sure enough the images are there in the path, but they still do not display.   
>Ideas?


Look in mm_cfg.py and Defaults.py for the definition of IMAGE_LOGOS.
Our default setting is

IMAGE_LOGOS = '/icons/'

which says the logo images should be displayed and will be found at
URLs like http://<url_host>/icons/<logo_file>. If there is something
like

IMAGE_LOGOS = 0

in mm_cfg.py, this is what says don't use the logos.

Look at the source of the page to see if there is an img tag for each
logo. If not, IMAGE_LOGOS has a False value. If so, you can adjust
IMAGE_LOGOS to generate a correct src= URL, or just make sure the
files are copied to the web server's /icons/ directory.

-- 
Mark Sapiro <m...@msapiro.net>        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
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to