Seite 2 von 2

Verfasst: 16.05.2005 13:11
von kratzer54847
verlink mal deine viewonline.php bitte!

mfg Johny

Verfasst: 16.05.2005 13:19
von FarChris

Verfasst: 16.05.2005 13:21
von kratzer54847

Code: Alles auswählen

				case PAGE_FAQ:
					$location = $lang['Viewing_FAQ'];
					$location_url = "faq.$phpEx";
					break;case PAGE_DOWNLOAD:
					$location = $lang['Viewing_Download'];
					$location_url = "dload.$phpEx";
					break;
ersetzen mit

Code: Alles auswählen

case PAGE_FAQ:
					$location = $lang['Viewing_FAQ'];
					$location_url = "faq.$phpEx";
					break;
case PAGE_DOWNLOAD:
					$location = $lang['Viewing_Download'];
					$location_url = "dload.$phpEx";
					break;
break; muss AFAIK immer alleine stehen

Verfasst: 16.05.2005 13:30
von FarChris
so schau dir das jetzt nochmal bitte an :

http://forum.sumania.de/viewonline.txt

Verfasst: 16.05.2005 13:31
von kratzer54847
jetzt noch das default:

in eine eigene Zeile

Verfasst: 16.05.2005 13:32
von FarChris
so ?

Verfasst: 16.05.2005 13:35
von FarChris
jetzt gibt es nur ein ein Problem !
Wenn ich eine Kategorie lösche,dann kommt immer das hier !

Code: Alles auswählen

Warning: Invalid argument supplied for foreach() in /www/htdocs/farchris/pafiledb/includes/functions_pafiledb.php on line 1362

Verfasst: 16.05.2005 13:36
von kratzer54847
dann verlink mal die functions_pafiledb.php

Verfasst: 16.05.2005 14:12
von FarChris

Verfasst: 16.05.2005 15:50
von FarChris
Also meine Probleme noch !

1.Wenn ich eine Kategorie lösche,dann kommt immer das hier !

Code: Alles auswählen

Warning: Invalid argument supplied for foreach() in /www/htdocs/farchris/pafiledb/includes/functions_pafiledb.php on line 1362
Die functions_pafiledb.php
http://forum.sumania.de/pafiledb/includ ... filedb.txt

2.Und im Admin-Menü sind die Kategorien ein paar Englisch und ein paar Deutsch aber ich möchte die nur Deutsch haben !
Runterladen
Cat manage title
File manage title
Befugnisse
wie kann man das wieder umstellen ?