Seite 2 von 2

Verfasst: 29.10.2004 22:52
von spritzpistole
Also ich hab das Problem das, wenn ich ins ACP will, das da dann nicht das ACP geladen wird sondern der Index..

Verfasst: 29.10.2004 23:00
von Markus67
Hi ...

na den Button haben wir ja schonmal :-)
Jetzt noch bitte die admin/index.php als txt-Datei.

Markus

Verfasst: 29.10.2004 23:02
von spritzpistole

Verfasst: 29.10.2004 23:10
von Markus67
Hi ...

suche:

Code: Alles auswählen

case PAGE_NICKPAGE:
		$location = $lang['NICKPAGE'];
		$location_url = "";
		break;						case PAGE_INDEX:
							$location = $lang['Forum_index'];
							$location_url = "index.$phpEx?pane=right";
							break;// Postbox
ersetze mit:

Code: Alles auswählen

				case PAGE_NICKPAGE:
					$location = $lang['NICKPAGE'];
					$location_url = "";
					break;						
				case PAGE_INDEX:
					$location = $lang['Forum_index'];
					$location_url = "index.$phpEx?pane=right";
					break;
// Postbox
suche:

Code: Alles auswählen

				switch( $onlinerow_guest[$i]['session_page'] )
				{case PAGE_NICKPAGE:
		$location = $lang['NICKPAGE'];
		$location_url = "";
		break;
ersetze mit:

Code: Alles auswählen

				switch( $onlinerow_guest[$i]['session_page'] )
				{
					case PAGE_NICKPAGE:
						$location = $lang['NICKPAGE'];
						$location_url = "";
						break;
Markus

P.S. wenn danach einfügen steht ist immer eine neue Zeile gemeinst ansonsten steht da "in dieser Zeile, füge danach ein" :wink:

Verfasst: 29.10.2004 23:17
von spritzpistole
Funktioniert.... Vielen Dank Marcus.... Bist echt klasse... und weißt zu allem ne Lösung wenn ich (und die anderen ) dich nicht hätten, wo wären wir dann!? ;) :D