Hello everyone,
I have a problem installing some modules. When I install the module views UI it shows up in my list of modules but I can not select the module. It sais 'views missing'. I have the same problem after installing colorbox. I am a beginner with drupal and i am using drupal 7.
I would like it if there is someone who can explane me in an easy way... :)
Thanks alot...

Comments

You need the dependecies

Some modules depend upon other modules to provide some underlying functionality, or they are helper modules as in the case of Views UI, so you have to install the dependencies.

Views UI provides the User Interface for the main Views module and Views is dependent upon the CTools module. So you need to download CTools as well, then the system will permit the main Views module to be installed along with Views UI.

Hope that helps
JK

Views

Thanks for replaing.
I can't find the correct link. Can you sent me the link where to download views? It will be a great help.
Thanks

You should already have it

You should already have it otherwise you wouldn't see Views UI. In any case you can find it at http://drupal.org/project/views

Views

Thanks alot. Now it works.