Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Configuration

Juliette Culver edited this page Apr 13, 2016 · 1 revision

Table of Contents

Configuration

Search

  • In the file, , set to TRUE.
  • Create the search index, by logging on as an admin and going to the following URL:

Moderation

  • You will need an account with Mollom. Copy system/application/config/mollom.php.dist to system/application/config/mollom.php and enter your Mollom keys.
  • In the cloudengine.php config file, set to TRUE. If you wish you can also change to change which e-mail address domains are whitelisted so are not moderated.

Captchas

  • In the cloudengine.php config file, set to TRUE and change any of the other captcha settings that you want to change. Double check that there is a tmp directory in your data directory that is writeable by apache.

Internationalisation

  • Ensure you have GNU Gettext or Poedit installed (Gettext is included/installable in most Linux distributions).
  • Compile the .po files e.g.
  • In the cloudengine.php config file, set to TRUE.

Twitter on cloudscapes

  • In the cloudengine.php config file, set to TRUE and enter a twitter username and password for and .

Google Analytics

  • In the cloudengine.php config file, set to TRUE and enter you google analytics code under .

Google Gadgets

  • In the cloudengine.php config file, set to TRUE and enter a Google Friend Connect key for .

API

  • In the cloudengine.php config file, set to TRUE and change any of the other API config settings that you want to change.

How to change the theme

  • Create a new directory in the themes directory for your theme and place the files for the theme there (see the aurora theme for an example of files). You can add a style sheet to override any default styles you want to override, logo, banner and favicon.
  • In the cloudengine.php config file, set , $config['theme_logo']}}}, , to the appropriate paths.