1
Hi,
We are running XOOPS 2.3 and we're in the process of localizing it. I was translating the profiles module when I noticed something's wrong. When I went to view someone's profile (userinfo.php) only 1-2 fields were actually translated from english while the rest stayed in english although I DID translate them and created a new language folder in /profile/language.
Then I went to see what's wrong with userinfo.php and noticed all those fields that weren't translated are never called for from the language folder. Some of these values are:
_PROFILE_MA_SIGNATURE
_PROFILE_MA_INTEREST
_PROFILE_MA_OCCUPATION
_PROFILE_MA_LOCATION
and many more...
Is there maybe a fix for this? I searched the site but found nothing. I'm afraid I'm not that good in PHP to attempt to fix it myself. Any help is appreciated, thanks.