MyBB.de Forum
nach anmeldung im portal direkt in die Forenüberischt! - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html)
+---- Thema: nach anmeldung im portal direkt in die Forenüberischt! (/thread-6369.html)



nach anmeldung im portal direkt in die Forenüberischt! - Pincipanci - 04.07.2007

Wie die Überschrift schon sagt... möchte ich nach Anmeldung im Portal
direkt auf die Forenübersicht.

Machbar?


RE: nach anmeldung im portal direkt in die Forenüberischt! - Mak - 04.07.2007

In der portal.php müsste irgendwo am Anfang
PHP-Code:
header("location: portal.php"); 
stehen. Das ersetzt du mit
PHP-Code:
header("location: index.php"); 



RE: nach anmeldung im portal direkt in die Forenüberischt! - Michael - 04.07.2007

Ersetze portal.php durch index.php in dieser Zeile der portal.php:
PHP-Code:
redirect("portal.php"$lang->redirect_loggedin); 



RE: nach anmeldung im portal direkt in die Forenüberischt! - Pincipanci - 05.07.2007

thxs !