View topstats in other page? Thread page...
Posted: 21 Mar 2012, 19:52
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 ? )
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:Add before:Code: Select all
<!-- INCLUDE forumlist_body.html -->
Add after <!-- INCLUDE forumlist_body.html -->Code: Select all
<!-- IF S_TSRAT_ENABLE --> <!-- INCLUDE recent_active_body.html --> <!-- ENDIF -->
Open viewforum.phpCode: 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:Add after: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 ---------------------------------------------------------//