View topstats in other page? Thread page...

Download and support for PhpBB3 Top Stats Mod
blablabla2
BBCoder II
BBCoder II
Posts: 8
Joined: 20 Mar 2012, 06:15
BBCodes: 1

View topstats in other page? Thread page...

Post by blablabla2 »

1. Can u be more specific? What file to edit? I think its viewforum_body.html i found all of this there.
Well i edited like you wrote but u wrote a bit missleading. Should i add it before ( <!-- ENDIF --> ) or after ( <!-- ENDIF --> )
2. viewforum.php i dont have this ( WAIT ONE IT GIVES DEBUG ERROR )

PS / EDIT: Isnt it simplier to show threads instead or also withforums in the first page? ( Can it be done easy ? )
Bl4d3 x wrote:Find:

Code: Select all

<!-- INCLUDE forumlist_body.html -->
Add before:

Code: Select all

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

Code: Select all

<!-- 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 -->
Open viewforum.php
Find:

Code: Select all

WAIT ONE IT GIVES DEBUG ERROR
Add after:

Code: Select all

//-- mod: Top Stats ---------------------------------------------------------//
	include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//
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:

View topstats in other page? Thread page...

Post by martin123456 »

:D :D

2. viewforum.php i dont have this ( WAIT ONE IT GIVES DEBUG ERROR )

no one does as i edited the post i had it working but i got some debug error's after a refresh so i took that line of code out and put wait. lol

But then i was called out and have just got back home and its now 3:15 am so i will takle it again in the morning.
Locked