Top Stats
Posted: 25 Oct 2011, 07:22
The wolf is right.
Permissions for seeing unapproved topics is not covered.
To fix this open functions_top_stats.php
Find:
Replace with:
Then it works as intended. 5 Latest topics.
Unapproved not displayed as they are not yet a topic.
Permissions for seeing unapproved topics is not covered.
To fix this open functions_top_stats.php
Find:
Code: Select all
AND topic_moved_id = 0
Code: Select all
AND topic_moved_id = 0 AND topic_approved
Unapproved not displayed as they are not yet a topic.