How can I enable import from MyAwards or Nickman's Awards plugins?
Importing from these plugins is disabled by default. To enable the import feature please follow the next steps.
- Open file `dir/inc/plugins/ougc_awards.php`
- Find the following line:
` public $allow_imports = false;`
- Change to:
` public $allow_imports = true;`
- Save