- Compatible XF 2.x versions
- 2.1
- 2.2
- 2.3
- License
- You may not redistribute the files in whole or in part. You may not rent, lease, loan, sub-license, sell, assign, pledge, transfer or otherwise dispose of the files in any form without prior consent.
- Visible branding
- No
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:
A lot of my addons are free you can make a small donation
- 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.
A lot of my addons are free you can make a small donation
- Related resources
[MMO] Core Library
A library that contains helper functions for our add-ons. 1. Introduction During use, Add the requires section to addon.json to document the dependancy: { "require": { "MMO/CoreLib": [ 2020270, "[MMO] Core...xenforo.com