1
Importing from these plugins is disabled by default. To enable the import feature please follow the next steps.
  1. Open file `dir/inc/plugins/ougc_awards.php`
  2. Find the following line:
    ` public $allow_imports = false;`
  3. Change to:
    ` public $allow_imports = true;`
  4. Save
Links for the import modules should now appear below the plugin information in your forum plugins page inside the administrator panel.
1