[MMO] Hide Bb-Code Content System

[MMO] Hide Bb-Code Content System 2.3.8

No permission to download
I am running XF 2.3.6 and latest version of the addon v2.3.3.
I get the below server error log once I try to open: /help/bb-codes/

1748519543448.webp

XenForo support pointed out me that the issue is related with the "Custom BB-Code"
/admin.php?bb-codes/hide/edit

1748519558639.webp

As soon as I turn this off here:

1748520384212.webp

I can access the link /help/bb-codes/ and the error no longer occurs.

Is this a component of XF original or a [MMO] Hide BbCode ??

Is there any way to fix that ?
 
Last edited:
Hi everyone..I am using the [LIKES=5]TEXT GOES HERE[/LIKES] example here but instead of it saying you need 5 likes to view this content it is showing that mh_tag_likes.hidden instead. Does anyone have any idea how to fix this? Thank you in advance!

1000263064.webp
 
Hi everyone..I am using the [LIKES=5]TEXT GOES HERE[/LIKES] example here but instead of it saying you need 5 likes to view this content it is showing that mh_tag_likes.hidden instead. Does anyone have any idea how to fix this? Thank you in advance!

View attachment 323451

Simply this Language Phrase is missing!

Add new Pharse (for English):

/admin.php?languages/english-us.1/phrases

1749726658924.webp

like:

1749726688605.webp

Title: mh_tag_likes.hidden
Phrase text:
Code:
Hidden text, you need have <span class="bbCodeBlock-count--require">{need_reactions}</span>, now you have <span class="bbCodeBlock-count--now">{now_reactions}</span>.
 
kick updated [MMO] Hide Bb-Code Content System with a new update entry:

2.3.6

Add mhHideNestableMode style property to enable/disable combining
Nested hide tags now display as single block with all requirements
Show checkmarks/crosses for met/unmet requirements
Add accordion UI for visible state (collapsed by default)
Add phrases with plural support (mh_hide_requirements_word)
Fix posts phrase consistency (message -> post)
View attachment 331617
View attachment 331618
[ATTACH type="full"...

Read the rest of this update entry...
 
Hi @kick
Love the new improved view—especially combining nested hide tag, the single block display for all requirements, the checkmarks, and the accordion. This makes hidden blocks more informative and much simpler when using many hide tags. :love:

1.webp
2.webp

But the accordion feature currently only works for unhidden content. Could it also be implemented for hidden content blocks so the view stays simple?
Maybe with a text like “3 requirements to see hidden content.”
So users can click the accordion to see the requirements needed to view the hidden content. This would be useful for blocks that contain many hide tags.

3.webp

Thank you.
 
Last edited:
Hi @kick
Love the new improved view—especially combining nested hide tag, the single block display for all requirements, the checkmarks, and the accordion. This makes hidden blocks more informative and much simpler when using many hide tags. :love:

View attachment 335119
View attachment 335120

But the accordion feature currently only works for unhidden content. Could it also be implemented for hidden content blocks so the view stays simple?
Maybe with a text like “3 requirements to see hidden content.”
So users can click the accordion to see the requirements needed to view the hidden content. This would be useful for blocks that contain many hide tags.

View attachment 335118

Thank you.
1774095057115.webp
1774095186021.webp
1774095192029.webp
 
kick updated [MMO] Hide Bb-Code Content System with a new update entry:

2.3.8

Fixed node-level bypass permissions not applying correctly in some cases
Reacting to a post no longer triggers unnecessary reloads on posts without hide tags
Removing a reaction now properly re-hides the content
Hide blocks with [REPLY], [REPLYTHANKS], [REPLYANDTHANKS] now reveal instantly after posting a quick reply
Combined nested hide blocks now collapse into a clean accordion when requirements aren't met, e.g. "3 requirements to view hidden content" - click to expand and see what's...

Read the rest of this update entry...
 
Back
Top Bottom