Top Stats
Posted: 08 Oct 2012, 02:02
So a breakdown for the not so clever ones is.
Open styles/prosilver/template/viewforum_body.html
find
make it look like this
And if you want it on viewtopic
Open styles/prosilver/template/viewtopic_body.html
find
add after
And now take steve's hook and place it in includes/hooks
Don't forget to purge the board.
Open styles/prosilver/template/viewforum_body.html
find
<!-- INCLUDE forumlist_body.html -->
make it look like this
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- INCLUDE forumlist_body.html -->
<!-- ENDIF -->
<!-- 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 styles/prosilver/template/viewtopic_body.html
find
<!-- INCLUDE overall_header.html -->
add after
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
<!-- 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 -->
Don't forget to purge the board.