1
Hi,
Regarding the translation of the profile module, its operation is strange, it differs from the other modules.
Indeed, the translation is encoded in the database in 64-bit basis.
So if I want to propose a new translation file for this module, the module does not read the translation file BUT the encoding in the database, table profile_field.
So several possibilities for an update:
- If it is at the installation of XOOPS, if the module has the correct translation, everything is easy, the profile module reads the new translation file and converts it into the DB. It is all good.
- If the profile module is ALREADY installed and used, it is more complicated.
You would have to save the profile_field table,
then uninstall and reinstall the profile module AND import the data from the profile_field table EXCEPT the umode, uorder, notify_mode, notify_method lines.
So not very practical, what do you think ?