goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

make contact us module #62

Closed tarunhere closed 10 years ago

tarunhere commented 11 years ago

Hi,

As contact us page and subscribe page are very common feature for any site, I need to develop it. I tried to play with module generator, but no luck!!

I didn't completely understood that. Any help appreciated.

goFrendiAsgard commented 11 years ago

Module generator is basically will generate CRUD codes using groceryCRUD. To make a "Contact Us" module, you should make a table in your database. The table might contains several fields (e.g: id (integer, auto increment, primary key), name (varchar), email (varchar), message (text)). Then, you can make a new project in module generator. Fill the data (e.g: server, schema, user, password & table prefix). Once you do that, the table will be imported. Choose your project and click "generate". You will have a new module. Lastly, go to CMS Management | Module Management and activate your newly created module.

tarunhere commented 11 years ago

I am still unable to make any module with module generator!! can you provide me any link of video tutorial for using this module!!? I guess, that will help me better understand the working. Thanks in advance.

goFrendiAsgard commented 11 years ago

I'll try to make more comprehensive tutorial. Maybe within a week. I still have several things to do. I'll inform you later when I've finish the tutorial. However, I think your idea to make a "contact us" module provided by default might be right.

goFrendiAsgard commented 10 years ago

The contact us module has been created