ich hab jetzt folgendes eingebaut. Klappt bestens:
 <?php
//Benoetigte Dateien und Variablen von phpBB
define('IN_PHPBB', true);
$phpbb_root_path = './Forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//Session auslesen und Benutzer-Informationen ...
					Die Suche ergab 4 Treffer
- 20.11.2007 14:41
 - Forum: Coding & Technik
 - Thema: Forums-Logout auf Webseite
 - Antworten: 8
 - Zugriffe: 3189
 
- 07.10.2007 22:42
 - Forum: Coding & Technik
 - Thema: Forums-Logout auf Webseite
 - Antworten: 8
 - Zugriffe: 3189
 
- 07.10.2007 15:18
 - Forum: Coding & Technik
 - Thema: Forums-Logout auf Webseite
 - Antworten: 8
 - Zugriffe: 3189
 
- 06.10.2007 17:35
 - Forum: Coding & Technik
 - Thema: Forums-Logout auf Webseite
 - Antworten: 8
 - Zugriffe: 3189
 
Forums-Logout auf Webseite
Hallo, ich bin noch ein absoluter php-Neuling und habe ein kleines (evtl. auch mittleres) Problem. Ich habe auf meiner Homepage ein Login-Formular für das phpbb-Forum eingebaut. Das klappt auch sehr gut. Nun wollte ich als nächste Stufe erreichen, dass nach dem Login der Logout-Button anstelle des ...