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 »

Hi its cind of emergancy...
I see that this site will shut down in 12 days.

Anyways i want topstats in the viewforum.php?f=2
Instead of board index.

Isnt there a code for that so i just can copy it ot overall_head.hmtl ?

Many thanks!
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:

View topstats in other page? Thread page...

Post by Stoker »

Just do the index_body.html edit on viewforum_body.html instead.
Board rules! No PM support
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 »

Ok gonna try it later... Need to sleep now been up trying this for 10 hours...

Tack så mycket!!! Hoppas det kommer funka ( Hope it will work )
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 »

Ok, i didnt quit get you.
I copied this code from index_body.html

Code: Select all

<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- 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 put it viewforum_body.html some where random ( where i know i can put it ) But nothing happens.
:(
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 »

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 -->
Last edited by martin123456 on 21 Mar 2012, 03:54, edited 4 times in total.
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 »

@ Bl4d3 x.

No doesnt work, so wierd...
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 »

tested it too and its a no go.
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:

View topstats in other page? Thread page...

Post by Stoker »

You will also have to move the index.php edit to viewforum.php
Board rules! No PM support
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 »

Stoker can u be moer exact what to change?
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 »

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 ---------------------------------------------------------//
Locked