Hey guys are you familiar with this MOD: https://www.phpbb.com/customise/db/mod/topic_evaluation
I am trying it right now, but the stars won't show in top stats.
Any suggestions?
I totally understand if you guys cant help this time, and i don't want to abuse your kindness.
Search found 15 matches
Top Stats
There you go, another bit of my appreciation
Thank you much guys!
I would like to see the kind of support you guys provide here in some other forums.
You guys are the best, no kidding.
Thank you much guys!
I would like to see the kind of support you guys provide here in some other forums.
You guys are the best, no kidding.
Top Stats
It did the trick! You guys are the best! Thank you Stoker and Martin , thanks guys so much.
So, the solution for my question is:
Open:viewforum.php
// Dump out the page header and load viewforum template
ADD BEFORE:
// Recent Active Topics
$flist = $auth->acl_getf('f_read', true);
$flist ...
So, the solution for my question is:
Open:viewforum.php
// Dump out the page header and load viewforum template
ADD BEFORE:
// Recent Active Topics
$flist = $auth->acl_getf('f_read', true);
$flist ...
Top Stats
Thank yo so much for answering. Still get the errors.
Added the following code before : // Dump out the page header and load viewforum template
// Recent Active Topics
$flist = $auth->acl_getf('f_read', true);
$flist = array_unique(array_keys($flist));
$flist = array_merge($flist, array(0 ...
Added the following code before : // Dump out the page header and load viewforum template
// Recent Active Topics
$flist = $auth->acl_getf('f_read', true);
$flist = array_unique(array_keys($flist));
$flist = array_merge($flist, array(0 ...
Top Stats
It actually shows the scrolling element but with the 2 errors i mentioned before.
Top Stats
i get 2 errors:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_top_stats.php on line 244: Division by zero
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_top_stats.php on line 204: Division by zero
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_top_stats.php on line 244: Division by zero
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_top_stats.php on line 204: Division by zero
Top Stats
Oh i see.
Been playing with Top Stats, following the instructions in this post http://www.phpbb3bbcodes.com/viewtopic.php?f=49&t=1956
So i move the edits on index.php to viewforum.php and the edit from index_body.html , to viewforum_body.html and they had no sucees and post is over 6 months old ...
Been playing with Top Stats, following the instructions in this post http://www.phpbb3bbcodes.com/viewtopic.php?f=49&t=1956
So i move the edits on index.php to viewforum.php and the edit from index_body.html , to viewforum_body.html and they had no sucees and post is over 6 months old ...
Top Stats
Hello Stoker.
I have a question . It is possible to implement the Active topics scrolling element (Top Stats addon, not the whole thing but the scrolling element) for each forum and displaying only the active topics for that forum?
Thanks in advance.
I have a question . It is possible to implement the Active topics scrolling element (Top Stats addon, not the whole thing but the scrolling element) for each forum and displaying only the active topics for that forum?
Thanks in advance.
Top Stats
You guys are amazing... it works perfectly now. There you go, a bit of my appreciation.
Top Stats
Ohh. Amazing ! please if you can post your edits, I would like to have a look at them.