Hello, When I was using Trac I tried customizing the template using: http://trac.edgewall.org/wiki/TracInterfaceCustomization
At the end however, I ended up copying theme.html and rewriting it entirely. By placing the copy in my Trac environment "templates" directory, it seems to work automagically. With Bloodhound it seems that the main template is in bloodhound_theme.html but I haven't found how to supersede it ? Basically I would like to integrate Bloodhound in my main site, so I have to: - add a top navigation bar: allowing to switch between different part of the website - customize a little the navigation bar used to navigate in Bloodhound (Wiki/Source/Tickets): in order to have a consistent approach to navigation in my website. - move around the Search/New ticket boxes - move around the Login/Help/Guide/Preferences For the moment I am replacing completely the original bloodhound_theme.html and it works but I am breaking the layout/color. I haven't yet check the css, but it seems that if you insert something before the main body container, it breaks the layout. That makes me wonder if there is a positional instructions in the CSS somewhere. Can someone advise me on how to proceed to have a reliable and DRY approach ? It seems that my need seems generic enough and there is no wiki page on the subject, so maybe I can help writing one ? Thanks,
