ThresholdsThresholds can be used to filter out comments based on moderation results. Results consist of count (total number of votes cast), up (number of positive votes), down (number of negative votes) and sum (up - down, possibly negative when down > up). Two kinds of filters can be used.
Simple thresholdsA single numerical value filters out all comments with sum below the specified value.Advanced thresholdsArbitrary expressions can specify what comments to show, using the variables c (count), u (up), d (down) and s (sum), like
Arithmetic operators are +, -, * and / (division by zero results in
value zero), calculation is floating point.
|