Page 2 of 2

View topstats in other page? Thread page...

Posted: 21 Mar 2012, 19:52
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 ---------------------------------------------------------//

View topstats in other page? Thread page...

Posted: 22 Mar 2012, 05:15
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.