index.php
Pesquisar
// Load the user's cookie (or set as guest) and load their settings.
loadUserSettings();
Adicionar
//If the user isn't an admin, then hide the version'
if(!$user_info['is_admin'] && !empty($modSettings['hideVersion']) && $modSettings['hideVersion'])
$GLOBALS['forum_version'] = 'SMF';
ModSettings.php
Pesquisar
array('check', 'securityDisable'),
Adicionar
array('check', 'hideVersion'),
Modifications.portuguese_pt.php ou brazilian_portuguese.php
$txt['hideVersion'] = 'Esconder Versão SMFi';