Jump to content

Achievo/Manual/Internal/Installation of add-on modules: Difference between revisions

From NusaATK
Created page with "{{Achievo_manual|Easy|Klaaspeter}} Installing a new module can be done in 5 steps. ---- ==Step 1== Download the module you would like to install. (notice, some module's won't w..."
 
 
Line 27: Line 27:
==Step 4==
==Step 4==


Login with the administrator account (You can find the password in the config.php file if you forgot the password).
Login with the administrator account (You can find the password in the config.inc.php file if you forgot the password).
Once you logged in you run the setup.
Once you logged in you run the setup.



Latest revision as of 22:54, 13 September 2011

Achievo Manual: Achievo/Manual/Internal/Installation of add-on modules

Complexity: Easy
Author: Klaaspeter

List of other Manuals


Installing a new module can be done in 5 steps.


Step 1

Download the module you would like to install. (notice, some module's won't work with the last version)

Step 2

upload the files to the right directory, the right directory is:

/modules/module_name/ all your files here

module_name depends on how the module is called.

Step 3

Add your module you just uploaded to the config.module.inc file. you need to use this code:

<?php
module("module_name");
?>

Step 4

Login with the administrator account (You can find the password in the config.inc.php file if you forgot the password). Once you logged in you run the setup.

Step 5

Installation is succesfull. Set the security profile right and you are able to use the new module!

Note

If you have problems with installing a new module please ask you questions at our forum:

http://forum.achievo.org/