Log in

View Full Version : Freezing post count...


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');
}

Dismounted
01-14-2009, 03:59 AM
Yes, that code will probably work.