Jump to content

Recommended Posts

Posted (edited)

A member actually pointed this out, and I had to look at the internet archive / wayback machine to see for myself. 🙂

On older 4.x versions the widget to display the forum total posts/topics was accurate however the newer version seems to round it up. First thought was space so I moved it to underneath rather than the side but it did not change.

Please see attached pic:

Could contain: Page, Text

As noted via a query...

[code]SELECT COUNT(*) AS total FROM forums_posts;[/code]

... the real total is shown.

 

The members do mark each actual "complete K" posts with things so it is helpful to know which / when we get to 16K / 17K etc etc.

 

I could not find anything to alter the format itself, and the (they are helpful) stats do not quite cover this as they don't count everything. I'm aware the total is "what is present" rather than the total count because ID's are not recycled.

 

Any easy way to alter this ? I did think about a file edit (yes I know) but I'd rather avoid that. I don't think its anything that mySQL or php are doing to it though.

 

Thanks! 🙂 

Edited by AndyF
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...