further to my post :
Very funny (Post by Nully #11690)
1) I explain again.
About translation in info_acp_topstats.php
'TS_MOSTVIEWED_NUMBER' after having modified the translation in Notepad+ it appears ok in the ACP, BUT the translation appears automatically ALSO in 'TS_MOSTREPLIED_NUMBER'.
So in the ACP for the TS_MOSTREPLIED_NUMBER it is written (in french) "The most viewed posts" (instead of the most replied)
2) In common.php
What is the difference between
'NEWEST_TOPICS' and 'RECENT_ACTIVE'
In the ACP there is only one choice.
3) For the installation
In template/index_body.html
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
Add after
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 -->
or after
Code: Select all
<!-- IF S_TSRAT_ENABLE -->
<!-- INCLUDE recent_active_body.html -->
<!-- ENDIF -->
I tried both and did not see any difference, but I would like to be sure before doing this online.
Thanks and sorry if my questions are...too stupid