goFrendiAsgard / No-CMS

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

need help to create drop down menu #61

Closed tarunhere closed 11 years ago

tarunhere commented 11 years ago

Hi,

for the main menu, I have made a check for super admin login. if super admin is logged in, then only "complete menu" would be visible.

Now, I want the drop down menu for the quick links. Can you help me with the code where to do it? Also, It would be great if you would help me regarding uploading the images with this cms?? and how can i use the upload function in main.php??

Thanks in advance.

goFrendiAsgard commented 11 years ago

Hi, if you want dropdown menu for quicklink, try the development branch https://github.com/goFrendiAsgard/No-CMS/tree/development.

To upload images, you should make a module (you can make a module by using module generator) and add set_field_upload to your controller http://www.grocerycrud.com/examples/set_upload_field_example

tarunhere commented 11 years ago

I want to make drop down menu for my client. But I am not getting clue how to code that??

I want to upload and create a gallery?? How can I integrate that to upload more images and link that on webpage??

goFrendiAsgard commented 11 years ago

By "drop down menu", do you mean like this one: http://www.getnocms.com/forum/index.php?topic=3.msg3266#msg3266? Then go ahead with development branch https://github.com/goFrendiAsgard/No-CMS/tree/development. The dropdown will be automatically created once you add a quicklink.

For the second problem, please be more specific. Maybe posting your question in No-CMS forum http://www.getnocms.com/forum would be a better choice than creating an issue in github.

tarunhere commented 11 years ago

Is this the stable release?? the development branch? can I use it my Live projects?

goFrendiAsgard commented 11 years ago

Hi, @tarunhere. It is stable enough (RC1), but I need to check it more to ensure if there is no crucial error. I'll do some test first and probably release it as stable version next week. I'll let you know once I release it as stable one.

goFrendiAsgard commented 11 years ago

Hi, @tarunhere. v 0.6.5 is already released as stable. Get it from master branch.

tarunhere commented 11 years ago

Wow... Thanks a lot. Thanks for making this a wonderful CI cmd.