This is a really great module, I only have one minor issue:

Because the module requires that the admin language is enabled, registered users are presented with an option to select language for their emails on their account page.

Is there a way around this, so that this option is not available to them?

It might not be related to admin language module, but when I installed 6.x-1.x-dev and ran update.php I got the following error message:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/website/update.php on line 174.
* warning: Invalid argument supplied for foreach() in /var/www/website/update.php on line 338.

Thanks.

Comments

mikl’s picture

Title: Users should not be allowed to select language » Enable language for admins only?

This is an edge case, but I suppose it could be nice to have the ability to enable a language for admins only. I'm not quite sure how that could be accomplished, though.

I fixed the update error.php you reported in my patch to #618262: Default administration language, currently Array ().

ressa’s picture

I feared it would be difficult to fix, and it isn't really a big issue.
Perhaps hiding it with CSS is a option...

wulff’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Assigned: Unassigned » wulff

I'll mark this as a feature request on the dev version.

vegardjo’s picture

Thanks - I second this feature request. For the sake of keeping things simple I like to remove all unnecessary options from my users profile pages!

all the best, Vegard

drupov’s picture

subscribe

wulff’s picture

Status: Active » Fixed

The module now has an options for hiding the admin language from the e-mail language selection widget on the user edit form.

Status: Fixed » Closed (fixed)

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

LarsKramer’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: wulff » Unassigned
Status: Closed (fixed) » Active

It seems to me this option is not available in the version for Drupal 7, or is it me who cannot find it?

wulff’s picture

Status: Active » Fixed

All features from the D6 version have now been ported to D7. Please check out the latest code on the 7.x-1.x branch and let me know if it works as intended.

LarsKramer’s picture

Thanks a lot wulff! It works fine.

Status: Fixed » Closed (fixed)

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