i have created a section for "node/1" with section module and assigned a theme to this node. Now i tryed to use node_style and added a node_style with different theme to "node/1". After i saved this - the node is displayed with the "sections" config not the correct node_style config.
This is very problematic and make node_style unusable, while it makes very big sense to create a section for "blog/*", but have a different theme used for "blog/44", isn't it? i don't like to add a different "section" only for "blog/44" with a different weight :-).
Comments
Comment #1
Zen commentedThere were lots of plans at one point on making sections and node_style work together, but they don't seem to have seen any light yet. I'll ping Bér on this soon.
However, that said, to fix your present issue, give the node_style module a higher weight than the sections module. You can do this in the system database table or use the weight module (I beleive there is one by that name).
I'm going to mark this issue fixed. Please reopen if necessary.
I'll add the weight information to the README.
Thanks!
-K
Comment #2
hass commentedok, i thought about the weight, but haven't tested until now. thank you.
Comment #3
(not verified) commentedComment #4
hass commentedhow is this fixed? are you able to post the fix?