[MMO] Hide Bb-Code Content System

[MMO] Hide Bb-Code Content System 2.3.4

No permission to download
It would be great if there was a feature to show only to users who follow the member. This would increase the number of followers of members who write active topics. It would also increase the interaction of this forum.

A code should be added to this plugin that will only show the topic written to members who follow the topic author.
 
Hello, I'm using version 2.2.8.
I can't find a way in the settings to prevent members from deleting their likes after viewing the link.
Thank you for your help.
 
Such a great addon, but unfortunately no support. I'll be saying goodbye to this addon soon.
 
I get:
  • ErrorException: Fatal Error: Declaration of Symfony\Component\Cache\CacheItem::get() must be compatible with Psr\Cache\CacheItemInterface::get(): mixed
  • src/vendor/symfony/cache/CacheItem.php:49
  • Generated by: Unknown account
  • Apr 29, 2025 at 6:17 AM

Stack trace​

#0 [internal function]: XF::handleFatalError()
#1 {main}

Request state​

array(4) {
["url"] => string(15) "/help/bb-codes/"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

ChatGPT says:

is a PHP 8.0+ compatibility issue, and it indicates a mismatch in method signatures between the Symfony\Component\Cache\CacheItem class and the Psr\Cache\CacheItemInterface.

PHP 8 introduced mandatory type declarations for interface implementations. The error occurs because:
  • Psr\Cache\CacheItemInterface::get() declares a return type mixed
  • But Symfony\Component\Cache\CacheItem::get() does not match this exactly.
This breaks compatibility in strict mode.


So is the addon incompatible with PHP 8.0+ ??
 
Back
Top Bottom