Warning [2] Undefined array key "display_in_posts" - Line: 268 - File: inc/plugins/myshowcase/forum_hooks.php PHP 8.4.21 (Linux)
  1. errorHandler->error

    /inc/class_error.php:163

  2. errorHandler->error_callback

    /var/www/vendor/sentry/sentry/src/ErrorHandler.php:354

  3. Sentry\ErrorHandler->handleError

    /inc/plugins/myshowcase/forum_hooks.php:268

  4. MyShowcase\Hooks\Forum\showthread_start

    /inc/class_plugins.php:197

  5. pluginSystem->run_hooks

    /showthread.php:473

How can I enable import from MyAwards or Nickman's Awards plugins? - ougcNetwork

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
    [
    ]Find the following line:
    public $allow_imports = false;
    []Change to:
    public $allow_imports = true;
    [
    ]Save
Links for the import modules should now appear below the plugin information in your forum plugins page inside the administrator panel.