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
Comment #1
miklThis 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 ().
Comment #2
ressaI feared it would be difficult to fix, and it isn't really a big issue.
Perhaps hiding it with CSS is a option...
Comment #3
wulff commentedI'll mark this as a feature request on the dev version.
Comment #4
vegardjo commentedThanks - 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
Comment #5
drupov commentedsubscribe
Comment #6
wulff commentedThe module now has an options for hiding the admin language from the e-mail language selection widget on the user edit form.
Comment #8
LarsKramer commentedIt seems to me this option is not available in the version for Drupal 7, or is it me who cannot find it?
Comment #9
wulff commentedAll 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.
Comment #10
LarsKramer commentedThanks a lot wulff! It works fine.