Merc

Hope all is well - minor issue, support request. I have added:

'Users by karma' => 'Top Users',

to my settings.php file, but still cannot seem to change the title of the "Users by karma" page. What am I missing that needs to be done to translate this string?

Thanks in advance.

Comments

mercmobily’s picture

Status: Active » Fixed

Hi,

This is a Drigg issue, not a User Karma issue.
Only Drigg has a list of "top users".

Now, the code says:


  'title' => t('Users by karma'),
   'description' => t('Users by karma'),

So, you OUGHT to be able to translate it.
If not, then you are probably using an old version of Drigg -- please upgrade.

Bye!

Merc.

mercmobily’s picture

Hi,

This is a Drigg issue, not a User Karma issue.
Only Drigg has a list of "top users".

Now, the code says:


  'title' => t('Users by karma'),
   'description' => t('Users by karma'),

So, you OUGHT to be able to translate it.
If not, then you are probably using an old version of Drigg -- please upgrade.

Bye!

Merc.

typehost’s picture

We are using Drigg 5.x-1.36. I translated most of the other strings, including those on the table on the same page (user_karma). I even changed some of the strings in the code of the drigg UI module, with no effect (reverted). I know you are busy, but I need to solve this to publish our site, so any suggestions appreciated.

mercmobily’s picture

Hi,

Since I do translate the string with t()... I don't really know how to help you :-/

The part I don't get is that the file in question is drigg_users.module... right?
THAT's the file you should look at... and that has the incriminated string.

I am confused.

Merc.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.