Also es geht um folgendes:
Ich habe eingestellt, das man, wenn man sich einloggt auf eine bestimmte Seite verlinkt!
Habe dadurch folgendes geändert:
modules/mod_login.php Zeile 23 - 28
inPHP-Code:// url of current page that user will be returned to after login
if ($query_string = mosGetParam( $_SERVER, 'QUERY_STRING', '' )) {
$return = 'index.php' . $query_string;
} else {
$return = 'index.php';
}
Was muss ich jetzt jedoch ändern, das wenn man sich auslogt wieder auf die Startseite verbunden wird???PHP-Code:// url of current page that user will be returned to after login
if ($query_string = mosGetParam( $_SERVER, 'QUERY_STRING', '' )) {
$return = 'http://host.de/index.php?option=com_content&task=view&id=39&Itemid=58' . $query_string;
} else {
$return = 'http://host.de/index.php?option=com_content&task=view&id=39&Itemid=58';
}
Hoffe ihr könnt mir helfen
MfG ChillerT


LinkBack URL
About LinkBacks
Zitieren



Lesezeichen