MTGDarkness
01-13-2009, 04:00 PM
v 3.7.4. Is there a way to do this? I saw a solution for 2.x and 3.6, but not for 3.7...
Basically, what I mean is the option to freeze a certain member's post count (so that no matter how much he posts it stays at a certain number).
Will this still work for 3.7?
if ($this->fetch_field('userid') == X)
{
$this->do_unset('posts');
}
Basically, what I mean is the option to freeze a certain member's post count (so that no matter how much he posts it stays at a certain number).
Will this still work for 3.7?
if ($this->fetch_field('userid') == X)
{
$this->do_unset('posts');
}