Re: Dúvidas Gerais
Enviado: 16 Out 2010, 15:47
Precisa atualizar o tema: ACP > Estilos > Temas > Absolution - Atualizar
Tente fazer isso e veja se funciona.Primeiro você precisa baixar e instalar este estilo. Se funcionar, você pode instalar o Board3 Portal para este estilo com essas instruções:
(Copie este arquivos de nosso pacote de download B3P)
copie: root/styles/prosilver/template/portal/*.*
para: styles/absolution/template/portal/*.*
copie: root/styles/prosilver/theme/portal.css
para: styles/absolution/theme/portal.css
copie: root/styles/prosilver/theme/images/portal/*.*
para: styles/absolution/theme/images/portal/*.*
Abra: styles/absolution/template/overall_header.html
procure:Adicione antes:Código: Selecionar todos
<div class="float-left breadcrumbs"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />procure:Código: Selecionar todos
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->Na linha procure:Código: Selecionar todos
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>»</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->Na linha adicione antes:Código: Selecionar todos
<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>procure:Código: Selecionar todos
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->Adicione depois:Código: Selecionar todos
</div><!-- /toolbar-right --> </div><!-- /toolbar -->Código: Selecionar todos
<!-- ENDIF -->
Abra: styles/absolution/template/overall_footer.html
procure:Inline find:Código: Selecionar todos
<div class="float-left"><img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_FORUM -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --><!-- IF U_WATCH_TOPIC --><img src="{T_THEME_PATH}/images/<!-- IF S_WATCHING_TOPIC -->delete<!-- ELSE -->accept<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC --><img src="{T_THEME_PATH}/images/book_add.png" width="16" height="16" alt="" /> <a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- ENDIF --><!-- IF U_BUMP_TOPIC --><img src="{T_THEME_PATH}/images/clock.png" width="16" height="16" alt="" /> <a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF --><!-- ENDIF -->Na linha adicione depois:Código: Selecionar todos
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />Abra: styles/absolution/theme/stylesheet.cssCódigo: Selecionar todos
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> »<!-- ENDIF -->
procure:Adicione depois:Código: Selecionar todos
@import url("forum-width.css");Abra: styles/absolution/template/portal/_block_config.htmlCódigo: Selecionar todos
@import url("portal.css");
Substitua com: (clique no link para obter o código)
_block_config.html para Absolution