Jump to content

Post count bug?


Recommended Posts

I just realized that KingPhilip has over 8,000 posts. Last I noticed he had significantly less, somewhere around 2,000. If you view the list of his posts there's only 134 pages, at 15 per page that's about 2010.

 

Is this a bug with SMF, or was someone messing with the database, or what?

Link to comment
Share on other sites

It does seem excessive but, KingPhilip had been a mod (?), so allot of posts could be out of view or even just simple 'thread moved' posts. I haven't time atm or I'd run a query or two and take a look.

 

I know for a fact that something like 30% of my posts are those 'topic moved' things.

Link to comment
Share on other sites

I know for a fact that something like 30% of my posts are those 'topic moved' things.

 

Those don't count towards your total.

 

Before they didn't but with the new version of SMF, they do.

Link to comment
Share on other sites

The totals are all a bit mixed when you look at the actual db.

 

mysql> select posts from smf_members where member_name = 'thorpe' limit 1;
+-------+
| posts |
+-------+
| 23201 | 
+-------+
1 row in set (0.00 sec)

mysql> select count(id_msg) from smf_messages where poster_name = 'thorpe' limit 1;
+---------------+
| count(id_msg) |
+---------------+
|         22931 | 
+---------------+
1 row in set (0.01 sec)

mysql> select count(id_msg) from smf_messages where poster_name = 'thorpe' AND subject LIKE '%MOVED%' limit 1;
+---------------+
| count(id_msg) |
+---------------+
|          1515 | 
+---------------+
1 row in set (2.28 sec)

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.