[MMO] Hide Bb-Code Content System

[MMO] Hide Bb-Code Content System 2.3.6

No permission to download
An option to show the bbcode in a quote instead of a hidden content message would be great.
 
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+ ??
 
Certainly working in later PHP versions for me. FWIW PHP 8 is EOL now, so it may just be better to upgrade to at least 8.1 which has security fixes to the end of the year.
 
I am testing Hide bb-code content system. Using reply tag I am facing some problem, after reply the thread the content does not show still remain hidden. What do I solve this ?

Screenshot 2025-05-19 080930.webp
 
Back
Top Bottom