Clarifications:
Modification name: Adaptive Hide BBcodes
Author: Izya
Modification description: This MOD adds BBcodes which allow to hide the text from guests, from the users having insufficient number of posts, from groups of users.
Examples:
-
Hidden text. Registration required.
hides the text from guests and bots;
-
text
hides the text from all who has less than 30 posts;
-
text
hides the text from all who does not consist in your default group;
- [ghide=5]text[/ghide] hides the text from all who does not consist in group with ID=5;
- [ghide=4,5,6]text[/ghide] hides the text from all who does not consist in the specified groups.
Notes.
1. The hidden text always is visible to: administrators, moderators of forum in which the post is placed, the author of the post.
2. In order to avoid various incidents the hidden text always is replaced with a phrase "Hidden text" at the reply with quote, at sending PM with quote, at PM quoting, at PM forwarding.
Modification version: 1.0.2
-----------------------------------
BBCodes [hide=] (with parameter) and [ghide] (without parameters) in some sense, are dynamic (adaptive). For example, if a user wrote [hide=200], and the maximum available - 100, the hidden text, of course, will be visible to all, who has 100 posts, but if one day restriction will be increased to 150, the required number of posts to read this hidden text also increase to 150. Further, if [ghide] was written without the parameter, the required group will be change when will change default group of the post author. Simply put, the BBСodes are applied in relation to current circumstances and restrictions.