Problem mit dem title

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
hunny
Mitglied
Beiträge: 474
Registriert: 18.08.2002 10:00
Wohnort: Sulingen
Kontaktdaten:

Problem mit dem title

Beitrag von hunny »

Hallo,
hatte das schon unten im Smaltalk bereich geschrieben, da das aber ein größeres Problem zu sein scheint Frage ich nun hier noch mal nach.
Das Problem ist das bei meinem Forum sich die Überschrift im Browser nicht verändert wenn man in den Unterforen reingeht. Das hat zur Folge das mein Forum bei Google immer mit dem selben title gelistet wird. Der Admin Pyramide hat mir gesagt was ich ändern sollte.

Bei dir steht in der overall_header.tpl vom Template "Classic" nurCode:
<title>Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos </title>


Stattdessen sollte es so aussehen wie in der overall_header.tpl vom subSilver:Code:
<title>{SITENAME} :: {PAGE_TITLE}</title>
Das habe ich geändert.

Da das Problem weiter bestand nervte ich weiter :wink:

Wieder half mir Pyramide:
http://www.hunny.de/phpBB2/templates/Cl ... header.tpl hier steht jetzt zweimal <title>, das kann natürlich nicht funktionieren.
also habe das auch geaänder auf:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta NAME="DESCRIPTION" CONTENT="Auto Forum für VW Golf,Passat,Touran,BMW,Mercedes,Autoforum,PKW-Forum,KFZ Forum für alle Automarken">
<meta NAME="KEYWORDS" CONTENT="Autoforum, Auto Forum,BMW,auto,KFZ Forum,PKW Forum">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta HTTP-EQUIV="EXPIRES" CONTENT="0">
<meta NAME="Content-Language" CONTENT="de">
<meta name="Author" content="Auto Forum " />
<meta NAME="COPYRIGHT" CONTENT="Copyright (c) 1999,2001,2002,2003,2004,2005,2006,2007 hunny.de">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta NAME="REVISIT-AFTER" CONTENT="3 DAYS">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>
Nur dann geht das Forum gar nicht mehr auf! Wo könnte das Problem liegen? Wenn es in der overall_header so steht geht es:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<title>Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos </title>
<meta NAME="DESCRIPTION" CONTENT="Auto Forum für VW Golf,Passat,Touran,BMW,Mercedes,Autoforum,PKW-Forum,KFZ Forum für alle Automarken">
<meta NAME="KEYWORDS" CONTENT="Autoforum, Auto Forum,BMW,auto,KFZ Forum,PKW Forum">
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta HTTP-EQUIV="EXPIRES" CONTENT="0">
<meta NAME="Content-Language" CONTENT="de">
<meta name="Author" content="Auto Forum " />
<meta NAME="COPYRIGHT" CONTENT="Copyright (c) 1999,2001,2002,2003,2004,2005,2006,2007 hunny.de">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<meta NAME="REVISIT-AFTER" CONTENT="3 DAYS">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
Benutzeravatar
frein
Mitglied
Beiträge: 125
Registriert: 15.06.2007 15:07
Wohnort: Homburg
Kontaktdaten:

Beitrag von frein »

Möglicherweise weil hier
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>

hinten bei
Autos<title>
ein Zeichen fehlt.

probiers mal so
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos</title>
Benutzeravatar
hunny
Mitglied
Beiträge: 474
Registriert: 18.08.2002 10:00
Wohnort: Sulingen
Kontaktdaten:

Beitrag von hunny »

frein hat geschrieben:Möglicherweise weil hier
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos<title>

hinten bei
Autos<title>
ein Zeichen fehlt.

probiers mal so
<title>{SITENAME} :: {PAGE_TITLE} Autoforum, Auto Forum, KFZ Forum, PKW Forum, BMW Forum VW Golf Forum,Toyota,Mercedes,Foren für Autos</title>
Oh mann vielen Dank - Das war es!!! Nun funzt es!! Ich danke Dir [ externes Bild ]
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“