Top Stats

Download and support for PhpBB3 Top Stats Mod
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

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
(1.87 KiB) Downloaded 100 times
Don't forget to purge the board.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Top Stats

Post by martin123456 »

stats.png
;)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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');
}
Board rules! No PM support
User avatar
cabalganti
BBCoder II
BBCoder II
Posts: 15
Joined: 15 Sep 2012, 09:00
BBCodes: 3

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:
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

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
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

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.
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats

Post by Cypriotmatrix »

martin123456 wrote: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.
Ok!

But I am not allowed. It asks me to remove.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Top Stats

Post by martin123456 »

write it with spaces in leave of the www also
Cypriotmatrix
BBCoder II
BBCoder II
Posts: 27
Joined: 15 Oct 2012, 13:56
BBCodes: 0

Top Stats

Post by Cypriotmatrix »

martin123456 wrote:write it with spaces in leave of the www also
cyprus-forum. net / index.php

I hope this helps...
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Top Stats

Post by martin123456 »

Ok what you need to do is stop posting here and start your own topic as i have a feeling this is going to be a long topic as you dont have none of the edits in your style header file so click this link and make a new topic pls Top Stats
Locked