Hi,
I have PP 5.1 running a while... but when a user is making a new album (private category) he must always go three times to edit the new private category. In the first step he marks the category as private. When he goes to edit the category, it seems not be private and he marks another time the category as private... in the third step he must assign a password. When i switch to English, all seems to be OK and i can create a private category in the first step. Now i have in the language file slovenian.php changed the next two definitions to english:
/album/languages/slovenian.php
$Globals['pp_lang']['yes'] = "yes";
$Globals['pp_lang']['no'] = "no";
instead of
$Globals['pp_lang']['yes'] = "da";
$Globals['pp_lang']['no'] = "ne";
and now it seems to be OK also, when i have selected the slovenian language. Only these two words are now in english
My PP 5.1 instalation is here >>
http://www.mobile.si/album
I think there mnust be an error somewhere in useralbums.php (the private album flag seems to be hardcoded to the word "yes" and "no" instead of the variable $Globals['pp_lang']['yes'] or $Globals['pp_lang']['no'] ...