Documentation

Features

Modules

This section allows you to insert modifications or hacks with out messing with the core files of 68 Classifieds.

68 Classifieds comes with several modules already built but you can find others by visiting ClassifiedMods.

Installing a module does take several steps and we will go through setting up one.

  1. If you are installing a brand new module you would need to upload the files to the “modules” directory.
  2. To turn a module on you will click the “Activate” link which will install any needed database tables or make any alterations if needed.
  3. After the module is active if it is has an administration area a link will appear labeled “admin”.
  4. If at some point you decide you would like to deactivate the module you can click the link “Deactivate” which will keep all the settings but not make it available to your site users.
  5. To delete a module you would click “Delete” which will drop any tables or change back any alterations made by the module. This will not delete the files from your server and you can click regenerate to have the module seen again.

Notes

All modules must be in their own folders and contain at least a config.php file. So if the module is named “seo” then it should have a folder named “seo” and inside this a config.php file.

For example: modules/seo/config.php.


Have more questions? Visit our community forums.