Sorry if this is duplicated - but couldn’t find any real discussion of this topic anywhere.
I’m weighing migrating a yet-to-be-launched site to ModX 2.0. One of the features I’m setting out to write is a news manager - the site covers information from 60+ offices and I’d like to have a module with which users from each office can log in to add press releases, news stories, etc. I understand how to do this with modules in 1.0 but I don’t want to get stuck writing it again when we shift to 2.0.
From the wiki:
The future MODx does not use modules, instead you will be able to add snippets to the manager. This isn’t as flippant as it might initially sound... after all, at their core, modules and snippets both are just bits of PHP code, the distinction is just where they execute (on the front-end for the whole world or within the control panel for manager users).
So, is there anybody out there who understands how this is going to work in 2.0? I’d love to know so that I can decide which road is best for the time being - and is it going to be a pain to upgrade any module I write from 1.0 to 2.0?
Thanks.
Des
webandflowdesign.com
-
☆ A M B ☆
- 326 Posts
Any chance you’ve discovered the secret here? This may be crucial to my versioning/workflow questions from earlier ;-)
-
☆ A M B ☆
- 326 Posts
Awesome!!! Coincidentally, I’m reading the Revo documentation in its entirety today; I just hadn’t gotten that far down yet!