- XF Compatibility
- 2.0.x
- 2.1.x
- 2.2.x
- 2.3.x
- Headline
- Hidden content add-on for the XenForo 2 forum.
- Short Description
- Download and Discuss Premium, Business[MMO] Hide Bb-Code Content System 2.3.2 version on NullPro Community. It is zip Extention type and 62.6 KB File size. From [MMO] Hide Bb-Code Content System have 9 Description Attachments, 12 discussion, 12 Updates, 724 Views.
Hidden content add-on for the XenForo 2 forum. Supports 16 bb codes for hiding according to various parameters
If you are a developer and want to implement a hide and at the same time just adding your bb code and template, then you can simply use event handlers from the add-on.
Fired inside the MMO\Hide\BbCode\HideTags class in the getHideTags() method.
This allows you to add additional fields that bb-codes.
Callback signature:
- Hidden text for club members
- Hidden text by the number of days
- Hidden text for groups
- Hidden text for registered members
- Hidden text by the number of likes
- Hidden text by the number of messages
- Hidden text by specific reaction
- Hidden text until user replies to topic
- Hidden text until the user replies to the topic and clicks I like
- Hidden text until the user replies to the topic or clicks I like
- Hidden text on the number of resources (An installed resource manager plugin is required, otherwise disable this bb code)
- Hidden text until the user clicks I like
- Hidden text for users
- Hidden text prohibiting viewing to certain users
- Hidden text by user id
- Hidden text prohibiting viewing to certain users by id
If you are a developer and want to implement a hide and at the same time just adding your bb code and template, then you can simply use event handlers from the add-on.
Fired inside the MMO\Hide\BbCode\HideTags class in the getHideTags() method.
This allows you to add additional fields that bb-codes.
Callback signature:
Arguments:
- array &$tags - Array of existing hide tags.