Autor: RMcGirr83
Fisere de modificat:
- index.php
- styles/prosilver/subsilver2/template/index_body.html
- root/includes/top_five.php
- root/styles/prosilver/subsilver2/template/top_five_body.html
- root/language/en/mods/top_five.php
- Deschidem index.php:
Code: Select all
// Assign index specific vars
Code: Select all
//-- mod: top five ---------------------------------------------------------//
include($phpbb_root_path . 'includes/top_five.' . $phpEx);
//-- end: top five ---------------------------------------------------------//
- Deschidem styles/prosilver/template/index_body.html:
Code: Select all
<!-- IF S_DISPLAY_ONLINE_LIST -->
Code: Select all
<!-- INCLUDE top_five_body.html -->
- Deschidem styles/subsilver2/template/index_body.html:
Code: Select all
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
Code: Select all
<!-- INCLUDE top_five_body.html -->
* Pentru a afla baza la tema ta (prosilver/subsilver2) intrati pe phpbb styles si scrie langa versiune !
* Pentru a-l traduce in romana intrati in : root/language/en/mods/top_five.php si cautati :
Code: Select all
'NEWEST_TOPICS' => 'Newest Posts',
'TOP_FIVE_ACTIVE' => 'Top Active Users',
'TOP_FIVE_NEWEST' => 'Newest Users',