Hey guys - I'm a Drupal newbie and need some help installing the Links Package/Module.

I've downloaded the tar file and uncompressed it. In it are a number of files and another TGZ file. So my questions are:

1. What's the easiest way to install this for Drupal 4.7.3? Do I just move it up to the server and then run the update.php files? Does the directory have to be a certain place for this to work?

2. Do I have to uncompress the doxygen.tgz file? Or will that be taken care of on an automated install.

Sorry if these are dumb questions - I've searched the forum for information and was unable to find anything and the documentation on the module is rather sparce for my newbie level.

Any help greatly appreciated!

Damian

Comments

mo6’s picture

To install a module: unpack the archive, leave the files in the (created) subdirectory, then move the subdirectory in the directory modules of your Drupal installation. Then go to the administration menu, option modules and activate the new module by selecting the checkbox. Then find the new setting options for your module and off you go!

The update.php is run after upgrading Drupal or any of the modules.