Page 1 of 1

Manual M&C Factory

Posted: Tue Oct 16, 2012 6:11 pm
by Gust
I am playing with M&C Factory and wanted to know wether there is any manual available for this module.
I've searched this forum, the wiki off CMSMS and google for it, but couldn't find anything...

Re: Manual M&C Factory

Posted: Wed Oct 17, 2012 12:25 am
by manuel
Dear Gust,

There are 2 help pages for MCFactory
One in the MCFactory module itself and one in the modules you create with it. (both by visiting the "Module Help" link)

The "actions" are PHP and you can call them by using {ModuleYouCreated action="ActionName"}

I haven't used "Custom logic" yet so I can't tell you much about that...

Once you "publish" a module, you still need to "install" it. (Extensions >> modules)

If you edit a module that was already published, you need to clear your cache to get the module to reappear. (no need to install again though)

You can create multiple modules and select your main module as "Parent module". This will show the extra modules in an extra tab when adding records in the main module.

To edit the templates of the extra modules, you temporary need to clear the "Parent module" selection to get it to appear and gain access to the templates. And while i try to avoid adding extra records while they are not "connected", i suspect this wouldn't cause any issues.

To find out what you can do with the templates, check out the contents of the various default templates. They will automagically include the fields you added to your modules. You find the default templates by choosing "Restore template from:" in the modules you create. Warning: This overwrites anything you already have there...

I really love this module but I wouldn't mind some more extensive documentation or some in depth examples myself :)

Watch out with special characters in some fields, i remember breaking the cmsms setup at one occasion (but hey, that's why we backup before messing around don't we? ;D )

I'm hoping some other MCFactory fans will post some of their tips/tricks/examples to this thread!!

Greetings,
Manuel

Re: Manual M&C Factory

Posted: Wed Oct 17, 2012 7:02 am
by Gust
Thanks for your info, manuel.
Most of those things I figured out myself.

Do you have an example regarding the "actions"?

Also, I am not quite well understanding the use of a "parent" module and "Custom Logic".

I am hoping someone will care to shine a light on those topics.

Re: Manual M&C Factory

Posted: Sun Jul 27, 2014 2:41 pm
by jissey
Hi,
sorry this topic is old, but I'm searching since a long time some documentation about MC Factory.. Totophe, please help us!
I know that your module is fantastic (you've made me a demonstration at the CMSDay).
I just want to begin to create a simple module with categories (like in News module)...