Thread subject: pHpFusion Nederlands (BE|NL) » Ondersteuning, Themas, Infusies, Modificaties en Installatie :: header login probleem

Posted by mayco on 24 januari 2009, 16:50
#1

hallo

ik heb de header login van deze site gehaald maar krijg nu volgende foutmelding

als ik niet ingelogd ben

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 90

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 90
| |
Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 92

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 92



als ik ingelogd ben




Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 66

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 66

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 67

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 68

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 72

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 75

Notice: Undefined variable: locale_hl in /home/beckham/public_html/php-files/themes/templates/header.php on line 75


weet er iemand een oplossing ???

mvg mayco

Posted by Steff on 24 januari 2009, 17:29
#2

Kopier hetvolgende ONDER de locales en BOVEN de ?> in locales/Dutch/global.php (of welke taal je ook hebt) :
[geshi=php]// ------------------------
// ERWEITERUNG: HeaderLogin
// ------------------------
$locale_hl['001'] = "Profile of ";
$locale_hl['002'] = " (edit)";
$locale_hl['003'] = "Private messages";
$locale_hl['004'] = "Show members list";
$locale_hl['005'] = "Administration";
$locale_hl['006'] = "Logout";
$locale_hl['007'] = "Logout for ";
$locale_hl['008'] = "Click here to register...";
$locale_hl['009'] = "Register";
$locale_hl['010'] = "Click here if you've forgot your password...";
$locale_hl['011'] = "Forgot password";[/geshi]

Vertaal het nog naar je eigen smaak en uploaden.

Posted by BozkurtM on 01 februari 2009, 15:17
#3

Quote

Jeepers1993 schreef:
Kopier hetvolgende ONDER de locales en BOVEN de ?> in locales/Dutch/global.php (of welke taal je ook hebt) :
[geshi=php]// ------------------------
// ERWEITERUNG: HeaderLogin
// ------------------------
$locale_hl['001'] = "Profile of ";
$locale_hl['002'] = " (edit)";
$locale_hl['003'] = "Private messages";
$locale_hl['004'] = "Show members list";
$locale_hl['005'] = "Administration";
$locale_hl['006'] = "Logout";
$locale_hl['007'] = "Logout for ";
$locale_hl['008'] = "Click here to register...";
$locale_hl['009'] = "Register";
$locale_hl['010'] = "Click here if you've forgot your password...";
$locale_hl['011'] = "Forgot password";[/geshi]

Vertaal het nog naar je eigen smaak en uploaden.


kan je het wat duidelijker uitleggen?

Posted by Jelle on 01 februari 2009, 15:24
#4

De bedoeling is:
zoek de locale "global.php" van de taal die je gebruikt.
Open deze in een tekst-editor.
Voeg helemaal onderaan dit bestand net voor "?>" (één regel erboven)
deze code in.
Code


// ------------------------
// ERWEITERUNG: HeaderLogin
// ------------------------
$locale_hl['001'] = "Profile of ";
$locale_hl['002'] = " (edit)";
$locale_hl['003'] = "Private messages";
$locale_hl['004'] = "Show members list";
$locale_hl['005'] = "Administration";
$locale_hl['006'] = "Logout";
$locale_hl['007'] = "Logout for ";
$locale_hl['008'] = "Click here to register...";
$locale_hl['009'] = "Register";
$locale_hl['010'] = "Click here if you've forgot your password...";
$locale_hl['011'] = "Forgot password";


En dan zonodig vertaald naar de gebruikte taal.