


*************** in English ***************

1. Assignment

 The plugin adds an opportunity to hide the text from users, not ntering into
 the specified group or having insufficient counter messages at a forum.
 For this purpose are entered tags [hide] and [/hide].

2. Requirements

 The plugin was tested and successfully works under control of Seditio v110.

3. Installation

3.1. Unpack archive of a plugin in a folder plugins/ your server with already
     installed and to worker SEDITIO.

3.2. In a browser enter the address of the SEDITIO a site and under the manager
     come in [Administration]-> [Plug-ins]-> [Post hide]
     press the link [install} all].

3.3. Adjust parameters of a plugin under your requirements:
     Come into [Administration]-> [Configuration]-> [Plugins]-> [posthide]
     Also install parameters:

     - Min. group level for display of the hide text
         Minimum level of group, since which text hide in tags
         [hide] [/hide] it will be visible to the user.

     - Color for message
         HTML code of color (without a leading lattice) for messages
         for example FF0000 - Red
                     008000 - Green
                     0000FF - Blue

     !!!ATTENTION!!! If at you version Seditio v110 and is installed below that
     because of mistakes in a code of a kernel will not be parsing color of the
     message. That it to correct open a file system/functions.php and replace
     in 235 line
     style="color=#
     on
     style="color:#
     Olivier C. notified about it, and possible in version 120 this mistake
     will disappear.

 After that the plugin will earn.

4. Use tags [hide]

 To hide the text on pages or a forum of the site, shield him tags as follows:

        [hide] the text which should be hidden [/hide]

 Thus the user, whose group mismatches (less) set in adjustments will see the message:

 "This text is hidden. To see him it is necessary to be registered and be a member
  groups Members."

 In addition to this at a forum you can use the expanded version tag.
 To hide the text from the users who are entering into group but not having sufficient
 count messages at a forum use a following design:

        [hide=3] the text which should be hidden from users with count messages
                 less 3 [/hide]

 Thus the user having less of messages, than it is specified in tags will see the
 message:

 "This text is hidden. To see him it is necessary to be a member of group Members
  and to collect 3 messages at a forum."


