[Mailman-Users] Mailman Problems under OSX Lion

Mark Sapiro mark at msapiro.net
Tue Aug 21 04:19:22 CEST 2012


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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list