Seite 1 von 1

Links in neuen Fenster öffnen!

Verfasst: 18.09.2008 21:43
von antony
Hallo

Ich möchte, dass die geposteten Links automatisch im neuen Fenster öffnen. Geht das?


Danke
Antony

Verfasst: 18.09.2008 21:46
von Dr.Death
Ja das geht.... die Lösung findest Du über unsere Suche:

http://www.phpbb.de/search.php

dort mal als Suchbegriff: Links automatisch im neuen Fenster öffnen eingeben :o

Oder ganz einfach einen Blick in unsere Knowledgebase werfen:
KB:174

Verfasst: 18.09.2008 21:55
von antony
Dr.Death hat geschrieben:Ja das geht.... die Lösung findest Du über unsere Suche:

http://www.phpbb.de/search.php

dort mal als Suchbegriff: Links automatisch im neuen Fenster öffnen eingeben :o
Hi, danke für deine Hilfe, die Suche habe ich gemacht. Es kamen so viele Ergebnisse, dann wusste ich nach einigen Seiten auch nicht mehr ob das richtig ist!

Hier steht also:
Wichtig:
Es wird empfohlen, diese Modifikation nicht vorzunehmen. WG. XHTML


Ist das so, oder kann das so sein?

Verfasst: 18.09.2008 22:04
von Boecki91
Es ist kein standard XHTML mehr, d.h. es entspricht nicht mehr der Norm.
Browser müssten es nicht unterstützen, machen es aber.

Grund für diese Enttargedung :roll: :

Der User soll nicht bevormundet werden und selbst entscheiden was er wie öffnen will, ob ein User diese Selbstbestimmung aber wahrnimmmt bzw kennt steht auf einem anderem Blatt.

Verfasst: 18.09.2008 23:12
von antony
Das soll also heißen, das es so funktioniert?

Verfasst: 18.09.2008 23:36
von nickvergessen
Auf den meisten Betriebsystemen mit den meisten Browsern ja.
Falls es dich beruhigt, ich habs auch eingebaut ;)

Verfasst: 22.09.2008 18:03
von antony
Hallo

ich habe nun "prime links" eingebaut, nun habe ich folgene Fehlermeldung:

WENN ICH AUF DIE SEITE GEHE, NICHT ANGEMELDET BIN:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
WENN ICH MICH ANMELDE, KOMMT FÜR CA. 3 SEK.:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 942: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v093138/phpBB3/includes/functions_content.php:1327) in /www/htdocs/v093138/phpBB3/includes/functions.php on line 3545

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v093138/phpBB3/includes/functions_content.php:1327) in /www/htdocs/v093138/phpBB3/includes/functions.php on line 3547

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v093138/phpBB3/includes/functions_content.php:1327) in /www/htdocs/v093138/phpBB3/includes/functions.php on line 3548

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v093138/phpBB3/includes/functions_content.php:1327) in /www/htdocs/v093138/phpBB3/includes/functions.php on line 3549
NACH DEN 3.SEK:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /includes/functions_content.php:1327)
Was ist da los? Ich kann doch nicht bei so einen kleinen MOD so viel falsch gemacht haben!

Verfasst: 22.09.2008 18:10
von nickvergessen
Entfern mal die Leerzeichen und Leerzeilen am Ende von includes/functions_content.php

Verfasst: 23.09.2008 07:20
von Dr.Death
Für den MOD Support bitte im passenden phpBB3 Support Forum weiterschreiben.
Vielen Dank.

Verfasst: 23.09.2008 10:03
von antony
Das war der Fehler, danke!!