newbie initial editing setup folder structure
Permalink
Ive got a number of paid addons in my public_html/packages folder. Should I copy these in their entirety somewhere to edit them? Where exactly should I put them? Thanks. Concrete5 is fun :P
What is it you want to edit? In general, you don't override an entire package, but rather you override specific pieces of it. So if the package includes a block and you want to create a custom template for the block, you do so in your site's top-level blocks directory (same as you would to override a core block).
See this docs page for an explanation of how the directory structure inside each package is a mirror or "microcosm" of the overall site structure (and the /concrete/ core files structure too):
http://www.concrete5.org/documentation/developers/system/packages/...
See this docs page for an explanation of how the directory structure inside each package is a mirror or "microcosm" of the overall site structure (and the /concrete/ core files structure too):
http://www.concrete5.org/documentation/developers/system/packages/...
-Guy