Simon Woodside | Simon Says | Customizing CSS with the Sympa Mailing List manager .. and CFH 416
Skip to content >

Simon Says : Customizing CSS with the Sympa Mailing List manager .. and CFH 416

A weblog by Simon Woodside

# posted 2006/08/01 in dev/web (+16). save to bookmark on del.icio.us, bookmark on digg

Customizing CSS with the Sympa Mailing List manager .. and CFH 416

I recently decided to customize the CSS style sheets on my Sympa mailing list manager-based semacode.org forums. It wasn't quite as easy as I think it should have been. The "instructions" in the Sympa docs are not exactly friendly. However after puzzling through it myself I found that it wasn't too hard. Here are the notes I made in the process.

  set css_path in robot.conf
  
  e.g.
  css_path /var/www/lists.semacode.org/css #filesystem path
  css_url http://lists.semacode.org/css/   #fully-qualified URL!
  
  then set chmod the css directory, chmod a+rw so that sympa can change it
  
  then on "skins admin" page do "install static css"
   (static = not generated on the fly by tt2, I think)
  
  it will install style.css and some other .css files in the css directory
  
  then set the css directory back to whatever permissions you want it to have
  
  then modify the "static" css files however you like
      

...and there you have it. So far I haven't done much, just a little bit on the archives view. Ultimately I hope to steal all the good looks from projects like phpbb and others.

Also my next appearance on Call for Help should be in episode #416, whenever that airs.

Copyright © 1996-2007 Simon Woodside. If no license is noted, rights are reserved.

Valid XHTML 1.0 strict? Made with AxKit and Saxite.