Page 1 of 1

[SOLVED] Newbie question about installing a module

Posted: Sat Aug 07, 2010 8:03 pm
by peter2108
I have written a simple module Foo based on the Skeleton module. How do I install Foo?

I guess that I can add a folder Foo under the modules folder and CMS will find this folder and install the module for me.  But I may be completely wrong about this.

Unfortunately placing Foo in the modules folder just kills the admin.

This could be because Foo is full of errors, or it could be because you can't install modules by just populating the Modules folder and leaving the rest to CMS.

Can someone clarify this for me please?

Many thanks,

Peter

Re: Newbie question about installing a module

Posted: Sat Aug 07, 2010 8:11 pm
by Jos
peter2108 wrote: I guess that I can add a folder Foo under the modules folder and CMS will find this folder and install the module for me. 
Your assumption is almost right. CMSms does find the new folder and show it in the modules list (extensions -> modules). There you will see a link to install the new module... if it is free of errors of course  ;)

Re: Newbie question about installing a module

Posted: Sun Aug 08, 2010 8:43 am
by peter2108
Ah ... now all is clear. Many thanks.

Peter