Nome:Custom Copyright
Arquivo:custom_copyright_1.1.zip Mod em En
Autor do Mod:ccbtimewiz
Download em En -
http://custom.simplemachines.org/mods/index.php?mod=1317Versao:
disponível 1.1.8,1.1.10, 2.0 Beta 4Testado com tema default Funciona 100%
./Themes/teutema/
index.template.phpPesquisar
', theme_copyright(), '
Substituir por
', !empty($settings['custom_copyright']) ? '<span class="smalltext">'. parse_bbc($settings['custom_copyright']). '</span>' : '', '<br />
', theme_copyright(), '
./Themes/default/
Settings.template.phpPesquisar
$context['theme_settings'] = array(
array(
'id' => 'header_logo_url',
'label' => $txt['header_logo_url'],
'description' => $txt['header_logo_url_desc'],
'type' => 'text',
),
Alterar por
$context['theme_settings'] = array(
array(
'id' => 'header_logo_url',
'label' => $txt['header_logo_url'],
'description' => $txt['header_logo_url_desc'],
'type' => 'text',
),
array(
'id' => 'custom_copyright',
'label' => $txt['custom_copyright'],
'description' => $txt['custom_copyright_desc'],
'type' => 'text',
),
./Themes/{teutema}/css/
index.cssPesquisar
#footerarea ul li.copywrite
{
display: block;
line-height: 0;
font-size: small;
padding: 1em;
}
Trocar por
#footerarea ul li.copywrite
{
display: block;
line-height: 1;
font-size: small;
padding: 1em;
}
./Themes/default/languages/
Modifications.portuguese_pt (ou
portuguese_pt-utf8).php
Pesquisar
?>
Adicionar
$txt['custom_copyright_desc'] = 'Isto será exibido na parte inferior.';
$txt['custom_copyright'] = 'Digite o autor personalizado:';