Sorry, I'm really new here, but i very like this system. To be honest, it is big surprise for me - because of simplicity etc.
Included templates: can I from one template include other non-file template directly by some feature of CMSMS? I would like to create 'root' template, and 'sub' template, make 'sub' non-active (I don't need it in combo-boxes at content management), and then by some way include 'sub' into 'root', so all {cms_module} tags (used in both of templates) can work fine.
So, I'm trying to create this module:
- on initialization create instance of some class and save anywhere reference to this object
- on every occurrence his {cms_module} tag in content or template (it will be called more then once - with different parameters), this module will access to only one 'live' object (this object will be created only once in during initialization of this module)
- it will be offer some functions for using by other modules
I agree, OO module API will be certainly more useful for this, but how implement this right now?
Which callback function of this module have I register for initialization? All my simple experiments doesn't work as I want... Where have I save reference for created object? Is $cms->variables["module_inner_class"] best choice? And how clearly implement inter-module cooperation? I mean which callback functions are used for this task and how other modules uses other-module functions...
It's maybe a little bit hard for a newbie, isn't it?

Can anyone help me? I mean preferably somebody other then developer - his time is too expensive...
I also really don't understand, why is here so few user contributed modules, because CMSMS is very useful system for using by average non-computer peoples...
Lot of questions, I agree. Thanks for any answers.