the SQL sencente is
Code:
select count(threadid) from thread where postuserid=USER_ID_OF_MEMBER
but doing that it's to many sencentes for each user.....
I think that should be create a new field in user table to save the total create by user (the first time) after that catch when create a new one thread and add 1 to that field
After that, only call this in postbit using $post['my_field']