| Author |
Post |
|
|
#1 Mon Sep 04, 2006 6:21 pm
|
|
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.
|
|
|
#2 Mon Sep 04, 2006 8:11 pm
|
|
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.
|
|
|
#3 Mon Sep 04, 2006 8:25 pm
|
|
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.
|