<ul>
/sub-list of themes below "Component (layout: 24857)
"), you're setting yourself up with potential for disaster if you use the wizard in the future.thanks
if:
- they've placed only
set commands
into theiruser
layer - they've placed only
set commands
that aredeclared
asuse
d in thelayout
layer into theiruser
layer - they've placed only
set commands
that aredefined
in thelayout
layer into theiruser
layer - they've placed
set commands
that are notdeclared
asused
in thelayout
layer, but aredefined
in thecore
layer, into theirtheme
layer - they've placed
set commands
that aredefined
asnoui = 1;
in thelayout
layer into theirtheme
layer - they've placed
set commands
that aredefined
asnoui = 1;
in thecore
layer into theirtheme
layer - they've placed
function overrides
into theirtheme
layer
- use of the wizard is fine
- use of the wizard is bad
and i've never really been able to explain it well-enough. my brain knows how it works, but it doesn't know how to communicate it well.
there are other methods that people use to get around this. if you feel like sharing, please do in comments. i think with the mind of a programmer, and it's pretty damn complicated. if you've got a method that works better with people who aren't me, and are able/willing to share, that'd be awesome. thanks. :)