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

Move the side-box location - ougcNetwork

By default OUGC Crypto Prices renders the side-box only in the Portal page by adding <!--OUGC_CRYPTO_PRICES--> to the portal template. However, it is possible to place <!--OUGC_CRYPTO_PRICES--> in almost* any template to render the crypto prices side-box.

To modify the display location of the side-box, follow the next steps.

  1. []Open the portal template, find <!--OUGC_CRYPTO_PRICES--> and remove it.
    [
    ]Open any template, for example, header or footer templates, and place <!--OUGC_CRYPTO_PRICES--> anywhere within such desired template.

Please note that if <!--OUGC_CRYPTO_PRICES--> is found multiple times within the same page the side-box will be displayed multiple times as well. This is the reason removing <!--OUGC_CRYPTO_PRICES--> from the portal template is suggested.

* There are some templates where this will not work. Primarily, the Buddy List popup can not render the site-box. The amount of templates where this will not work is short but nonetheless should be considered.