Quote:
Originally Posted by styleforum
Would there be a way to make this only apply to users who signed up in the last x time, or who have less than x posts? Maybe inline code in the template change, so the button only shows up for some users? I can't tell if it's a bug or one of my mods getting drunk but a couple of regular users have been decimated lately and I don't want it happening again.
The decimator definitely works, though!
|
Alright, shouldn't be too difficult of a template change here...let's see...
Add something to the effect of...
HTML Code:
<if condition="$post[posts]<=X">
<!-- decimator postbit code here -->
</if>
Where X is the number of posts you want to disallow decimating at and the comment is the general template edit for Decimator...
-RD