Página 1 de 1

Tirar o texto "Indice" do titulo do forum

Enviado: 17 Out 2011, 20:37
por Bruno Dias
URL do Fórum: http://novogolclube.com/index.php

Pessoal, quado estou no indice do forum, o titulo da pagina fica Indice * Novo Gol Clube.
Notei que os resultados no google aparecem este INDICE e fica muito estranho.
Procurei aqui no forum algo mas nao achei. olhei o overall header, mas nao consegui identificar o que devo mudar.

o titulo no overal header esta assim:

Código: Selecionar todos

<title>{PAGE_TITLE} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{SITENAME}</title>

Re: Tirar o texto "Indice" do titulo do forum

Enviado: 17 Out 2011, 21:04
por gssilva
Basta remover o {PAGE_TITLE} e o &bull;

O código vai ficar assim:

Código: Selecionar todos

<title><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{SITENAME}</title> 
Qualquer dúvida basta postar.

Re: Tirar o texto "Indice" do titulo do forum

Enviado: 17 Out 2011, 21:24
por Bruno Dias
pensei nisso tambem, mas ai nos topicos ficaria sem titulo.

estou tentando achar algo tipo IF INDEX ..... ELSE ....

Re: Tirar o texto "Indice" do titulo do forum

Enviado: 17 Out 2011, 21:38
por smallbreeds
No meu, os resultados de busca não aparecem Índice ser não for o Índice. Aparece apenas Shih Tzu Fórum - Tópico.
Não lembro de ter feito nada diferente para isso.

Re: Tirar o texto "Indice" do titulo do forum

Enviado: 17 Out 2011, 22:15
por _Vinny_
Tente:

Código: Selecionar todos

<!-- IF not SCRIPT_NAME eq 'index' --><title>{PAGE_TITLE} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF --><!-- ELSE -->{SITENAME}</title><!-- ENDIF -->
Eu não testei, faça o teste e não esqueça de atualizar a template do estilo.