Feedback of the investigation for delakut's bug : The fault was on DE translation only ! The plugin update and functionnalities work fine with other translations.
The DE translation was made with the online translation tool that corrupted the translation file. I notified mistic100 (dev of translation tool) about this problem and i'll publish a new version with a fixed DE translation as soon as possible.
Offline
Important update for German users : Version 2.30.4 fixes a critical bug on plugin installation and upgrade for this translation.
[Bugtracker] ticket 2580
Offline
New 2.30.5 version is available. This should be the last release in branch 2.30 of this plugin. The next one should focus on compatibility with the forthcoming version 2.4.0 of Piwigo.
[Bugtracker] ticket 2583
[Bugtracker] ticket 2602
en_UK reference translation spellchecking
de_DE translation updated
fr_FR translation updated
Offline
New version release : 2.30.6. It's an emergency release that fixes [Bugtracker] ticket 2618.
This bug occurs only when php 5.3.10 is used and with French language translation but the consequences are quite severe: Crash of the Apache server.
Offline
Is UAM compatible with the [lang=??] tags that can be used in titles and such? That way emails sent to users will be in the language of the user's choice and not in the web site's default language.
Also, does the [username] tag not work in UAM? I'd like to use the users log on name in the body of the emails they receive.
Thanks.
JJF
Offline
Hi JJF,
Of course, UAM is compatible with [lang=??] tags... Only if [extension by Piwigo Team] Extended Description is installed ;-)
About [username] tag, it can be used in text fields like "Customizing the confirmation email". Please, refer to online help tooltips.
Offline
From [Forum, topic 19208] Make user e-mails work in several languages?
JJF wrote:
FROM: mysite
TO: someone@a.a
[lang=default]Someone requested that the password be reset for the following user account:
Username [username] on site "mysite"
If this was a mistake, just ignore this email and nothing will happen.[/lang]
[lang=es]Alguien pidió que la contraseña se restablecerá para la cuenta de usuario siguiente:
Usuario [username] en la página "mysite"
Si esto fue un error, simplemente ignore este mensaje y no pasará nada.[/lang]
[lang=de]Jemand beantragt, dass das Kennwort für das folgende Benutzerkonto zurückgesetzt werden:
Benutzername [username] Ort "mysite"
Wenn das ein Fehler war, ignorieren Sie einfach diese e-mail und nichts passieren wird.[/lang]
JJF wrote:
As you can see above, the [lang=??] seemed not to work in the e-mail bodies, nor did the [username] tag. I do have the language extensions installed. My titles, footers and PWG stuffs blocks all behave correctly.
Please, could you give me the URL of your gallery and a webmaster access (in private message) ? All my local test with [username] and Extended Description tags are working fine. I have to see your gallery configuration and do some test on it to find what's wrong.
Offline
Eric wrote:
Please, could you give me the URL of your gallery and a webmaster access (in private message) ? All my local test with [username] and Extended Description tags are working fine. I have to see your gallery configuration and do some test on it to find what's wrong.
Access received. I'll take a look this evening (CET).
Offline
JJF issue is resolved.
Don't know exactly what was wrong, I did nothing, but it works fine now.
Offline
First release 2.40.0 for Piwigo 2.4 :
Piwigo 2.4 compliance: Information email removed on user registration because already managed by Piwigo
Piwigo 2.4 compliance: Deprecated $conf['gallery_url'] replaced by get_gallery_home_url() for [myurl] tag
New features: Adding a local home icon on ConfirmMail, rejected and del_account pages
New features: Ability to customize email subjects (confirmation, information and ghostTracker email)
Improvement: Display of ConfirmMail, rejected and del_account pages have been improved
Improvement: Display of ConfirmMail, rejected and del_account pages have been improved for IE8 and IE9 render
Improvement: Display of ConfirmMail, rejected and del_account pages have been improved for Stripped theme
Bug fixed: Exclusion of Adult_Content generic users from users tracking list
Bug fixed: Php notice when user changes his email in his profile if confirmation by email is set
Bug fixed: Confirmation email when registered user changes his email was not sent and user not demoted
Bug fixed: Php notice when email is not mandatory for registration
Offline
How to change the Text of "Bestätigungen und Validierungen der Registrierung" for different languages?
The german text is not a good translation and i like to see the original english text.
Offline
Hi Kalle,
You can change the administration panel language by using the Multi view plugin (generally available as standard in Piwigo).
The english translation of "Einstellen Bestätigungen und Validierungen der Registrierung" is "Confirmations of registration".
If you want to contribute to the plugin translation, you can use the online translation tool. Just ask for an access on this topic.
Offline
Hello Eric/Nicco
I'm not able to access my Piwigo gallery and I'm fairly certain its to do with your extension UserAdvManager, when I try to login I get this page
--------------------------
Connexion not allowed !
Sorry, you have not validated your registration, so you can't connect to the gallery. Please check your email box. You should find an email sent by the gallery, containing a link to perform your validation. If not, please contact the web-master.
--------------------------
This is probably because I didn't look at the extension for changers when I updated it and didn't do what the warning message told me to do (checked this on a separate. Piwigo installation). So how do I recover from this, can I just remove the extension from the plugin folder then reinstall when I'm (hopefully) logged in, or will that affect info in the database ?. Can I directly tweak info in the database - which I have access to from my cpannel.
Offline
Hi IGraham,
If you connect your gallery with an admin account you should not be blocked by the UAM's connection reject. This feature (if set in UAM options) is only for registered users who have not validated their registration or admins haven't validate them.
So, as an admin or webmaster of your gallery, you should be able to connect and unable this option.
If not, there is something wrong I can't reproduce... Then you can try to tweak it in your database (make a backup before !) :
- Go in your #_config table
- Edit the "UserAdvManager" parameter value
- Find the string
i:39;s:4:"true"
- Replace this string - and only this string ! - with
i:39;s:5:"false"
- Save and try to acces your gallery
Offline
Eric
I think I've found what your pointing me at but I'm not touching anything until you give a confirmation I'm about to do the correct thing. So two images for you to look at - I am in the right place yes ?
And one text file - it is the correct bit of text and do I just alter the relevant bit (which bit), there doesn't seem to be a 'save' button ?
the text file http://dl.dropbox.com/u/11780544/text.txt
Offline