Testata e funzionante con phpbb 3.0.10 e 3.0.11
titolo originale Top Poster of the Month 1.0.7_rc7
Autori: 3Di, RMcGirr83
Difficoltà: bassa
apri:
index.php
trova:
Codice: Seleziona tutto
// Assign index specific vars
Codice: Seleziona tutto
//-- mod: Top Poster of the Month ----------------------------------------------------------//
// if the user is a bot, we won’t even process this function...
if (!$user->data['is_bot'])
{
include($phpbb_root_path . 'includes/functions_tpotm.' . $phpEx);
tpotm_set_template_vars();
}
//-- end: Top Poster Of The Month ----------------------------------------------------------//
apri:
styles/prosilver/template/index_body.html
trova:
Codice: Seleziona tutto
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->
Codice: Seleziona tutto
<h3>{L_TPOTM}</h3>
<p>{L_TOPM_UNA_L}{TOPM_UN}{L_TOPM_UPO_L}{L_TOPM_POSTS_L}</p>
root/language/it/mods/tpotm.php,
root/includes/functions_tpotm.php
Aggiorna il template svuota la cache; fine della mod.