Quote:
Today at 05:26 PM Boofo said this in Post #16
Zzed, I just installed this and I changed my incrementation to -1 but when I go into my user setting to look at it, for some reason it is showing 0 now. Any ideas what might be causing this?
|
You need to alter your user and usertitle tables.

Post counts are unsigned integers, the following code will make them signed integers.
alter table user modify posts int(6) DEFAULT 0 NOT NULL;
alter table usertitle modify minposts int(6);
Also look at my post count in my profile.
http://www.ls1.com/forums/member.php...fo&userid=4112