Page 3 of 3

Top Stats

Posted: 25 Oct 2011, 07:22
by Stoker
The wolf is right.
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
Replace with:

Code: Select all

AND topic_moved_id = 0 AND topic_approved
Then it works as intended. 5 Latest topics.
Unapproved not displayed as they are not yet a topic.

Top Stats

Posted: 25 Oct 2011, 08:13
by Stoker
updated to 1.0.1 to fix approval bug.
Update instructions are in the contrib folder.

Top Stats

Posted: 25 Oct 2011, 14:46
by Vox Populi
Gracias and thanks for catching that bug Mr. Oz.

Top Stats

Posted: 05 Nov 2011, 14:26
by martin123456
The files can only be used if you use the PhpBB3 BBCodes Premod.
The download only contains the top_stats_body & recent_active_body.html files and with the dits done it shows as

2011-11-05_122347.png

Top Stats

Posted: 05 Nov 2011, 15:04
by Stoker
martin123456 wrote:
The files can only be used if you use the PhpBB3 BBCodes Premod.
The download only contains the top_stats_body & recent_active_body.html files and with the dits done it shows as

2011-11-05_122347.png
Download fixed, thanks :thumb:

Top Stats

Posted: 05 Nov 2011, 15:13
by martin123456
Fixed and works perfect ty.