2
Hi Fred, and welcome to our community!
Installing modules requires some basic knowledge on using FTP, but that's it. Here's what you do:
- unpack the module package to a folder on your local harddrive;
- fire up your fav FTP application and connect to your website. Navigate to your site root/modules/.
- in the local files window of your FTP application, browse to the folder containing the module files. Click as deep in the module tree as you need to go, untill you see a xoops_version.php file. This file should be located in a folder with the name of the module (eg. mydownloads/xoops_version.php).
- Drag the folder containing the xoops_version.php file (in the example mydownloads/) to the modules/ folder on the server, thus creating the website root/modules/mydownloads/xoops_version.php structure (for example). Make sure that there isn't an extra folder in that path (eg. modules/mydownloadsRC2/mydownloads/xoops_version.php), as that will break the install for the module.
- Make sure ALL files and folders, and subfolders in that modulename folder are uploaded to the server.
I hope that is clear enough.
Herko