Hi Lynne
Like $cybexclforums_topforums means it has the same value, then I tried replacing thread.forumid with
post.forumid then
forumid, I tried these 3 versions:
PHP Code:
$cybexclforums_toppost = "AND thread.forumid NOT IN($cybexclfids)";
PHP Code:
$cybexclforums_toppost = "AND post.forumid NOT IN($cybexclfids)";
PHP Code:
$cybexclforums_toppost = "AND forumid NOT IN($cybexclfids)";
How I know it doesn't work? Because in the Top Posters stats I see that users still have all their posts counted.
The trick worked though with the "Top Thread Starters" stats.