Differences between revisions 1 and 2
Revision 1 as of 2008-05-27 13:27:53
Size: 1358
Editor: terri
Comment:
Revision 2 as of 2008-05-27 13:27:54
Size: 1341
Editor: terri
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352593 #pragma page-filename DOC/versions/4030628
Line 3: Line 3:
Line 20: Line 21:
''Last changed on Tue Feb 5 15:32:51 2008 by'' jidanni
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Tue Feb 5 15:32:51 2008 by'' jidanni<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

5.7. Where are my icons?

After you install Mailman on your server (as we did), you may not see any icons at the bottom of the web pages Mailman generates (like the user interface web page). Here's what we had to do in our situation (according to the tech support people at VERIO Web Hosting):

Apache comes with the following directive by default.

 Alias /icons/ "/usr/local/apache/icons/"

Mailman is looking for these images in the "/icons" directory so I copied them to this location.

 cd /usr/local/mailman/icons
 cp * /usr/local/apache/icons/

Here's a tip. If you want to change one of the icons (say, to your company logo), just place your company logo file in the icons folder (as per above), and then change the name to the name of one of the icons Mailman uses. In our situation, the "Powered by FreeBSD" logo was missing. The actual file name for this logo was "powerlogo.gif." We added our logo to the icons folder and changed the name to "powerlogo.gif" and that's it. Now at the bottom of our Mailman web pages are the Mailman, Python, and company logos.

Last changed on Tue Feb 5 15:32:51 2008 by jidanni
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/Where are my icons? (last edited 2015-01-31 02:36:58 by msapiro)