View topstats in other page? Thread page...
-
- BBCoder II
- Posts: 8
- Joined: 20 Mar 2012, 06:15
- BBCodes: 1
View topstats in other page? Thread page...
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!
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!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
View topstats in other page? Thread page...
Just do the index_body.html edit on viewforum_body.html instead.
Board rules! No PM support
-
- BBCoder II
- Posts: 8
- Joined: 20 Mar 2012, 06:15
- BBCodes: 1
View topstats in other page? Thread page...
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 )
Tack så mycket!!! Hoppas det kommer funka ( Hope it will work )
-
- BBCoder II
- Posts: 8
- Joined: 20 Mar 2012, 06:15
- BBCodes: 1
View topstats in other page? Thread page...
Ok, i didnt quit get you.
I copied this code from index_body.html
And put it viewforum_body.html some where random ( where i know i can put it ) But nothing happens.
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 -->
- martin123456
- 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...
Find:
Add before:
Add after <!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
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.
-
- BBCoder II
- Posts: 8
- Joined: 20 Mar 2012, 06:15
- BBCodes: 1
View topstats in other page? Thread page...
@ Bl4d3 x.
No doesnt work, so wierd...
No doesnt work, so wierd...
- martin123456
- 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...
tested it too and its a no go.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
View topstats in other page? Thread page...
You will also have to move the index.php edit to viewforum.php
Board rules! No PM support
-
- BBCoder II
- Posts: 8
- Joined: 20 Mar 2012, 06:15
- BBCodes: 1
View topstats in other page? Thread page...
Stoker can u be moer exact what to change?
- martin123456
- 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...
Find:
Add before:
Add after <!-- INCLUDE forumlist_body.html -->
Open viewforum.php
Find:
Add after:
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
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 -->
Find:
Code: Select all
WAIT ONE IT GIVES DEBUG ERROR
Code: Select all
//-- mod: Top Stats ---------------------------------------------------------//
include($phpbb_root_path . 'includes/functions_top_stats.' . $phpEx);
//-- end: Top Stats ---------------------------------------------------------//