Modify formulas currently only supports formulas for burying stories, not publishing. It lets you configure time since post, votes and bury variables. So for example you can enter:
Code:
$reports > $votes * 3
Which means if the number of reports (bury) is greater than the number of votes * 3 it will bury a story.
In this example if reports= 10 and votes= 4 it would plug in like:
10 > 4*3
And because 10 isn't greater than 12 the story would not be removed. Three more reports and then it will be automatically removed.
A more advanced usage that includes time since submission would be:
Code:
$reports > ($votes * 2)+($hours_since_submit)
The number of reportsis greater than (the number of votes * 2) + (how many hours its been since the story was submitted)
In this example if reports=10 , votes=4 and hours = 2 it would plug in like:
10 > (4*2)+2
Since 10 is not greater than 10, the story will not be removed. 11 bury reports or higher would remove it in this case.




Linear Mode




