How to install modules Views and Views_RSS modules in drupal 5.1, please help me, i just started to use drupal5.1 and so far its been nice experience. I went through the handbooks available but didnt find amy clue hot to install these modules. Any help would be aprreciated. Thanx in advance.

Comments

jswaby’s picture

In the sites/all directory, create a modules directory if one doesn't already exist.

In that directory, download and untar the tarballs for both views and views RSS:

tar xzf xxx.tar.gz

Afterwards, click on adminster>Site building>Modules and enable views, and then views_rss.

ramesh@drupal.org’s picture

thank you. It really helped me a lot. :)

jswaby’s picture

no prob.

enjoy.

ogythoks’s picture

Where are u get views_rss module?
I need too.
Im sorry, my English spoken not well.
:)
tq

Zorga Lina’s picture

If you go to Modules and download Views, views_rss.module is inside the archive/tarball.
The code itself is here http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/views/views...

Zorga Lina’s picture

In general if you are on a *nix (Linux, etc.) platform you can untar (tar -xvf module.tar) the module into a folder, typically under the folder 'drupal/site' for your site-specific downloads, rather than the core 'modules' folder.
If you are running on Windows you can use WinRAR or you can get a .zip and unzip the folder under drupal/site.
Once you have unpacked the module you should browse to the 'Modules' management section in your Drupal Admin and enable the module. If there are any other modules the new one is dependent on, the Modules management display will show that.