Sorry--I've been out for much of the last week and heading out again for the weekend. So I've gotten behind on the support. But I'll take a quick stab at things and see how far I can get...
On Thu, Nov 5, 2009 at 1:57 AM, Kevin <[email protected]> wrote: > Setting up a site which has multiple sections. Each section has its own > style, side and top. ... > When you hit the action page for the one section I set it upt for, you get > the common site style because the style for that section doesn't match. ... > In other words, how do I get the action to use the style for the section. I didn't think this was possible, but in testing, it seems to work fine. Maybe I misunderstood the question. I created code.test.style, different from code.style. Then went to page test and see the different style. Then I go to test&action=edit and I still see the style... Oh, perhaps you just went to action.create, not test&action=create. The latter should give you the skin/style for test, the former the skin/style for action. Is this what you are talking about? Can you just adjust the action links? > Also, been digging on this but is there a way to easily create CSS that only > loads on some page so that a page that needs extra CSS can load only that > without having to put all the CSS in the main style page for everything. > This would add to the other CSS rather than replace it. You can do this via a plugin easily enough. Or via a config file. Just add a line along these lines: $BOLTpluginHeader[] = "<style type='text/css'><!-- ...my styles { blah blah blah } --></style>"; It will get automatically inserted into the headers. Cheers, Dan P.S. At some point I'd like to revisit the whole question of style sheets because I'm certain there are ways we can improve efficiency. But that will have to be another day... -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=.
