Quote from: OpenGeek at Feb 16, 2009, 05:21 PM
That should be:
"return MODX_ASSETS_PATH . 'components/';"
That extra slash could cause problems in some environments.
Yep, It would in mine.
Quote from: splittingred at Feb 16, 2009, 01:16 PM
Quote from: BobRay at Feb 16, 2009, 01:03 PM
Do you mean in MODX_BASE_PATH . ’components/’ ?
Correct. Completely self-contained. You can go either route - that is, in essence, the flexibility of Revo.
Hmmm ... I may still not be out of the woods. Are snippets going in assets/components/ or assets/components/snippets?
Quote from: splittingred at Feb 17, 2009, 09:13 AM
Quote from: BobRay at Feb 16, 2009, 10:26 PM
Hmmm ... I may still not be out of the woods. Are snippets going in assets/components/ or assets/components/snippets?
assets/components
This is primarily because we’re going to start seeing packages that aren’t necessarily relegated to one element type.
I think that makes sense (and the modmollom class is one of them).