FYI: there is a better way than modifying the default CSS files: use an additional, custom CSS file. The browsers overwrite the default definitions with your custom definitions, and this makes the Trac upgrade process easier, as you don't have to cope with CSS merging issues.
On 3/13/06, Javier de la Torre <[EMAIL PROTECTED]> wrote: > Thanks. > > Yes, I have started modifying the CSS to locate a fixed menu box on every > page. > > Javi > > On 3/13/06, Emmanuel Blot <[EMAIL PROTECTED]> wrote: > > It depends on WHAT you want to put in the left menu. > > > > Moving an existing menu from the top bar to the left side is an easy > > task to do, thanks to the clean (X)HTML code generated by the Trac > > engine and the CSS style files. > > For example: http://www.cmlenz.net (nice) or http://anciens.enib.fr (ugly) > > > > If you want to add other kind of items in the "left" menu, I guess you > > need to add or write some extensions, based on the plug-in > > architecture (e.g.: WebAdmin) > > > > HTH, > > Manu > > > > On 3/13/06, Javier de la Torre <[EMAIL PROTECTED]> wrote: > > > Hi! > > > > > > I am trying to customize trac to meet our peoject requirements. I > > > have seen in some pages like: > > > > > > http://www.phpshop.org/ > > > > > > That some trac sites have a left menu (Main menu) that appears on > > > every page. I would like to set up the same thing for my project. > > > > > > Any help on how this can be done? > > > > > > Thanks in advance. > > > > > > Javier. > > > _______________________________________________ > > > Trac mailing list > > > [email protected] > > > http://lists.edgewall.com/mailman/listinfo/trac > > > > > > > > > -- > > Manu > > _______________________________________________ > > Trac mailing list > > [email protected] > > http://lists.edgewall.com/mailman/listinfo/trac > > > _______________________________________________ > Trac mailing list > [email protected] > http://lists.edgewall.com/mailman/listinfo/trac > -- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
