Drupal Modules for Beginners

Comments

grp writes:

hi there.
really enjoyed your article. Very helpful to a drupal newbie like myself.

I had a question. when you put modules into a new folder inside sites/all....is there a second step to get drupal to notice them there? I've done this and they don't show up in the admin interface. I've searched drupal.org and google but can't find the answer.

thanks again.

Al writes:

Are you putting the module folders into "sites/all/modules/" or just "sites/all/"? If you are doing the latter, that would be why they are not showing up. There are 2 folders Drupal looks for in sites all and those are "themes" and "modules". Drupal then iterates through those folders to find all the modules and themes.

Dave writes:

Thanks for the link to the top 10 Drupal modules, and for the explanation of CCK and Views.

Michael writes:

thank you ! great article for beginners!
your blog really help me when i create my first drupal-powered site.