UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » Clear forum overall post/topic count in stats

Clear forum overall post/topic count in stats

Moderators: Gaia.

Page: 1

Author Post
Member
Registered: May 2005
Posts: 296
Location: 98671
I mean this "This board contains 2 posts in 2 topics and has 1 registered members", how would I change 2 posts and topics to 0 when there isn't any for it to show what it does, tried for half hour with no success.

Test forum for now: http://www.wmcintosh.net/board/

Thanks...

Side note: whats with your host Dietrich, its so damn hard to do anything here anymore.
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
The stats are in usebb_stats. Just run
UPDATE usebb_stats SET content = 0 WHERE name = 'topics' OR name = 'posts'


Our host is having major issues with MySQL. We are thinking about changing hosts yet another time.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: May 2005
Posts: 296
Location: 98671
Dietrich wrote
The stats are in usebb_stats. Just run
UPDATE usebb_stats SET content = 0 WHERE name = 'topics' OR name = 'posts'


Our host is having major issues with MySQL. We are thinking about changing hosts yet another time.

That did the trick, thank you.

Really, hope things work out, it did take me about 20 minutes start this topic.

Page: 1

UseBB Community » Help & Support » Clear forum overall post/topic count in stats

UseBB Community is powered by UseBB 1 Forum Software