Author |
Topic |
|
leatherlips
Senior Member
USA
1838 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 17 March 2009 : 16:06:24
|
ther is nothing that tracks that, you will have to write a query that counts the number of topics where the user is the TopicAuthor |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 18 March 2009 : 05:44:37
|
You'll have to use two routines in "topic.asp", one for original posts and one for replies.
Note: If you're using the active members' mod, the closing /td will not be present on the Response Write lines. |
Edited by - Carefree on 18 March 2009 05:49:54 |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 18 March 2009 : 10:14:46
|
It works but doesn't give the correct total. In other words, # of topics plus the # of posts do no add up to the number of posts before the change. |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 19 March 2009 : 14:16:03
|
That could be because someone could of deleted a post or a few from the user(s).quote: Originally posted by texanman
It works but doesn't give the correct total. In other words, # of topics plus the # of posts do no add up to the number of posts before the change.
|
Cheers, David Greening |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 19 March 2009 : 15:22:07
|
This method cannot count previous (deleted) posts. It only shows posts which still exist. Thus, if you want to include the difference between the standard value and the current value, you'll have to decide whether you want those numbers reflected as posts, topics, or split to a particular degree. |
|
|
texanman
Junior Member
United States
410 Posts |
Posted - 19 March 2009 : 17:26:43
|
I will update the counts in the database (to remove deteled topics/posts) and apply the changes again and see what happens. |
|
|
|
Topic |
|