Search found 15 matches

by cabalganti
11 Oct 2012, 10:06
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

Top Stats

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. :oops:
by cabalganti
08 Oct 2012, 00:04
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

Top Stats

There you go, another bit of my appreciation :thumb:
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. 8-)
by cabalganti
07 Oct 2012, 20:33
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

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 = array ...
by cabalganti
07 Oct 2012, 12:52
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

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)); $enable ...
by cabalganti
07 Oct 2012, 07:39
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

Top Stats

It actually shows the scrolling element but with the 2 errors i mentioned before.
by cabalganti
07 Oct 2012, 07:37
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

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
by cabalganti
07 Oct 2012, 07:28
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

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 ...
by cabalganti
06 Oct 2012, 23:02
Forum: Top Stats
Topic: Top Stats
Replies: 32
Views: 19647

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.
by cabalganti
17 Sep 2012, 02:45
Forum: Top Stats
Topic: Top Stats
Replies: 25
Views: 18148

Top Stats

You guys are amazing... it works perfectly now. There you go, a bit of my appreciation. :thumb:
by cabalganti
16 Sep 2012, 23:46
Forum: Top Stats
Topic: Top Stats
Replies: 25
Views: 18148

Top Stats

Ohh. Amazing ! please if you can post your edits, I would like to have a look at them.