Any idea why a normal user has no "new album" after registration in finnish (fi_FI-pack-1.4.2-u1.tar.gz)?
Administrator can make a new album, no matter what the language is during registration.
In the configuration wizard is set an option that allows users to make new albums without manual approval.
So, the problem here is that if english language is not used during registration, there's no "new album" or anything that comes with an account.
Thanks advanced!
----
Edit: Don't have a gallery at this time...
Posts: 8194
Moving to Translations...
Posts: 6818
Hi,
it seems this is no translation bug.
I was able to reproduce it, but i think the bug is the the config option is beeing ignored.
Thanks for catching this. i created a Bug in our sourceforge Buglist. #904326
Regards,
Jens
Posts: 3
Ok, thanks! Hope this gets fixed..
Posts: 6818
Hi,
we got it.
It was a kind of translation issue.
You now have two possibilities:
Upgrade to >= 1.4.3-cvs-b65
Or open register.php
find
$canCreate = (!strcmp($gallery->app->selfRegCreate, _("yes")) ? 1 : 0);
change into:
$canCreate = ($gallery->app->selfRegCreate == 'yes');
Regards,
Jens
Posts: 3
Yeah, it worked. I'm very pleased.
I did the manual change with register.php, cause i couldn't find the updated version.. Just out of curiosity, where's the 1.4.3-cvs-b65-version of that file?
Posts: 6818
Hi,
- CVS
- Jesse Mullans Page
- My Page
Jens
Posts: 2
BTW, Finnish translation is just..awful. I'm going to remake it in few days for more proper language with all lines translated..It's V1.5 translation.
Where can I post the translation file after getting it tested and ready for publish?
Posts: 6818
great.
Send the translation files (.po only) to me via email.
Or to the translation tracker on SourceForge.
Thanks,
Jens