Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Top Stats

Post by Steve »

includes.zip
:lol:
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by Stoker »

Steve© wrote:
includes.zip
:lol:
What if we only want it activated on index?

Thanks for the hooker, just what I needed ;) 8-)

Top Stats

Post by Steve »

$config it..

Top Stats

Post by cabalganti »

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-)

Top Stats

Post by martin123456 »

So a breakdown for the not so clever ones is.

Open styles/prosilver/template/viewforum_body.html

find <!-- INCLUDE forumlist_body.html -->

make it look like this

Code: Select all

<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- ENDIF -->

<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- INCLUDE top_stats_body.html -->
<!-- ENDIF -->
And if you want it on viewtopic

Open styles/prosilver/template/viewtopic_body.html

find <!-- INCLUDE overall_header.html -->

add after

Code: Select all

<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
  
<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- INCLUDE top_stats_body.html -->
<!-- ENDIF -->
And now take steve's hook and place it in includes/hooks
includes.zip
Don't forget to purge the board.
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by martin123456 »

stats.png
;)
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by Stoker »

Code: Select all

/**
 * Only register the hook for normal pages, not administration pages.
 */
if (!defined('ADMIN_START'))
{
	$phpbb_hook->register('phpbb_user_session_handler', 'top_stats');
}

Top Stats

Post by cabalganti »

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:

Top Stats

Post by Cypriotmatrix »

Hi all,

I am a new member here.

I have installed top stats on the forum I am currently constructing.

Yes, I have a lot to do still to sex it up....

My question concerns top stats which I have installed. The Recent Active Topics is not srolling as it does here.

I would like to get it to scroll if possible.

What do I need to do? Do I change a file or are the settings all wrong?

Regards

Top Stats

Post by martin123456 »

First you need to post a site link so we can take a look then some one will post the answer for you chances are you have too many jqueries.